summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* 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
* xtables-compat: fix snprintf truncation warningsFlorian Westphal2018-04-082-2/+2
* iptables: add xtables-translate.8 manpageArturo Borrero Gonzalez2018-03-172-1/+136
* xtables-compat-multi.c: Allow symlink of ebtablesDuncan Roe2018-02-251-0/+1
* iptables: add xtables-compat.8 manpageArturo Borrero Gonzalez2018-02-252-1/+178
* xtables-compat-restore: use correct hook prioritiesFlorian Westphal2018-02-171-5/+31
* iptables: Remove const qualifier from struct option.Varsha Rao2017-12-213-3/+3
* iptables: xtables-eb: Remove const qualifier from struct optionVarsha Rao2017-11-301-1/+1
* iptables-compat: do not allow to delete populated user define chainsPablo Neira Ayuso2017-10-111-2/+8
* iptables: Constify option structHarsha Sharma2017-10-044-4/+4
* ip{,6}tables-restore: Don't accept wait-interval without waitPhil Sutter2017-10-042-0/+10
* ip{,6}tables-restore: Don't ignore missing wait-interval valuePhil Sutter2017-10-041-1/+1
* xtables-compat-restore: fix translation of mangle's OUTPUTLouis Sautier2017-09-101-0/+2
* xtables-compat: fix memory leak when listingPablo M. Bermudo Garay2017-08-142-0/+4
* xtables-compat-restore: fix several memory leaksPablo M. Bermudo Garay2017-08-143-4/+16
* iptables-xml: Fix segfault on jump without a targetOliver Ford2017-06-191-6/+3
* xtables-translate: fix double space before commentPablo M. Bermudo Garay2017-06-063-7/+8
* iptables: Add file output option to iptables-saveOliver Ford2017-05-294-11/+69
* iptables: Fix crash on malformed iptables-restoreOliver Ford2017-05-294-9/+20
* iptables: insist that the lock is held.Lorenzo Colitti2017-05-296-37/+37
* iptables-restore/save: exit when given an unknown optionVincent Bernat2017-04-196-15/+27
* iptables-restore.8: document -w/-W optionsDan Williams2017-04-141-4/+21
* iptables-restore/ip6tables-restore: add --version/-V argumentDan Williams2017-04-143-8/+24
* iptables: Remove unnecessary braces.Varsha Rao2017-04-064-10/+5
* iptables: Remove explicit static variables initalization.Varsha Rao2017-04-067-11/+11