summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: iptables-test: Exit non-zero on errorPhil Sutter2021-09-131-1/+2
* tests: xlate-test: Exit non-zero on errorPhil Sutter2021-09-131-10/+16
* tests: iptables-test: Print errors to stderrPhil Sutter2021-09-131-4/+5
* tests: xlate-test: Print errors to stderrPhil Sutter2021-09-131-2/+2
* tests: xlate-test: Don't skip any input after the first empty linePhil Sutter2021-09-131-2/+2
* tests: iptables-test: Fix missing chain casePhil Sutter2021-09-131-2/+5
* iptables-nft: allow removal of empty builtin chainsFlorian Westphal2021-09-078-45/+72
* Fix a few doc typosŠtěpán Němec2021-09-032-4/+4
* nft: Use xtables_{m,c}alloc() everywherePhil Sutter2021-08-316-47/+12
* nft: Use xtables_malloc() in mnl_err_list_node_add()Phil Sutter2021-08-311-1/+1
* extensions: libxt_mac: Fix for missing space in listingPhil Sutter2021-08-311-2/+2
* iptables-test: Make netns spawning more robustPhil Sutter2021-08-111-7/+30
* extensions: hashlimit: Fix tests with HZ=100Phil Sutter2021-08-101-4/+2
* ip6tables: masquerade: use fully-random so that nft can understand the rulePavel Tikhomirov2021-08-041-1/+1
* libxtables: exit if called by setuid executeableFlorian Westphal2021-08-041-0/+4
* tests/shell: Assert non-verbose mode is silentPhil Sutter2021-08-031-0/+11
* nft: Fix for non-verbose check commandPhil Sutter2021-08-031-1/+1
* ebtables: Dump atomic wastePhil Sutter2021-08-021-53/+0
* doc: ebtables-nft.8: Adjust for missing atomic-optionsPhil Sutter2021-07-291-56/+8
* xtables: Call init_extensions6() for static buildsErik Wilson2021-07-145-0/+5
* extensions: libxt_multiport: add translation for -m multiport --portsPablo Neira Ayuso2021-06-252-8/+33
* extensions: libxt_conntrack: simplify translation using negationPablo Neira Ayuso2021-06-072-37/+17
* extensions: libxt_tcp: rework translation to use flags match representationPablo Neira Ayuso2021-06-073-10/+10
* extensions: libxt_connlimit: add translationPablo Neira Ayuso2021-06-072-0/+64
* tests: xlate-test: support multiline expectationPablo Neira Ayuso2021-06-071-2/+12
* libxtables: extend xlate infrastructurePablo Neira Ayuso2021-06-074-28/+93
* extensions: libxt_string: Avoid buffer size warning for strncpy()Phil Sutter2021-06-071-1/+1
* libxtables: Introduce xtables_strdup() and use it everywherePhil Sutter2021-06-0726-73/+60
* extensions: libebt_ip6: Use xtables_ip6parse_any()Phil Sutter2021-06-071-64/+10
* iptables-apply: Drop unused variablePhil Sutter2021-06-071-1/+0
* nft: Avoid buffer size warnings copying iface namesPhil Sutter2021-06-072-4/+4
* nft: Avoid memleak in error path of nft_cmd_new()Phil Sutter2021-06-071-1/+3
* libxtables: Fix memleak in xtopt_parse_hostmask()Phil Sutter2021-06-071-0/+1
* extensions: libebt_ip6: Drop unused variablesPhil Sutter2021-06-071-4/+2
* libxtables: Drop leftover variable in xtables_numeric_to_ip6addr()Phil Sutter2021-06-071-2/+1
* extensions: sctp: Translate --chunk-types optionPhil Sutter2021-05-192-19/+78
* extensions: sctp: Fix nftables translationPhil Sutter2021-05-192-11/+9
* Use proto_to_name() from xshared in more placesPhil Sutter2021-05-176-38/+16
* ebtables-translate: Use shared ebt_get_current_chain() functionPhil Sutter2021-05-171-17/+1
* xshared: Merge invflags handling codePhil Sutter2021-05-177-199/+88
* xshared: Eliminate iptables_command_state->invertPhil Sutter2021-05-177-133/+113
* xtables: Make invflags 16bit widePhil Sutter2021-05-172-3/+3
* extensions: SECMARK: Implement revision 1Phil Sutter2021-05-043-20/+80
* nft-arp: Make use of ipv4_addr_to_string()Phil Sutter2021-04-303-94/+14
* Eliminate inet_aton() and inet_ntoa()Phil Sutter2021-04-302-11/+18
* extensions: sctp: Explain match types in man pagePhil Sutter2021-04-291-0/+11
* nft: Increase BATCH_PAGE_SIZE to support huge rulesetsPhil Sutter2021-04-101-5/+7
* nft: cache: Sort chains on demand onlyPhil Sutter2021-04-065-13/+73
* fix build for missing ETH_ALEN definitionMaciej Żenczykowski2021-04-031-0/+1
* extensions: libxt_conntrack: use bitops for status negationAlexander Mikhalitsyn2021-04-022-10/+28