summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal2018-05-107-231/+172
* xtables-compat: pass correct table skeletonFlorian Westphal2018-05-103-24/+76
* xtables-compat: fix wildcard detectionFlorian Westphal2018-05-101-18/+26
* xtables-compat-restore: flush table and its content with no -nPablo Neira Ayuso2018-05-081-56/+66
* xtables-compat: fix bogus error with -X and no user-defined chainsPablo Neira Ayuso2018-05-071-1/+1
* xtables-compat-restore: flush user-defined chains with -nPablo Neira Ayuso2018-05-074-2/+74
* xtables-compat-restore: flush rules and delete user-defined chainsPablo Neira Ayuso2018-05-071-27/+56
* xtables-compat: pass larger socket bufferFlorian Westphal2018-05-071-6/+6
* xtables-compat: xtables-save: don't return 1Florian Westphal2018-05-072-16/+9
* xtables-compat: ebtables: support concurrent optionFlorian Westphal2018-05-071-5/+2
* xtables-compat: fix ipv4 frag (-f)Florian Westphal2018-05-051-3/+6
* xtables-compat: also check tg2->userspacesizeFlorian Westphal2018-05-051-1/+3
* xtables-compat: avoid unneeded bitwise opsFlorian Westphal2018-05-052-5/+23
* xtables-compat: restore: sync options with iptables-restoreFlorian Westphal2018-05-051-2/+13
* xtables-compat: output -s,d first during save, just like iptablesFlorian Westphal2018-05-052-10/+10
* iptables-compat: chains are purge out already from table flushPablo Neira Ayuso2018-05-053-52/+0
* iptables-compat: do not fail on restore if user chain existsPablo Neira Ayuso2018-05-054-4/+32
* iptables-compat: remove non-batching routinesPablo Neira Ayuso2018-05-052-153/+7
* xtables-compat: fall back to comment match in case name is too longFlorian Westphal2018-05-043-5/+13
* xtables-compat: ebtables: handle mac masks properlyFlorian Westphal2018-05-043-1/+17
* xtables-compat: nft-arp: fix warning wrt. sprintf-out-of-boundsFlorian Westphal2018-05-031-2/+2
* xtables-compat: truncate comments to 254 bytesFlorian Westphal2018-04-291-1/+3
* xtables-compat: only fetch revisions for ip/ip6Florian Westphal2018-04-281-6/+19
* xtables: Fix rules print/save after iptables updateSerhey Popovych2018-04-272-46/+86
* ebtables-translate: turn off useless compat queriesFlorian Westphal2018-04-271-0/+6
* nft: arptables: remove obsolete forward hook definitionFlorian Westphal2018-04-271-6/+0
* iptables-compat: statify nft_restart()Pablo Neira Ayuso2018-04-242-2/+1
* iptables-compat: handle netlink dump EINTR errorsPablo Neira Ayuso2018-04-242-2/+41
* ebtables-compat: add 'vlan' match extensionFlorian Westphal2018-04-221-0/+1
* ebtables-compat: add 'pkttype' match extensionFlorian Westphal2018-04-221-0/+1
* ebtables-translate: update table name on -tFlorian Westphal2018-04-221-0/+1
* ebtables-compat: add 'ip6' match extensionFlorian Westphal2018-04-191-0/+1
* xt-translate: quote interface names in translated outputFlorian Westphal2018-04-191-1/+1
* xt-compat: add ebtables-translateFlorian Westphal2018-04-135-1/+804
* xlate-translate: split common parts into helperFlorian Westphal2018-04-131-33/+26
* xtables-eb: export 3 functionsFlorian Westphal2018-04-132-5/+10
* nft-bridge: add eb-translate backend functionsFlorian Westphal2018-04-131-0/+136
* nft-bridge: fix mac address printingFlorian Westphal2018-04-131-1/+1
* nft: fix crash when getprotobynumber() returns 0Florian Westphal2018-04-132-12/+17
* ebtables-compat: support intra-positioned negationsFlorian Westphal2018-04-131-1/+1
* nft-bridge: add forward declaration for struct nftnl_ruleFlorian Westphal2018-04-131-0/+1
* nft: make nft_init self-containedFlorian Westphal2018-04-132-2/+3
* xtables-translate: rm duplicate includesFlorian Westphal2018-04-131-5/+0
* xt-compat: constify a few struct membersFlorian Westphal2018-04-131-3/+3
* iptables: constify option structArushi Singhal2018-04-111-1/+1
* ebtables-compat: load mark targetFlorian Westphal2018-04-111-2/+14
* ebtables-compat: don't make failing extension load fatalFlorian Westphal2018-04-111-7/+10
* xtables-compat: only validate the xtables builtin tablesFlorian Westphal2018-04-091-2/+9
* xtables-compat: skip unsupported tablesFlorian Westphal2018-04-094-43/+14
* xtables-compat: also validate priorities and hook points match expected valuesFlorian Westphal2018-04-091-13/+22