summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-5/+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
* 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-271-29/+2
* xtables: Implement per chain rule cachePhil Sutter2018-12-271-221/+165
* 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
* 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-271-27/+0
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-191-21/+21
* nft: move initialize to struct nft_handlePablo Neira Ayuso2018-11-191-4/+10
* nft: move chain_cache back to struct nft_handlePablo Neira Ayuso2018-11-191-13/+13
* nft: add type field to builtin_tablePablo Neira Ayuso2018-11-191-0/+8
* xtables: Introduce per table chain cachesPhil Sutter2018-11-171-88/+72
* xtables: Fix error return code in nft_chain_user_rename()Phil Sutter2018-11-121-2/+2
* nft: add NFT_TABLE_* enumerationPablo Neira Ayuso2018-11-121-13/+13
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-121-16/+11
* xtables-nft: make -Z option workFlorian Westphal2018-11-051-2/+79
* nft: add missing error stringFlorian Westphal2018-11-031-0/+1
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-241-2/+0
* xtables: Remove unused variable in nft_is_table_compatible()Phil Sutter2018-09-241-1/+1
* xtables: Fix for wrong assert() in __nft_table_flush()Phil Sutter2018-09-241-1/+1
* xtables-save: Ignore uninteresting tablesPhil Sutter2018-09-181-8/+1
* xtables: Don't check all rules for being compatiblePhil Sutter2018-09-101-0/+6
* xtables-restore: Fix flushing referenced custom chainsPhil Sutter2018-09-101-8/+2
* xtables: Align return codes with legacy iptablesPhil Sutter2018-09-011-0/+15
* xtables: Add a few missing exit callsPhil Sutter2018-08-241-2/+6
* xtables: Fix for segfault in iptables-nftPhil Sutter2018-08-171-2/+9
* ebtables: Fix entries count in chain listingPhil Sutter2018-08-161-3/+3
* xtables: Make 'iptables -S nonexisting' return non-zeroPhil Sutter2018-08-161-11/+5
* ebtables: Fix for listing of non-existent chainsPhil Sutter2018-08-161-3/+7
* xtables: Fix for no output in iptables-nft -SPhil Sutter2018-08-161-0/+17
* xtables: Use native nftables limit expressionPhil Sutter2018-08-161-4/+49
* xtables: Fix for wrong counter format in -S outputPhil Sutter2018-08-091-2/+8
* xtables: Fix potential segfault in nft_rule_append()Phil Sutter2018-08-061-1/+3
* xtables-restore: Improve user-defined chain detectionPhil Sutter2018-08-061-2/+2
* xtables: Match verbose ip{,6}tables output with legacyPhil Sutter2018-08-041-8/+31