summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* 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-121-9/+24
* 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-121-2/+2
* 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-072-15/+6
* xtables-nft: make -Z option workFlorian Westphal2018-11-051-2/+79
* nft: add missing error stringFlorian Westphal2018-11-031-0/+1
* ebtables-nft: add arpreply targetFlorian Westphal2018-11-031-0/+1
* ebtables: relax -t table restriction, add snat/dnat test casesFlorian Westphal2018-11-031-3/+0
* ebtables: fix -j CONTINUE handling for add/deleteFlorian Westphal2018-11-032-27/+6
* iptables-nft: fix bogus handling of zero saddr/daddrFlorian Westphal2018-11-032-5/+9
* xtables: Fix for matching rules with wildcard interfacesPhil Sutter2018-11-011-1/+1
* extensions: limit: unbreak build without libnftnlFlorian Westphal2018-10-241-0/+1
* xtables: Fix for spurious errors from iptables-translatePhil Sutter2018-10-233-3/+5
* libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso2018-10-203-5/+2
* libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso2018-10-203-8/+8
* xtables: Remove target_maxnamelen fieldPhil Sutter2018-10-155-7/+3
* 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
* Combine parse_target() and command_jump() implementationsPhil Sutter2018-09-256-249/+79
* Combine command_match() implementationsPhil Sutter2018-09-255-108/+40
* iptables: Gitignore xtables-{legacy, nft}-multi scriptsPhil Sutter2018-09-241-0/+2
* xtables: Drop pointless checkPhil Sutter2018-09-241-1/+1
* arptables: Fix incorrect strcmp() in nft_arp_rule_find()Phil Sutter2018-09-241-1/+1
* xtables: Don't read garbage in nft_ipv4_parse_payload()Phil Sutter2018-09-241-0/+1
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-247-14/+8
* nft-arp: Drop ineffective conditionalPhil Sutter2018-09-241-3/+0
* iptables: Use print_ifaces() from xtablesPhil Sutter2018-09-246-99/+31
* Share print_ipv{4,6}_addr() from xtablesPhil Sutter2018-09-246-119/+73
* iptables-apply: Replace signal numbers by namesPhil Sutter2018-09-241-1/+2
* iptables-apply: Quote strings passed to echoPhil Sutter2018-09-241-3/+3
* xtables: Remove unused variable in nft_is_table_compatible()Phil Sutter2018-09-241-1/+1
* ip{, 6}tables-restore: Fix for uninitialized array 'curtable'Phil Sutter2018-09-242-2/+2
* Mark fall through cases in switch() statementsPhil Sutter2018-09-241-0/+1
* libxtables: Integrate getethertype.c from xtables corePhil Sutter2018-09-242-162/+1
* xtables: Fix for wrong assert() in __nft_table_flush()Phil Sutter2018-09-241-1/+1
* xtables-save: Ignore uninteresting tablesPhil Sutter2018-09-182-14/+9
* ebtables: Fix for potential array boundary overstepPhil Sutter2018-09-131-1/+1
* xtables: Accept --wait in iptables-nft-restorePhil Sutter2018-09-102-0/+23
* xtables: Don't check all rules for being compatiblePhil Sutter2018-09-101-0/+6
* xtables-restore: Fix flushing referenced custom chainsPhil Sutter2018-09-102-10/+8
* xtables: Drop use of IP6T_F_PROTOPhil Sutter2018-09-011-4/+0