summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* nft: cache: Check consistency with NFT_CL_FAKE, tooPhil Sutter2020-08-211-2/+2
* Makefile: Add missing man pages to CLEANFILESPhil Sutter2020-08-171-0/+4
* nft: Fix for ruleset flush while restoringPhil Sutter2020-08-143-14/+25
* xtables-monitor: Fix ip6tables rule printingPhil Sutter2020-08-141-0/+2
* tests: shell: Merge and extend return codes testPhil Sutter2020-08-142-91/+61
* nft: Fix command name in ip6tables error messagePhil Sutter2020-08-141-8/+4
* nft: Eliminate table list from cachePhil Sutter2020-07-314-105/+34
* iptables: replace libnftnl table list by linux listPablo Neira Ayuso2020-07-274-81/+77
* nft: Reorder enum nft_table_typePhil Sutter2020-07-241-3/+3
* 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-243-37/+14
* nft: Drop pointless nft_xt_builtin_init() callPhil Sutter2020-07-241-2/+0
* nft: cache: Drop duplicate chain checkPhil Sutter2020-07-241-6/+1
* nft: Be lazy when flushingPhil Sutter2020-07-241-2/+4
* nft: Make table creation purely implicitPhil Sutter2020-07-244-24/+3
* iptables: accept lock file name at runtimeGiuseppe Scrivano2020-07-242-3/+16
* tests: shell: Add help output to run-tests.shPhil Sutter2020-07-061-0/+19
* xtables-translate: Use proper clear_cs functionPhil Sutter2020-06-161-1/+1
* xtables-translate: don't fail if help was requestedArturo Borrero Gonzalez2020-06-161-1/+4
* build: Fix for failing 'make uninstall'Phil Sutter2020-06-091-0/+23
* xtables-restore: Fix verbose mode table flushingPhil Sutter2020-06-096-6/+88
* build: resolve iptables-apply not getting installedJan Engelhardt2020-06-081-1/+1
* tests: shell: Fix syntax in ipt-restore/0010-noflush-new-chain_0Phil Sutter2020-05-291-0/+1
* nft: Drop save_counters callback from family_opsPhil Sutter2020-05-187-16/+3
* nft: Merge nft_*_rule_find() functionsPhil Sutter2020-05-187-112/+40
* nft: Don't exit early after printing help textsPhil Sutter2020-05-113-9/+10
* nft: Fix leak when replacing a rulePhil Sutter2020-05-111-1/+2
* arptables: Fix leak in nft_arp_print_rule()Phil Sutter2020-05-111-0/+2
* nft: Use clear_cs() instead of open codingPhil Sutter2020-05-114-10/+4
* libxtables: Introduce xtables_fini()Phil Sutter2020-05-1111-6/+36
* ebtables: Free statically loaded extensions againPhil Sutter2020-05-114-2/+20
* 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: cache: Re-establish cache consistency checkPhil Sutter2020-05-111-0/+11
* tests: shell: Implement --valgrind modePhil Sutter2020-05-111-0/+47
* nft: Fix for '-F' in iptables dumpsPhil Sutter2020-05-111-0/+34
* nft: cache: Optimize caching for flush commandPhil Sutter2020-05-113-1/+39
* nft: cache: Fetch cache for specific chainsPhil Sutter2020-05-113-8/+81
* nft-cache: Introduce __fetch_chain_cache()Phil Sutter2020-05-111-20/+30
* nft-cache: Fetch cache per tablePhil Sutter2020-05-117-44/+64
* nft: cache: Introduce struct nft_cache_reqPhil Sutter2020-05-112-16/+22
* nft: cache: Improve fake cache integrationPhil Sutter2020-05-113-15/+4
* nft: cache: Simplify rule and set fetchersPhil Sutter2020-05-111-15/+5
* nft: missing nft_fini() call in bridge familyPablo Neira Ayuso2020-05-111-0/+2
* nft: remove cache build callsPablo Neira Ayuso2020-05-113-42/+0
* nft: restore among supportPablo Neira Ayuso2020-05-113-2/+32
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-118-127/+119
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-1115-143/+726
* ebtables-restore: Table line to trigger implicit commitPhil Sutter2020-05-111-0/+4