summaryrefslogtreecommitdiffstats
path: root/iptables/nft-cmd.c
Commit message (Expand)AuthorAgeFilesLines
* nft: Delete builtin chains compatiblyPhil Sutter2021-09-271-1/+1
* ebtables: Avoid dropping policy when flushingPhil Sutter2021-09-151-1/+3
* iptables-nft: allow removal of empty builtin chainsFlorian Westphal2021-09-071-4/+4
* nft: Use xtables_{m,c}alloc() everywherePhil Sutter2021-08-311-4/+1
* libxtables: Introduce xtables_strdup() and use it everywherePhil Sutter2021-06-071-6/+7
* nft: Avoid memleak in error path of nft_cmd_new()Phil Sutter2021-06-071-1/+3
* iptables-nft: fix -Z optionFlorian Westphal2021-02-241-1/+1
* nft: Make table creation purely implicitPhil Sutter2020-07-241-5/+0
* xtables-restore: Fix verbose mode table flushingPhil Sutter2020-06-091-1/+6
* nft: cache: Optimize caching for flush commandPhil Sutter2020-05-111-1/+4
* nft-cache: Fetch cache per tablePhil Sutter2020-05-111-29/+28
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-111-0/+66
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-0/+327