summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* arptables: fix --version infoFlorian Westphal2018-11-121-10/+15
* arptables: ignore --table argument.Florian Westphal2018-11-121-1/+4
* arptables: make uni/multicast mac masks staticFlorian Westphal2018-11-121-6/+6
* arptables: add test casesFlorian Westphal2018-11-124-0/+27
* arptables: pre-init hlen and ethertypeFlorian Westphal2018-11-122-14/+20
* arptables: fix src/dst mac handlingFlorian Westphal2018-11-121-9/+57
* arptables: fix target ip offsetFlorian Westphal2018-11-121-2/+3
* arptables: fix -s/-d handling for negation and maskFlorian Westphal2018-11-121-6/+14
* arptables: add basic test infra for arptables-nftFlorian Westphal2018-11-121-1/+10
* arptables: fix rule deletion/compareFlorian Westphal2018-11-121-1/+2
* arptables: remove code that is also commented-out in original arptablesFlorian Westphal2018-11-121-31/+3
* arptables-save: add -c option, like xtables-saveFlorian Westphal2018-11-122-9/+35
* arptables: use ->save for arptables-save, like xtablesFlorian Westphal2018-11-123-43/+43
* extensions: test protocol and interface negationFlorian Westphal2018-11-122-0/+5
* xtables: Fix error return code in nft_chain_user_rename()Phil Sutter2018-11-122-2/+6
* xtables: Clarify error message when deleting by indexPhil Sutter2018-11-121-0/+1
* xtables: Fix typo in do_command() error messagePhil Sutter2018-11-121-1/+1
* ebtables: use extrapositioned negation consistentlyFlorian Westphal2018-11-1217-51/+81
* ebtables-save: add -c option, using xtables-style countersFlorian Westphal2018-11-122-17/+81
* nft: add NFT_TABLE_* enumerationPablo Neira Ayuso2018-11-122-22/+24
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-124-21/+16
* iptables-nft: fix -f fragment optionFlorian Westphal2018-11-111-1/+1
* libxtables: add and use mac print helpersFlorian Westphal2018-11-0715-89/+52
* extensions: libebt_ip: fix tos negationFlorian Westphal2018-11-052-3/+7
* extensions: libebt_ip6: fix ip6-dport negationFlorian Westphal2018-11-052-1/+2
* xtables-nft: make -Z option workFlorian Westphal2018-11-051-2/+79
* nft: add missing error stringFlorian Westphal2018-11-031-0/+1
* iptables-tests: add % to run iptables commandsPablo Neira Ayuso2018-11-032-4/+12
* iptables-tests: do not append xtables-multi to external commandsPablo Neira Ayuso2018-11-031-1/+1
* ebtables-nft: add arpreply targetFlorian Westphal2018-11-033-0/+111
* ebtables: add redirect test caseFlorian Westphal2018-11-032-1/+5
* ebtables: add test casesFlorian Westphal2018-11-0311-0/+89
* ebtables: relax -t table restriction, add snat/dnat test casesFlorian Westphal2018-11-033-3/+9
* ebtables: fix -j CONTINUE handling for add/deleteFlorian Westphal2018-11-033-27/+7
* tests: add basic ebtables test supportFlorian Westphal2018-11-032-3/+16
* iptables-nft: fix bogus handling of zero saddr/daddrFlorian Westphal2018-11-034-5/+18
* iptables-test: fix netns testTaehee Yoo2018-11-011-13/+9
* xtables: Fix for matching rules with wildcard interfacesPhil Sutter2018-11-012-1/+5
* extensions: limit: unbreak build without libnftnlFlorian Westphal2018-10-242-1/+1
* xtables: Fix for spurious errors from iptables-translatePhil Sutter2018-10-233-3/+5
* configure: bump versions for 1.8.1 releasev1.8.1Florian Westphal2018-10-221-3/+3
* iptables-test: add -N option to exercise netns removal pathPablo Neira Ayuso2018-10-201-6/+32
* libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso2018-10-208-57/+19
* libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso2018-10-207-41/+29
* Revert "extensions: libxt_quota: Allow setting the remaining quota"Pablo Neira Ayuso2018-10-192-28/+5
* xtables: Remove target_maxnamelen fieldPhil Sutter2018-10-156-8/+3
* extensions: cgroup: fix option parsing for v2Pablo Neira Ayuso2018-10-091-1/+19
* extensions: libxt_quota: Allow setting the remaining quotaChenbo Feng2018-10-092-5/+28
* nft-shared: Use xtables_calloc()Phil Sutter2018-09-251-11/+2
* arptables: Use the shared nft_ipv46_parse_target()Phil Sutter2018-09-251-8/+1