summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* nft-chain: Introduce base_slot fieldPhil Sutter2021-09-273-29/+5
* nft: Check base-chain compatibility when adding to cachePhil Sutter2021-09-275-44/+65
* nft: cache: Avoid double free of unrecognized base-chainsPhil Sutter2021-09-272-3/+28
* xtables-translate: add missing argument and option to usagemizuta.takeshi@fujitsu.com2021-09-261-2/+3
* ebtables: Avoid dropping policy when flushingPhil Sutter2021-09-152-1/+44
* tests: shell: Return non-zero on errorPhil Sutter2021-09-131-1/+1
* iptables-nft: allow removal of empty builtin chainsFlorian Westphal2021-09-078-45/+72
* Fix a few doc typosŠtěpán Němec2021-09-031-3/+3
* nft: Use xtables_{m,c}alloc() everywherePhil Sutter2021-08-315-38/+10
* nft: Use xtables_malloc() in mnl_err_list_node_add()Phil Sutter2021-08-311-1/+1
* 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
* 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