aboutsummaryrefslogtreecommitdiff
path: root/iptables
AgeCommit message (Expand)Author
2018-07-24xtables: avoid bogus 'is incompatible' warningFlorian Westphal
2018-07-21nft: decode meta l4protoFlorian Westphal
2018-07-19xtables: implement ebtables-{save,restore}Phil Sutter
2018-07-19xtables: introduce nft_init_eb()Phil Sutter
2018-07-19xtables: parameter to add_argv() may be constPhil Sutter
2018-07-19xtables: pass format to nft_rule_save()Phil Sutter
2018-07-19xtables: introduce save_chain callbackPhil Sutter
2018-07-19xtables: rename {print,save}_rule functionsPhil Sutter
2018-07-19xtables: get rid of nft_ipv{4,6}_save_counters()Phil Sutter
2018-07-19xtables: eliminate nft_ipv{4,6}_rule_find()Phil Sutter
2018-07-19xtables: merge nft_ipv{4,6}_parse_target()Phil Sutter
2018-07-19xtables: get rid of nft_ipv{4,6}_print_header()Phil Sutter
2018-07-19xtables: arp: make rule_to_cs callback privatePhil Sutter
2018-07-19xtables: Use new callbacks in nft_rule_print_save()Phil Sutter
2018-07-19xtables: introduce rule_to_cs/clear_cs callbacksPhil Sutter
2018-07-19xtables: simplify struct nft_xt_ctxPhil Sutter
2018-07-19xtables: merge {ip,arp}tables_command_state structsPhil Sutter
2018-07-19iptables: replace memset by c99-style initializersPhil Sutter
2018-07-19xtables: fix crash if nft_rule_list_get() failsPhil Sutter
2018-07-11xtables: Support nft suffix for arptables and ebtablesPhil Sutter
2018-07-10tests: check iptables retval, not echoFlorian Westphal
2018-07-10iptables: tests: add test for iptables-save and iptables-restoreArushi Singhal
2018-07-07iptables: tests: shell: Add READMEArushi Singhal
2018-07-05man: clarify translate tools do not modify any stateFlorian Westphal
2018-07-04xtables-monitor: add --version optionFlorian Westphal
2018-07-04xtables-legacy: fix argv0 name for ip6tables-legacyFlorian Westphal
2018-07-02xtables: display legacy/nf_tables flavor in error messages, tooFlorian Westphal
2018-07-02ebtables-nft: add stp matchFlorian Westphal
2018-07-02tests: add script that mimics firewalld startupFlorian Westphal
2018-06-29tests: fix variable name to multi-binaryFlorian Westphal
2018-06-29tests: add a few simple tests for list/new/deleteFlorian Westphal
2018-06-29ebtables-nft: make -L, -X CHAINNAME workFlorian Westphal
2018-06-29ebtables-nft: remove exec_styleFlorian Westphal
2018-06-29ebtables-nft: don't crash on ebtables -XFlorian Westphal
2018-06-28doc: fix some spellos and the dash escapeJan Engelhardt
2018-06-27tests: add firewalld default ruleset from fedora 27Florian Westphal
2018-06-27tests: add another ipv4 only rulesetFlorian Westphal
2018-06-27tests: add initial save/restore test casesFlorian Westphal
2018-06-27tests: adapt test suite to run with legacy+nftables based binariesFlorian Westphal
2018-06-27xtables: rename xt-multi binaries to -nft, -legacyFlorian Westphal
2018-06-27xtables-restore: init table before processing policiesFlorian Westphal
2018-06-25tests: make duplicate test workFlorian Westphal
2018-06-25xtables: add xtables-monitorFlorian Westphal
2018-06-25xtables: translate nft meta trace set 1 to -j TRACEFlorian Westphal
2018-06-25xtables: warn in case old-style (set/getsockopt) tables existFlorian Westphal
2018-06-18xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal
2018-06-18iptables8.in: Update coreteam namesFlorian Westphal
2018-06-17xtables: silence two compiler warningsFlorian Westphal
2018-06-15xtables: remove dead code inherited from ebtablesFlorian Westphal
2018-06-15ebtables-translate: remove --change-counters codeFlorian Westphal