summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* 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
* nft: Bore up nft_parse_payload()Phil Sutter2019-11-252-1/+11
* nft: Support NFT_COMPAT_SET_ADDPhil Sutter2019-11-251-0/+58
* nft: Introduce NFT_CL_SETS cache levelPhil Sutter2019-11-253-9/+200
* nft: Eliminate pointless calls to nft_family_ops_lookup()Phil Sutter2019-11-251-10/+5
* nft: Keep nft_handle pointer in nft_xt_ctxPhil Sutter2019-11-252-27/+15
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-2510-26/+43
* nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter2019-11-256-18/+20
* nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter2019-11-255-11/+10
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-257-12/+14
* nft: Fix -Z for rules with NFTA_RULE_COMPATPhil Sutter2019-11-151-0/+39
* nft: CMD_ZERO needs a rule cachePhil Sutter2019-11-152-0/+3
* tests: shell: Add ipt-restore/0007-flush-noflush_0Phil Sutter2019-11-061-0/+42
* xtables-restore: Improve performance of --noflush operationPhil Sutter2019-11-061-7/+82
* xtables-restore: Allow lines without trailing newline characterPhil Sutter2019-11-062-1/+7
* xtables-restore: Remove some pointless linebreaksPhil Sutter2019-11-061-15/+10
* xtables-restore: Introduce line parsing functionPhil Sutter2019-11-061-170/+177
* xtables-restore: Introduce struct nft_xt_restore_statePhil Sutter2019-11-061-31/+35
* xtables-restore: Integrate restore callbacks into struct nft_xt_restore_parsePhil Sutter2019-11-063-16/+21