summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* doc: Install ip{6,}tables-translate.8 manpagesPhil Sutter2019-02-222-0/+7
* tests/shell: Support testing host binariesPhil Sutter2019-02-221-16/+32
* arptables-nft: fix decoding of hlen on bigendian platformsFlorian Westphal2019-02-221-2/+3
* arptables: Print space before comma and countersPhil Sutter2019-02-212-7/+7
* tests: Extend return codes check by error messagesPhil Sutter2019-02-131-13/+46
* xtables: Fix error message for chain renamingPhil Sutter2019-02-131-1/+7
* xtables: Fix error messages in commands with rule numberPhil Sutter2019-02-131-6/+6
* xtables: Move new chain check to where it belongsPhil Sutter2019-02-132-3/+5
* xtables: Fix error message when zeroing a non-existent chainPhil Sutter2019-02-131-1/+3
* nft: Eliminate dead code in __nft_rule_listPhil Sutter2019-02-111-12/+1
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-086-19/+265
* nft: Introduce UDATA_TYPE_EBTABLES_POLICYPhil Sutter2019-02-081-0/+3
* nft: Don't assume NFTNL_RULE_USERDATA holds a commentPhil Sutter2019-02-081-17/+22
* xtables-save: Fix table not found error messagePhil Sutter2019-02-081-2/+3
* xshared: Explicitly pass target to command_jump()Phil Sutter2019-02-078-9/+9
* Revert "ebtables: use extrapositioned negation consistently"Phil Sutter2019-02-051-3/+3
* xtables: Fix for false-positive rule matchingPhil Sutter2019-02-056-71/+24
* xtables: Fix for crash when comparing rules with standard targetPhil Sutter2019-02-013-5/+29
* arptables-nft: Set h-type/h-length masks by default, tooPhil Sutter2019-02-011-2/+6
* nft: Fix potential memleaks in nft_*_rule_find()Phil Sutter2019-02-013-14/+26
* ebtables: Fix rule listing with countersPhil Sutter2019-02-011-5/+6
* xtables: Catch errors when zeroing rule rountersPhil Sutter2019-02-011-1/+3
* tests: shell: Add arptables-nft verbose output testPhil Sutter2019-01-311-0/+64
* arptables-nft: Don't print default h-len/h-type valuesPhil Sutter2019-01-313-21/+21
* arptables-nft-save: Fix position of -j optionPhil Sutter2019-01-313-45/+58
* arptables-nft: Remove space between *cnt= and valuePhil Sutter2019-01-311-2/+2
* arptables-nft: Fix MARK target parsing and printingPhil Sutter2019-01-311-1/+1
* arptables-nft: Fix listing rules without targetPhil Sutter2019-01-311-1/+1
* xtables: Speed up chain deletion in large rulesetsPhil Sutter2019-01-291-0/+2
* xtables: Fix for inserting rule at wrong positionPhil Sutter2019-01-284-10/+176
* xtables: Fix position of replaced rules in cachePhil Sutter2019-01-185-22/+22
* nft: Add new builtin chains to cache immediatelyPhil Sutter2019-01-181-21/+9
* xtables: Set errno in nft_rule_check() if chain not foundPhil Sutter2019-01-112-9/+7
* nft: Simplify flush_chain_cache()Phil Sutter2019-01-091-13/+11
* nft: Simplify nft_is_chain_compatible()Phil Sutter2019-01-091-25/+9
* nft: Make use of nftnl_rule_lookup_byindex()Phil Sutter2018-12-271-13/+18
* xtables: Optimize list rules command with given chainPhil Sutter2018-12-271-50/+43
* xtables: Optimize list command with given chainPhil Sutter2018-12-271-46/+32
* xtables: Optimize user-defined chain deletionPhil Sutter2018-12-271-43/+46
* tests: Extend verbose output and return code testsPhil Sutter2018-12-272-4/+15
* xtables: Optimize nft_chain_zero_counters()Phil Sutter2018-12-271-36/+36
* xtables: Optimize flushing a specific chainPhil Sutter2018-12-271-13/+17
* nft: Drop nft_chain_list_find()Phil Sutter2018-12-272-31/+2
* xtables: Implement per chain rule cachePhil Sutter2018-12-272-222/+166
* nft: Move nft_rule_list_get() above nft_chain_list_get()Phil Sutter2018-12-271-55/+55
* nft: Introduce fetch_chain_cache()Phil Sutter2018-12-271-10/+17
* nft: Simplify nft_rule_insert() a bitPhil Sutter2018-12-271-4/+1
* nft: Simplify per table chain cache updatePhil Sutter2018-12-271-10/+13
* nft: Reduce indenting level in flush_chain_cache()Phil Sutter2018-12-271-9/+13
* nft: Reduce __nft_rule_del() signaturePhil Sutter2018-12-271-4/+3