summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* 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
* nft: Review is_*_compatible() routinesPhil Sutter2018-12-271-98/+55
* xtables-restore: Review chain handlingPhil Sutter2018-12-272-51/+19
* nft: Review unclear return pointsPhil Sutter2018-12-261-2/+2
* nft: Simplify nftnl_rule_list_chain_save()Phil Sutter2018-12-261-7/+3
* xtables: Don't use native nftables commentsPhil Sutter2018-11-274-50/+6
* ebtables: Use xtables_exit_err()Phil Sutter2018-11-232-14/+3
* arptables: Support --set-counters optionPhil Sutter2018-11-221-1/+2
* xtables: make all nft_parse_ helpers staticFlorian Westphal2018-11-192-16/+8
* xtables: rename opcodes to arp_opcodesFlorian Westphal2018-11-193-5/+5
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-195-32/+32
* nft: move initialize to struct nft_handlePablo Neira Ayuso2018-11-192-5/+11
* nft: move chain_cache back to struct nft_handlePablo Neira Ayuso2018-11-192-14/+16
* nft: add type field to builtin_tablePablo Neira Ayuso2018-11-192-0/+9
* arptables-nft: use generic expression parsing functionFlorian Westphal2018-11-181-82/+10
* xtables-monitor: fix build with musl libcBaruch Siach2018-11-171-0/+1
* xtables: Introduce per table chain cachesPhil Sutter2018-11-175-106/+95