summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xtables: Print error when listing non-existent chainsPhil Sutter2018-08-041-2/+5
* xtables: Fix for no output on first iptables-nft invocationPhil Sutter2018-08-041-1/+3
* xtables: Do not count rules as chain referencesPhil Sutter2018-08-041-0/+38
* xtables: Use correct built-in chain countPhil Sutter2018-08-041-1/+1
* xtables: Fix compilation with NLDEBUG definedPhil Sutter2018-08-041-2/+2
* xtables: Free chains in NFT_COMPAT_CHAIN_ADD jobsPhil Sutter2018-08-041-2/+6
* xtables: Free chains in NFT_COMPAT_CHAIN_USER_DEL jobsPhil Sutter2018-08-041-1/+1
* xtables: Fix for nft_rule_flush() returning garbagePhil Sutter2018-08-041-3/+5
* xtables: Allocate rule cache just oncePhil Sutter2018-08-041-3/+5
* nft: don't print rule counters unless verboseEric Garver2018-08-011-1/+1
* xtables: avoid bogus 'is incompatible' warningFlorian Westphal2018-07-241-1/+6
* xtables: pass format to nft_rule_save()Phil Sutter2018-07-191-3/+2
* xtables: introduce save_chain callbackPhil Sutter2018-07-191-23/+14