summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xshared: check for maximum buffer length in add_param_to_argv()Pablo Neira Ayuso2019-04-301-18/+28
* tests: add test script for race-free restoreFlorian Westphal2019-04-271-0/+119
* xtables: handle concurrent ruleset modificationsFlorian Westphal2019-04-272-4/+128
* xtables: add and set "implict" flag on transaction objectsFlorian Westphal2019-04-271-19/+24
* xtables: add and use nft_build_cacheFlorian Westphal2019-04-273-9/+26
* xtables: add skip flag to objectsFlorian Westphal2019-04-271-18/+31
* xtables: unify user chain add/flush for restore caseFlorian Westphal2019-04-275-78/+59
* tests: return-codes script is bash specificFlorian Westphal2019-04-191-1/+1
* extensions: libxt_osf.: Typo in manpageSam Banks2019-04-051-1/+1
* xtables-legacy: add missing config.h includeLucas Stach2019-04-031-0/+1
* man: iptables-save: Add note about module autoloadingPhil Sutter2019-04-031-2/+5
* extensions: Install symlinks as suchPhil Sutter2019-04-031-4/+11
* xtables-save: Point at existing man page in help textPhil Sutter2019-03-141-3/+6
* xtables-legacy.8: Remove stray colonPhil Sutter2019-03-141-1/+1
* doc: Adjust ebtables man pagePhil Sutter2019-03-141-97/+67
* doc: Add ebtables man pagePhil Sutter2019-03-142-1/+1148
* doc: Adjust arptables man pagesPhil Sutter2019-03-143-35/+39
* doc: Add arptables-nft man pagesPhil Sutter2019-03-144-0/+433
* extensions: connlabel: Fallback on missing connlabel.confPhil Sutter2019-03-083-32/+48
* extensions: Add testcase for libxt_ipvsPhil Sutter2019-02-221-0/+20
* extensions: Fix ipvs vproto option printingPhil Sutter2019-02-221-1/+1
* extensions: Fix ipvs vproto parsingPhil Sutter2019-02-221-4/+1
* extensions: AUDIT: Document ineffective --type optionPhil Sutter2019-02-221-2/+4
* doc: Install ip{6,}tables-translate.8 manpagesPhil Sutter2019-02-222-0/+7
* tests/shell: Support testing host binariesPhil Sutter2019-02-221-16/+32
* xlate-test: Support testing host binariesPhil Sutter2019-02-221-3/+11
* arptables-nft: fix decoding of hlen on bigendian platformsFlorian Westphal2019-02-221-2/+3
* arptables: Print space before comma and countersPhil Sutter2019-02-212-7/+7
* tests: Extend return codes check by error messagesPhil Sutter2019-02-131-13/+46
* xtables: Fix error message for chain renamingPhil Sutter2019-02-131-1/+7
* xtables: Fix error messages in commands with rule numberPhil Sutter2019-02-131-6/+6
* xtables: Move new chain check to where it belongsPhil Sutter2019-02-132-3/+5
* xtables: Fix error message when zeroing a non-existent chainPhil Sutter2019-02-131-1/+3
* nft: Eliminate dead code in __nft_rule_listPhil Sutter2019-02-111-12/+1
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-086-19/+265
* nft: Introduce UDATA_TYPE_EBTABLES_POLICYPhil Sutter2019-02-081-0/+3
* nft: Don't assume NFTNL_RULE_USERDATA holds a commentPhil Sutter2019-02-081-17/+22
* xtables-save: Fix table not found error messagePhil Sutter2019-02-081-2/+3
* xshared: Explicitly pass target to command_jump()Phil Sutter2019-02-078-9/+9
* Revert "ebtables: use extrapositioned negation consistently"Phil Sutter2019-02-0517-70/+62
* xtables: Fix for false-positive rule matchingPhil Sutter2019-02-057-72/+41
* xtables: Fix for crash when comparing rules with standard targetPhil Sutter2019-02-013-5/+29
* extensions: Fix arptables extension testsPhil Sutter2019-02-014-10/+10
* arptables-nft: Set h-type/h-length masks by default, tooPhil Sutter2019-02-011-2/+6
* nft: Fix potential memleaks in nft_*_rule_find()Phil Sutter2019-02-013-14/+26
* ebtables: Fix rule listing with countersPhil Sutter2019-02-011-5/+6
* xtables: Catch errors when zeroing rule rountersPhil Sutter2019-02-011-1/+3
* tests: shell: Add arptables-nft verbose output testPhil Sutter2019-01-311-0/+64
* arptables-nft: Don't print default h-len/h-type valuesPhil Sutter2019-01-313-21/+21
* arptables-nft-save: Fix position of -j optionPhil Sutter2019-01-313-45/+58