summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ebtables: Fix entries count in chain listingPhil Sutter2018-08-166-9/+40
* xtables: Make 'iptables -S nonexisting' return non-zeroPhil Sutter2018-08-164-15/+86
* ebtables: Fix for listing of non-existent chainsPhil Sutter2018-08-162-5/+7
* xtables: Fix for no output in iptables-nft -SPhil Sutter2018-08-161-0/+17
* arptables: Drop extensions/libxt_mangle.cPhil Sutter2018-08-161-396/+0
* ebtables: Merge libebt_limit.c into libxt_limit.cPhil Sutter2018-08-165-225/+97
* xtables: Use native nftables limit expressionPhil Sutter2018-08-162-4/+95
* ebtables: Remove flags misinterpretationsPhil Sutter2018-08-101-9/+7
* xtables: Fix for wrong counter format in -S outputPhil Sutter2018-08-097-32/+83
* xtables: Don't pass full invflags to add_compat()Phil Sutter2018-08-094-3/+13
* xtables: Improve xtables-monitor first impressionPhil Sutter2018-08-091-1/+2
* tests: Fix skipping for recent nft-only testsPhil Sutter2018-08-094-4/+4
* xtables: Spelling fixes in xtables-monitorPhil Sutter2018-08-072-7/+7
* xtables: Fix potential segfault in nft_rule_append()Phil Sutter2018-08-061-1/+3
* tests: Add ebtables-{save,restore} testcasesPhil Sutter2018-08-062-0/+145
* tests: Add arptables-{save,restore} testcasesPhil Sutter2018-08-062-0/+86
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-069-43/+146
* ebtables: Review match/target lookupPhil Sutter2018-08-062-42/+48
* ebtables-restore: Use xtables_restore_parse()Phil Sutter2018-08-064-89/+24
* xtables-restore: Make COMMIT support configurablePhil Sutter2018-08-062-3/+9
* xtables-restore: Improve user-defined chain detectionPhil Sutter2018-08-063-13/+21
* xtables: Match verbose ip{,6}tables output with legacyPhil Sutter2018-08-047-25/+157
* xtables: Reserve space for 'opt' column in ip6tables outputPhil Sutter2018-08-041-0/+5
* xtables: Print error when listing non-existent chainsPhil Sutter2018-08-041-2/+5
* xtables: Fix for no output on first iptables-nft invocationPhil Sutter2018-08-041-1/+3
* xtables: Do not count rules as chain referencesPhil Sutter2018-08-042-0/+52
* arptables: Fix jumps into user-defined chainsPhil Sutter2018-08-041-11/+0
* arptables: Fix opcode printing in numeric outputPhil Sutter2018-08-041-0/+1
* xtables: Fix symlinks/names for ebtables-{save, restore}Phil Sutter2018-08-042-2/+5
* ebtables: Support --init-table commandPhil Sutter2018-08-041-1/+3
* arptables: Print policy only for base chainsPhil Sutter2018-08-041-1/+1
* arptables: Fix for trailing spaces in outputPhil Sutter2018-08-041-24/+16
* arptables: Fix memleaks in do_commandarp()Phil Sutter2018-08-041-7/+12
* ebtables: Print non-standard target parametersPhil Sutter2018-08-041-1/+3
* ebtables: Fix match_list insertionPhil Sutter2018-08-041-10/+8
* ebtables: Fix for wrong program name in error messagesPhil Sutter2018-08-044-5/+5
* 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-048-38/+10
* 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