summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* extensions: libxt_conntrack: use bitops for state negationAlexander Mikhalitsyn2021-04-022-14/+29
* libxtables: Simplify xtables_ipmask_to_cidr() a bitPhil Sutter2021-03-091-10/+5
* xtables-translate: Fix translation of odd netmasksPhil Sutter2021-03-094-15/+106
* nft: Fix bitwise expression avoidance detectionPhil Sutter2021-03-092-1/+27
* iptables-nft: fix -Z optionFlorian Westphal2021-02-242-1/+65
* include: Drop libipulog.hPhil Sutter2021-02-171-39/+0
* ebtables: Exit gracefully on invalid table namesPhil Sutter2021-01-281-4/+4
* configure: bump version for 1.8.7 releasev1.8.7Pablo Neira Ayuso2021-01-151-3/+3
* tests/shell: Fix nft-only/0009-needless-bitwise_0Phil Sutter2021-01-151-1/+8
* nft: Avoid pointless table/chain creationPhil Sutter2020-12-213-18/+82
* tests: shell: Drop any dump sorting in placePhil Sutter2020-12-213-18/+5
* nft: cache: Sort custom chains by namePhil Sutter2020-12-212-3/+14
* nft: Introduce a dedicated base chain arrayPhil Sutter2020-12-213-2/+45
* nft: Introduce struct nft_chainPhil Sutter2020-12-217-66/+212
* nft: cache: Move nft_chain_find() overPhil Sutter2020-12-213-17/+17
* nft: Implement nft_chain_foreach()Phil Sutter2020-12-215-96/+46
* nft: cache: Introduce nft_cache_add_chain()Phil Sutter2020-12-213-12/+19
* nft: Fix selective chain compatibility checksPhil Sutter2020-12-211-0/+6
* xtables-monitor:Florian Westphal2020-12-141-0/+3
* xtables-monitor: print packet firstFlorian Westphal2020-12-141-11/+23