summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
...
* nft: Delete builtin chains compatiblyPhil Sutter2021-09-271-8/+31
* nft-chain: Introduce base_slot fieldPhil Sutter2021-09-271-27/+1
* nft: Check base-chain compatibility when adding to cachePhil Sutter2021-09-271-32/+13
* iptables-nft: allow removal of empty builtin chainsFlorian Westphal2021-09-071-27/+51
* nft: Use xtables_{m,c}alloc() everywherePhil Sutter2021-08-311-12/+3
* nft: Use xtables_malloc() in mnl_err_list_node_add()Phil Sutter2021-08-311-1/+1
* nft: Fix for non-verbose check commandPhil Sutter2021-08-031-1/+1
* nft: Increase BATCH_PAGE_SIZE to support huge rulesetsPhil Sutter2021-04-101-5/+7
* nft: cache: Sort chains on demand onlyPhil Sutter2021-04-061-0/+12
* nft: Avoid pointless table/chain creationPhil Sutter2020-12-211-18/+80
* nft: Introduce a dedicated base chain arrayPhil Sutter2020-12-211-1/+11
* nft: Introduce struct nft_chainPhil Sutter2020-12-211-44/+71
* nft: cache: Move nft_chain_find() overPhil Sutter2020-12-211-17/+0
* nft: Implement nft_chain_foreach()Phil Sutter2020-12-211-55/+33
* nft: cache: Introduce nft_cache_add_chain()Phil Sutter2020-12-211-9/+7
* nft: Fix selective chain compatibility checksPhil Sutter2020-12-211-0/+6
* ebtables: Fix for broken chain renamingPhil Sutter2020-11-171-3/+0
* nft: Fix for concurrent noflush restore callsPhil Sutter2020-10-131-28/+30
* iptables-nft: fix basechain policy configurationPablo Neira Ayuso2020-10-081-1/+5
* nft: Fix error reporting for refreshed transactionsPhil Sutter2020-10-071-2/+3
* nft: Make batch_add_chain() return the added batch objectPhil Sutter2020-10-071-18/+17
* nft: Use nft_chain_find() in nft_chain_builtin_init()Phil Sutter2020-08-211-12/+4
* nft: Fold nftnl_rule_list_chain_save() into callerPhil Sutter2020-08-211-24/+7
* nft: Extend use of nftnl_chain_list_foreach()Phil Sutter2020-08-211-77/+86
* nft: Fix for ruleset flush while restoringPhil Sutter2020-08-141-13/+2
* nft: Eliminate table list from cachePhil Sutter2020-07-311-40/+15
* iptables: replace libnftnl table list by linux listPablo Neira Ayuso2020-07-271-56/+18
* nft: Use nft_chain_find() in two more placesPhil Sutter2020-07-241-15/+14
* nft: Turn nft_chain_save() into a foreach-callbackPhil Sutter2020-07-241-35/+12
* nft: Drop pointless nft_xt_builtin_init() callPhil Sutter2020-07-241-2/+0
* nft: Be lazy when flushingPhil Sutter2020-07-241-2/+4
* nft: Make table creation purely implicitPhil Sutter2020-07-241-14/+3
* nft: Drop save_counters callback from family_opsPhil Sutter2020-05-181-2/+3
* nft: Merge nft_*_rule_find() functionsPhil Sutter2020-05-181-1/+40
* nft: Fix leak when replacing a rulePhil Sutter2020-05-111-1/+2
* nft: Fix leak when deleting rulesPhil Sutter2020-05-111-1/+1
* nft: Fix leaks in ebt_add_policy_rule()Phil Sutter2020-05-111-6/+12
* nft: Clear all lists in nft_fini()Phil Sutter2020-05-111-3/+9
* nft: Fix for '-F' in iptables dumpsPhil Sutter2020-05-111-0/+34
* nft: cache: Optimize caching for flush commandPhil Sutter2020-05-111-0/+6
* nft: cache: Fetch cache for specific chainsPhil Sutter2020-05-111-0/+1
* nft-cache: Fetch cache per tablePhil Sutter2020-05-111-1/+1
* nft: remove cache build callsPablo Neira Ayuso2020-05-111-21/+0
* nft: restore among supportPablo Neira Ayuso2020-05-111-0/+15
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-111-2/+15
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-59/+199
* ebtables-restore: Drop custom table flush routinePhil Sutter2020-05-111-21/+0
* xtables: Review nft_init()Phil Sutter2020-02-241-1/+8
* nft: Drop pointless assignmentPhil Sutter2020-02-181-1/+0
* ebtables: among: Support mixed MAC and MAC/IP entriesPhil Sutter2020-02-181-1/+19