summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* 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
* nft: cache: Fetch sets per tablePhil Sutter2020-05-111-11/+15
* nft: cache: Init per table set list along with chain listPhil Sutter2020-05-111-15/+4
* nft: cache: Eliminate init_chain_cache()Phil Sutter2020-05-111-12/+4
* ebtables-restore: Drop custom table flush routinePhil Sutter2020-05-113-30/+1
* iptables: flush stdout after every verbose log.Maciej Żenczykowski2020-05-112-2/+6
* tests: shell: Add test for nfbz#1391Phil Sutter2020-04-281-0/+7
* iptables: include sys/time.h to fix lack of struct timeval declarationMaciej Żenczykowski2020-04-281-0/+1
* tests: shell: Test -F in dump filesPhil Sutter2020-04-231-0/+12
* tests: shell: Extend ipt-restore/0004-restore-race_0Phil Sutter2020-04-231-3/+2
* tests: shell: Improve ipt-restore/0001load-specific-table_0 a bitPhil Sutter2020-04-231-1/+1
* xshared: Drop pointless assignment in add_param_to_argv()Phil Sutter2020-04-231-1/+0
* nft-shared: skip check for jumpto if cs->target is unsetPablo Neira Ayuso2020-04-151-1/+2
* nft: cache: Fix iptables-save segfault under stressPhil Sutter2020-03-161-14/+2
* nft: cache: Fix for unused variable warningsPhil Sutter2020-03-161-3/+1
* nft: cache: Review flush_cache()Phil Sutter2020-03-061-9/+11
* nft: cache: Simplify chain list allocationPhil Sutter2020-03-061-27/+19
* nft: cache: Make nft_rebuild_cache() respect fake cachePhil Sutter2020-03-062-4/+10
* nft: cache: Fix nft_release_cache() under stressPhil Sutter2020-03-061-2/+8
* xtables: Review nft_init()Phil Sutter2020-02-2410-42/+24
* xtables: Drop -4 and -6 support from xtables-{save,restore}Phil Sutter2020-02-242-18/+2
* xtables: Align effect of -4/-6 options with legacyPhil Sutter2020-02-242-13/+96
* nft: Drop pointless assignmentPhil Sutter2020-02-181-1/+0
* ebtables: among: Support mixed MAC and MAC/IP entriesPhil Sutter2020-02-182-5/+19
* xtables-translate: Fix for iface++Phil Sutter2020-02-141-3/+3
* tests: shell: Fix skip checks with --host modePhil Sutter2020-02-1413-84/+88
* xtables-restore: fix for --noflush and empty linesPhil Sutter2020-02-122-3/+21
* xtables-translate: Fix for interface name corner-casesPhil Sutter2020-02-111-5/+28
* xtables-translate: Guard strcpy() call in xlate_ifname()Phil Sutter2019-12-061-3/+2
* xtables-restore: Avoid access of uninitialized dataPhil Sutter2019-12-061-1/+1
* iptables-apply: script and manpage updategw.2010@tnode.com2019-12-052-106/+242
* iptables: mention iptables-apply(8) in manpagesLaurence J. Lane2019-12-052-2/+2
* iptables: cleanup "allows to" usageLaurence J. Lane2019-12-051-2/+2
* iptables: install iptables-apply script and manpageLaurence J. Lane2019-12-052-1/+7
* xtables-restore: Fix parser feed from line bufferPhil Sutter2019-12-042-1/+13
* Fix DEBUG buildPhil Sutter2019-12-041-1/+1
* nft: bridge: Rudimental among extension supportPhil Sutter2019-11-255-31/+451
* nft: Support parsing lookup expressionPhil Sutter2019-11-253-1/+13
* nft: Embed rule's table name in nft_xt_ctxPhil Sutter2019-11-252-0/+2