summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* 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
* iptables-restore: support acquiring the lock.Lorenzo Colitti2017-03-216-33/+122
* iptables: remove duplicated argument parsing codeLorenzo Colitti2017-03-176-160/+95
* iptables: move XT_LOCK_NAME from CFLAGS to config.h.Lorenzo Colitti2017-03-171-0/+1
* iptables: set the path of the lock file via a configure option.Lorenzo Colitti2017-03-141-2/+0
* iptables-translate: print nft iff there are more expanded rules to printPablo Neira Ayuso2017-03-091-1/+1
* iptables-translate: print nft command for each expand rules via dns namesPablo Neira Ayuso2017-03-081-0/+2
* xtables-translate: Avoid querying the kernelPhil Sutter2017-03-081-0/+10
* xshared: using the blocking file lock request when we wait indefinitelyLiping Zhang2017-02-281-11/+14
* xshared: do not lock again and again if "-w" option is not specifiedLiping Zhang2017-02-281-7/+4
* iptables: fix the wrong appending of jump verdict after the comment.v1.6.1Shyam Saini2017-01-262-6/+4
* iptables-save: exit with error if unable to open proc fileThomas Habets2017-01-182-8/+20
* build: Fix two compile errors during out-of-tree buildKeno Fischer2017-01-161-1/+1
* iptables: on revision mismatch, do not call print/saveWillem de Bruijn2016-12-112-8/+28
* xtables-translate: Fix chain type when translating nat tablePhil Sutter2016-11-291-6/+12
* nft_ipv{4,6}_xlate: Respect prefix lengthsPhil Sutter2016-11-292-7/+11
* xtables-translate: Support setting standard chain policyPhil Sutter2016-11-291-5/+11