aboutsummaryrefslogtreecommitdiff
path: root/iptables/xtables-save.c
AgeCommit message (Expand)Author
2022-03-15nft: Review static extension loadingPhil Sutter
2022-03-15xtables: Call init_extensions{,a,b}() for static buildsEtienne Champetier
2022-03-15Simplify static build extension loadingPhil Sutter
2021-12-16xtables_globals: Embed variant name in .program_versionPhil Sutter
2021-10-20nft: Introduce builtin_tables_lookup()Phil Sutter
2021-09-27nft: Check base-chain compatibility when adding to cachePhil Sutter
2021-07-14xtables: Call init_extensions6() for static buildsErik Wilson
2021-04-06nft: cache: Sort chains on demand onlyPhil Sutter
2020-12-21nft: Avoid pointless table/chain creationPhil Sutter
2020-12-21nft: Implement nft_chain_foreach()Phil Sutter
2020-07-24nft: Turn nft_chain_save() into a foreach-callbackPhil Sutter
2020-05-11libxtables: Introduce xtables_fini()Phil Sutter
2020-05-11nft-cache: Fetch cache per tablePhil Sutter
2020-05-11nft: calculate cache requirements from list of commandsPablo Neira Ayuso
2020-02-24xtables: Review nft_init()Phil Sutter
2020-02-24xtables: Drop -4 and -6 support from xtables-{save,restore}Phil Sutter
2019-11-25nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter
2019-10-17nft: Support nft_is_table_compatible() per chainPhil Sutter
2019-10-17nft-cache: Support partial rule cache per chainPhil Sutter
2019-10-10nft: Extract cache routines into nft-cache.cPhil Sutter
2019-07-23ebtables-save: Merge into xtables_save_main()Phil Sutter
2019-07-23arptables-save: Merge into xtables_save_main()Phil Sutter
2019-07-23xtables-save: Pass format flags to do_output()Phil Sutter
2019-07-23xtables-save: Make COMMIT line optionalPhil Sutter
2019-07-23xtables-save: Pass optstring/longopts to xtables_save_main()Phil Sutter
2019-07-23xtables-save: Avoid mixed code and declarationsPhil Sutter
2019-07-23nft: Make nft_for_each_table() more versatilePhil Sutter
2019-07-23xtables-save: Fix table compatibility checkPhil Sutter
2019-07-23xtables-save: Unify *-save header/footer commentsPhil Sutter
2019-07-23ebtables-save: Fix counter formattingPhil Sutter
2019-07-18xtables-save: Use argv[0] as program namePhil Sutter
2019-05-30src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt
2019-03-14xtables-save: Point at existing man page in help textPhil Sutter
2019-02-08xtables-save: Fix table not found error messagePhil Sutter
2018-11-19xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso
2018-11-17xtables: Introduce per table chain cachesPhil Sutter
2018-11-12arptables-save: add -c option, like xtables-saveFlorian Westphal
2018-11-12ebtables-save: add -c option, using xtables-style countersFlorian Westphal
2018-11-12nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso
2018-09-18xtables-save: Ignore uninteresting tablesPhil Sutter
2018-08-24xtables: Add missing deinitializationPhil Sutter
2018-08-24xtables: Add a few missing exit callsPhil Sutter
2018-08-06xtables: Implement arptables-{save,restore}Phil Sutter
2018-07-19xtables: implement ebtables-{save,restore}Phil Sutter
2018-07-19xtables: pass format to nft_rule_save()Phil Sutter
2018-06-25xtables: warn in case old-style (set/getsockopt) tables existFlorian Westphal
2018-06-18xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal
2018-05-28xtables: add chain cachePablo Neira Ayuso
2018-05-25xtables-compat: remove nft_is_ruleset_compatibleFlorian Westphal
2018-05-25xtables: allow dumping of chains in specific tableFlorian Westphal