summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* libxtables: extend xlate infrastructurePablo Neira Ayuso2021-06-071-8/+21
* libxtables: Introduce xtables_strdup() and use it everywherePhil Sutter2021-06-074-11/+12
* 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
* Use proto_to_name() from xshared in more placesPhil Sutter2021-05-175-37/+15
* 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
* nft-arp: Make use of ipv4_addr_to_string()Phil Sutter2021-04-303-94/+14
* Eliminate inet_aton() and inet_ntoa()Phil Sutter2021-04-301-9/+14
* 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
* xtables-translate: Fix translation of odd netmasksPhil Sutter2021-03-092-15/+46
* nft: Fix bitwise expression avoidance detectionPhil Sutter2021-03-092-1/+27
* iptables-nft: fix -Z optionFlorian Westphal2021-02-242-1/+65
* ebtables: Exit gracefully on invalid table namesPhil Sutter2021-01-281-4/+4
* 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
* xtables-monitor: fix packet family protocolFlorian Westphal2020-12-141-2/+2
* xtables-monitor: fix rule printingFlorian Westphal2020-12-141-17/+15
* tests/shell: Test for fixed extension registrationPhil Sutter2020-12-071-0/+25
* xshared: Merge some command option-related codePhil Sutter2020-12-036-258/+89
* xtables-arp: Don't use ARPT_INV_*Phil Sutter2020-12-033-68/+53
* libxtables: Extend MAC address printing/parsing supportPhil Sutter2020-12-035-140/+18
* ebtables: Fix for broken chain renamingPhil Sutter2020-11-173-3/+5
* tests: shell: update format of registers in bitwise payloads.Pablo Neira Ayuso2020-11-161-5/+5
* tests/shell: Add test for bitwise avoidance fixesPhil Sutter2020-11-101-0/+339
* ebtables: Optimize masked MAC address matchesPhil Sutter2020-11-046-24/+30
* nft: Optimize class-based IP prefix matchesPhil Sutter2020-11-045-11/+30
* tests: shell: Improve concurrent noflush restore test a bitPhil Sutter2020-10-271-0/+14
* nft: Fix for concurrent noflush restore callsPhil Sutter2020-10-132-28/+83
* iptables-nft: fix basechain policy configurationPablo Neira Ayuso2020-10-082-1/+34
* nft: Fix error reporting for refreshed transactionsPhil Sutter2020-10-071-2/+3
* nft: Make batch_add_chain() return the added batch objectPhil Sutter2020-10-071-18/+17
* nft: Fix for broken address mask match detectionPhil Sutter2020-09-301-1/+1
* nft: Use nft_chain_find() in nft_chain_builtin_init()Phil Sutter2020-08-211-12/+4
* nft: Fold nftnl_rule_list_chain_save() into callerPhil Sutter2020-08-211-24/+7
* nft: Extend use of nftnl_chain_list_foreach()Phil Sutter2020-08-211-77/+86