aboutsummaryrefslogtreecommitdiff
path: root/iptables
AgeCommit message (Expand)Author
2020-04-16merge ip6tables binary into iptablesMaciej Żenczykowski
2020-04-16make it buildMaciej Żenczykowski
2020-04-16iptables: flush stdout after every verbose log.Narayan Kamath
2020-04-08Merge tag 'v1.8.4' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Merge tag 'v1.8.3' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Revert "iptables: flush stdout after every verbose log."Maciej Żenczykowski
2020-04-08Merge tag 'v1.8.2' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Merge tag 'v1.8.1' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Merge tag 'v1.8.0' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Revert "UPSTREAM: xtables-compat: fix snprintf truncation warnings"Maciej Żenczykowski
2020-01-29UPSTREAM: xtables-compat: fix snprintf truncation warningsFlorian Westphal
2019-12-03Merge tag 'v1.6.2' of git://git.netfilter.org/iptablesMaciej Żenczykowski
2019-11-25nft: bridge: Rudimental among extension supportPhil Sutter
2019-11-25nft: Support parsing lookup expressionPhil Sutter
2019-11-25nft: Embed rule's table name in nft_xt_ctxPhil Sutter
2019-11-25nft: Bore up nft_parse_payload()Phil Sutter
2019-11-25nft: Support NFT_COMPAT_SET_ADDPhil Sutter
2019-11-25nft: Introduce NFT_CL_SETS cache levelPhil Sutter
2019-11-25nft: Eliminate pointless calls to nft_family_ops_lookup()Phil Sutter
2019-11-25nft: Keep nft_handle pointer in nft_xt_ctxPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter
2019-11-15nft: Fix -Z for rules with NFTA_RULE_COMPATPhil Sutter
2019-11-15nft: CMD_ZERO needs a rule cachePhil Sutter
2019-11-06tests: shell: Add ipt-restore/0007-flush-noflush_0Phil Sutter
2019-11-06xtables-restore: Improve performance of --noflush operationPhil Sutter
2019-11-06xtables-restore: Allow lines without trailing newline characterPhil Sutter
2019-11-06xtables-restore: Remove some pointless linebreaksPhil Sutter
2019-11-06xtables-restore: Introduce line parsing functionPhil Sutter
2019-11-06xtables-restore: Introduce struct nft_xt_restore_statePhil Sutter
2019-11-06xtables-restore: Integrate restore callbacks into struct nft_xt_restore_parsePhil Sutter
2019-10-30nft-arp: Use xtables_print_mac_and_mask()Phil Sutter
2019-10-30xtables-arp: Use xtables_parse_interface()Phil Sutter
2019-10-30xtables-arp: Drop some unused variablesPhil Sutter
2019-10-30xtables-arp: Integrate OPT_* defines into xshared.hPhil Sutter
2019-10-30Replace TRUE/FALSE with true/falsePhil Sutter
2019-10-30xtables-arp: Drop generic_opt_check()Phil Sutter
2019-10-30Merge CMD_* definesPhil Sutter
2019-10-30xshared: Share a common implementation of parse_rulenumber()Phil Sutter
2019-10-30xshared: Share a common add_command() implementationPhil Sutter
2019-10-30ip6tables, xtables-arp: Drop unused struct pprotPhil Sutter
2019-10-26xtables-arp: Use xtables_ipparse_multiple()Phil Sutter
2019-10-24xshared: Introduce struct argv_storePhil Sutter
2019-10-24iptables-xml: Use add_param_to_argv()Phil Sutter
2019-10-23nft: Use ARRAY_SIZE() macro in nft_strerror()Phil Sutter
2019-10-23xtables-restore: Unbreak *tables-restorePhil Sutter
2019-10-21xtables-restore: Fix --table parameter checkPhil Sutter
2019-10-18xtables-restore: Drop chain_list callbackPhil Sutter