summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-eb.c
Commit message (Expand)AuthorAgeFilesLines
* xshared: Fix for memleak in option merging with ebtablesPhil Sutter2024-02-011-12/+13
* xtables-eb: Eliminate 'opts' definePhil Sutter2024-02-011-3/+7
* ebtables: Default to extrapositioned negationsPhil Sutter2024-01-101-7/+7
* ebtables: Support for guided option parserPhil Sutter2024-01-101-57/+51
* ebtables: Use do_parse() from xsharedPhil Sutter2023-12-051-635/+85
* ebtables: Use struct xt_cmd_parsePhil Sutter2023-12-051-23/+36
* ebtables: Make 'h' case just a call to print_help()Phil Sutter2023-12-051-31/+30
* ebtables: Pass struct iptables_command_state to print_help()Phil Sutter2023-12-051-6/+5
* ebtables: Change option values to avoid clashesPhil Sutter2023-12-051-12/+12
* ebtables{,-translate}: Convert if-clause to switch()Phil Sutter2023-12-051-18/+28
* ebtables: Implement --change-counters commandPhil Sutter2023-11-231-20/+54
* ebtables: Make ebt_load_match_extensions() staticPhil Sutter2023-11-231-1/+1
* ebtables: Drop append_entry() wrapperPhil Sutter2023-11-231-22/+4
* ebtables: Fix corner-case noflush restore bugPhil Sutter2023-11-071-0/+2
* Revert --compat option related commitsPhil Sutter2023-09-011-6/+1
* Add --compat option to *tables-nft and *-nft-restore commandsPhil Sutter2023-08-111-1/+6
* ebtables: Improve invalid chain name detectionPhil Sutter2023-07-281-5/+28
* iptables-nft: remove unused function argumentFlorian Westphal2023-03-151-1/+1
* xtables-eb: fix crash when opts isn't reallocatedFlorian Westphal2023-03-141-1/+2
* ebtables: Refuse unselected targets' optionsPhil Sutter2023-01-311-19/+10
* Proper fix for "unknown argument" error messagePhil Sutter2023-01-311-6/+11
* ebtables: Implement --check commandPhil Sutter2022-12-021-3/+9
* Drop extra newline from xtables_error() callsPhil Sutter2022-11-151-1/+1
* ebtables: Merge OPT_* flags with xshared onesPhil Sutter2022-09-281-16/+4
* ebtables: Eliminate OPT_TABLEPhil Sutter2022-09-281-2/+3
* ebtables: Drop unused OPT_* definesPhil Sutter2022-09-281-3/+0
* ebtables-restore: Deny --init-tablePhil Sutter2022-06-111-0/+3
* libxtables: Drop xtables_globals 'optstring' fieldPhil Sutter2022-05-111-2/+1
* xtables: Call init_extensions{,a,b}() for static buildsEtienne Champetier2022-03-151-0/+1
* Simplify static build extension loadingPhil Sutter2022-03-151-3/+0
* ebtables: Support verbose modePhil Sutter2022-02-081-7/+18
* iptables-*-restore: Drop pointless line referencePhil Sutter2021-12-161-2/+2
* libxtables: Extend basic_exit_err()Phil Sutter2021-12-161-2/+0
* xtables_globals: Embed variant name in .program_versionPhil Sutter2021-12-161-2/+2
* xshared: Store optstring in xtables_globalsPhil Sutter2021-10-201-2/+3
* nft: Introduce builtin_tables_lookup()Phil Sutter2021-10-201-1/+1
* iptables-nft: allow removal of empty builtin chainsFlorian Westphal2021-09-071-1/+1
* nft: Use xtables_{m,c}alloc() everywherePhil Sutter2021-08-311-11/+3
* ebtables: Dump atomic wastePhil Sutter2021-08-021-53/+0
* xshared: Eliminate iptables_command_state->invertPhil Sutter2021-05-171-1/+0
* ebtables: Exit gracefully on invalid table namesPhil Sutter2021-01-281-4/+4
* libxtables: Extend MAC address printing/parsing supportPhil Sutter2020-12-031-53/+6
* ebtables: Fix for broken chain renamingPhil Sutter2020-11-171-0/+1
* xtables-restore: Fix verbose mode table flushingPhil Sutter2020-06-091-1/+1
* nft: Don't exit early after printing help textsPhil Sutter2020-05-111-1/+1
* libxtables: Introduce xtables_fini()Phil Sutter2020-05-111-0/+1
* ebtables: Free statically loaded extensions againPhil Sutter2020-05-111-0/+17
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-13/+13
* xtables: Review nft_init()Phil Sutter2020-02-241-8/+1
* nft: bridge: Rudimental among extension supportPhil Sutter2019-11-251-0/+1