aboutsummaryrefslogtreecommitdiff
path: root/iptables/xtables-restore.c
AgeCommit message (Expand)Author
2023-09-01Revert --compat option related commitsPhil Sutter
2023-08-11Add --compat option to *tables-nft and *-nft-restore commandsPhil Sutter
2023-07-28*tables-restore: Enforce correct counters syntax if presentPhil Sutter
2022-11-15Drop extra newline from xtables_error() callsPhil Sutter
2022-08-26nft: Expand extended error reporting to nft_cmd, tooPhil Sutter
2022-08-26xtables-restore: Extend failure error messagePhil Sutter
2022-03-17libxtables: Boost rule target checks by announcing chain namesPhil Sutter
2022-03-17nft: Reject standard targets as chain names when restoringPhil Sutter
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
2022-02-08ebtables: Support verbose modePhil Sutter
2022-02-04iptables-restore: Support for extra debug outputPhil Sutter
2021-12-16xtables_globals: Embed variant name in .program_versionPhil Sutter
2021-10-20nft: Merge xtables-arp-standalone.c into xtables-standalone.cPhil Sutter
2021-10-20nft: Introduce builtin_tables_lookup()Phil Sutter
2021-07-14xtables: Call init_extensions6() for static buildsErik Wilson
2020-07-24nft: Make table creation purely implicitPhil Sutter
2020-06-09xtables-restore: Fix verbose mode table flushingPhil Sutter
2020-05-11libxtables: Introduce xtables_fini()Phil Sutter
2020-05-11ebtables: Free statically loaded extensions againPhil Sutter
2020-05-11nft-cache: Fetch cache per tablePhil Sutter
2020-05-11nft: cache: Improve fake cache integrationPhil Sutter
2020-05-11nft: calculate cache requirements from list of commandsPablo Neira Ayuso
2020-05-11nft: split parsing from netlink commandsPablo Neira Ayuso
2020-05-11ebtables-restore: Table line to trigger implicit commitPhil Sutter
2020-05-11ebtables-restore: Drop custom table flush routinePhil Sutter
2020-05-11iptables: flush stdout after every verbose log.Maciej Żenczykowski
2020-02-24xtables: Review nft_init()Phil Sutter
2020-02-24xtables: Drop -4 and -6 support from xtables-{save,restore}Phil Sutter
2020-02-12xtables-restore: fix for --noflush and empty linesPhil Sutter
2019-12-06xtables-restore: Avoid access of uninitialized dataPhil Sutter
2019-12-04xtables-restore: Fix parser feed from line bufferPhil Sutter
2019-11-15nft: CMD_ZERO needs a rule cachePhil Sutter
2019-11-06xtables-restore: Improve performance of --noflush operationPhil Sutter
2019-11-06xtables-restore: Allow lines without trailing newline characterPhil Sutter
2019-11-06xtables-restore: Remove some pointless linebreaksPhil Sutter
2019-11-06xtables-restore: Introduce line parsing functionPhil Sutter
2019-11-06xtables-restore: Introduce struct nft_xt_restore_statePhil Sutter
2019-11-06xtables-restore: Integrate restore callbacks into struct nft_xt_restore_parsePhil Sutter
2019-10-24xshared: Introduce struct argv_storePhil Sutter
2019-10-18xtables-restore: Drop chain_list callbackPhil Sutter
2019-10-18xtables-restore: Drop local xtc_ops instancePhil Sutter
2019-10-18xtables-restore: Constify struct nft_xt_restore_cbPhil Sutter
2019-10-18xtables-restore: Introduce rule counter tokenizer functionPhil Sutter
2019-10-18xtables-restore: Use xt_params->program_namePhil Sutter
2019-10-18xtables-restore: Treat struct nft_xt_restore_parse as constPhil Sutter
2019-10-17nft-cache: Support partial rule cache per chainPhil Sutter
2019-10-10nft: Extract cache routines into nft-cache.cPhil Sutter
2019-09-30xtables-restore: Minimize caching when flushingPhil Sutter