summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* xshared: Consolidate argv construction routinesPhil Sutter2018-08-046-374/+161
* xshared: Consolidate parse_counters()Phil Sutter2018-08-046-49/+15
* Consolidate DEBUGP macrosPhil Sutter2018-08-046-28/+8
* xtables: Fix program name in xtables_error()Phil Sutter2018-08-041-3/+3
* xtables: Use correct built-in chain countPhil Sutter2018-08-041-1/+1
* xtables: Fix compilation with NLDEBUG definedPhil Sutter2018-08-041-2/+2
* xtables: Free chains in NFT_COMPAT_CHAIN_ADD jobsPhil Sutter2018-08-041-2/+6
* xtables: Free chains in NFT_COMPAT_CHAIN_USER_DEL jobsPhil Sutter2018-08-041-1/+1
* xtables: Fix for nft_rule_flush() returning garbagePhil Sutter2018-08-041-3/+5
* xtables: Allocate rule cache just oncePhil Sutter2018-08-041-3/+5
* nft: don't print rule counters unless verboseEric Garver2018-08-012-1/+31
* iptables-restore: free the table lock when skipping a tableJoel Goguen2018-07-265-2/+113
* xtables: avoid bogus 'is incompatible' warningFlorian Westphal2018-07-242-1/+27
* nft: decode meta l4protoFlorian Westphal2018-07-212-0/+20
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-198-31/+245
* xtables: introduce nft_init_eb()Phil Sutter2018-07-193-16/+37
* xtables: parameter to add_argv() may be constPhil Sutter2018-07-191-1/+1
* xtables: pass format to nft_rule_save()Phil Sutter2018-07-193-5/+4
* xtables: introduce save_chain callbackPhil Sutter2018-07-195-23/+30
* xtables: rename {print,save}_rule functionsPhil Sutter2018-07-197-60/+58
* xtables: get rid of nft_ipv{4,6}_save_counters()Phil Sutter2018-07-194-20/+8
* xtables: eliminate nft_ipv{4,6}_rule_find()Phil Sutter2018-07-194-21/+5
* xtables: merge nft_ipv{4,6}_parse_target()Phil Sutter2018-07-194-16/+10
* xtables: get rid of nft_ipv{4,6}_print_header()Phil Sutter2018-07-192-18/+2
* xtables: arp: make rule_to_cs callback privatePhil Sutter2018-07-192-8/+5
* xtables: Use new callbacks in nft_rule_print_save()Phil Sutter2018-07-194-24/+13
* xtables: introduce rule_to_cs/clear_cs callbacksPhil Sutter2018-07-196-1/+18
* xtables: simplify struct nft_xt_ctxPhil Sutter2018-07-193-13/+11
* xtables: merge {ip,arp}tables_command_state structsPhil Sutter2018-07-197-112/+88
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-199-43/+27
* xtables: fix crash if nft_rule_list_get() failsPhil Sutter2018-07-191-1/+2
* xtables: Support nft suffix for arptables and ebtablesPhil Sutter2018-07-112-1/+5
* tests: check iptables retval, not echoFlorian Westphal2018-07-101-2/+2
* iptables: tests: add test for iptables-save and iptables-restoreArushi Singhal2018-07-101-0/+47
* iptables: tests: shell: Add READMEArushi Singhal2018-07-074-1/+18
* man: clarify translate tools do not modify any stateFlorian Westphal2018-07-052-1/+9
* xtables-monitor: add --version optionFlorian Westphal2018-07-041-2/+6
* xtables-legacy: fix argv0 name for ip6tables-legacyFlorian Westphal2018-07-041-1/+1
* xtables: display legacy/nf_tables flavor in error messages, tooFlorian Westphal2018-07-024-12/+8
* ebtables-nft: add stp matchFlorian Westphal2018-07-021-0/+1
* tests: add script that mimics firewalld startupFlorian Westphal2018-07-023-0/+419
* tests: fix variable name to multi-binaryFlorian Westphal2018-06-292-10/+10
* tests: add a few simple tests for list/new/deleteFlorian Westphal2018-06-291-0/+52
* ebtables-nft: make -L, -X CHAINNAME workFlorian Westphal2018-06-291-11/+6
* ebtables-nft: remove exec_styleFlorian Westphal2018-06-291-80/+7
* ebtables-nft: don't crash on ebtables -XFlorian Westphal2018-06-291-4/+6
* doc: fix some spellos and the dash escapeJan Engelhardt2018-06-282-41/+41
* tests: add firewalld default ruleset from fedora 27Florian Westphal2018-06-273-0/+320
* tests: add another ipv4 only rulesetFlorian Westphal2018-06-272-0/+82
* tests: add initial save/restore test casesFlorian Westphal2018-06-278-34/+170