summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-restore.c
Commit message (Expand)AuthorAgeFilesLines
* libxtables: Boost rule target checks by announcing chain namesPhil Sutter2022-03-171-0/+1
* nft: Reject standard targets as chain names when restoringPhil Sutter2022-03-171-4/+1
* nft: Review static extension loadingPhil Sutter2022-03-151-4/+3
* xtables: Call init_extensions{,a,b}() for static buildsEtienne Champetier2022-03-151-0/+5
* Simplify static build extension loadingPhil Sutter2022-03-151-2/+0
* ebtables: Support verbose modePhil Sutter2022-02-081-2/+6
* iptables-restore: Support for extra debug outputPhil Sutter2022-02-041-1/+5
* xtables_globals: Embed variant name in .program_versionPhil Sutter2021-12-161-1/+1
* nft: Merge xtables-arp-standalone.c into xtables-standalone.cPhil Sutter2021-10-201-1/+1
* nft: Introduce builtin_tables_lookup()Phil Sutter2021-10-201-6/+1
* xtables: Call init_extensions6() for static buildsErik Wilson2021-07-141-0/+1
* nft: Make table creation purely implicitPhil Sutter2020-07-241-3/+0
* xtables-restore: Fix verbose mode table flushingPhil Sutter2020-06-091-2/+2
* libxtables: Introduce xtables_fini()Phil Sutter2020-05-111-0/+2
* ebtables: Free statically loaded extensions againPhil Sutter2020-05-111-1/+1
* nft-cache: Fetch cache per tablePhil Sutter2020-05-111-1/+1
* nft: cache: Improve fake cache integrationPhil Sutter2020-05-111-1/+1
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-111-85/+2
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-13/+13
* ebtables-restore: Table line to trigger implicit commitPhil Sutter2020-05-111-0/+4
* ebtables-restore: Drop custom table flush routinePhil Sutter2020-05-111-8/+1
* iptables: flush stdout after every verbose log.Maciej Żenczykowski2020-05-111-1/+3
* xtables: Review nft_init()Phil Sutter2020-02-241-7/+7
* xtables: Drop -4 and -6 support from xtables-{save,restore}Phil Sutter2020-02-241-8/+1
* xtables-restore: fix for --noflush and empty linesPhil Sutter2020-02-121-3/+5
* xtables-restore: Avoid access of uninitialized dataPhil Sutter2019-12-061-1/+1
* xtables-restore: Fix parser feed from line bufferPhil Sutter2019-12-041-1/+3
* nft: CMD_ZERO needs a rule cachePhil Sutter2019-11-151-0/+1
* xtables-restore: Improve performance of --noflush operationPhil Sutter2019-11-061-7/+82
* xtables-restore: Allow lines without trailing newline characterPhil Sutter2019-11-061-1/+3
* xtables-restore: Remove some pointless linebreaksPhil Sutter2019-11-061-15/+10
* xtables-restore: Introduce line parsing functionPhil Sutter2019-11-061-170/+177
* xtables-restore: Introduce struct nft_xt_restore_statePhil Sutter2019-11-061-31/+35
* xtables-restore: Integrate restore callbacks into struct nft_xt_restore_parsePhil Sutter2019-11-061-5/+8
* xshared: Introduce struct argv_storePhil Sutter2019-10-241-18/+13
* xtables-restore: Drop chain_list callbackPhil Sutter2019-10-181-15/+0
* xtables-restore: Drop local xtc_ops instancePhil Sutter2019-10-181-7/+2
* xtables-restore: Constify struct nft_xt_restore_cbPhil Sutter2019-10-181-4/+4
* xtables-restore: Introduce rule counter tokenizer functionPhil Sutter2019-10-181-31/+4
* xtables-restore: Use xt_params->program_namePhil Sutter2019-10-181-6/+5
* xtables-restore: Treat struct nft_xt_restore_parse as constPhil Sutter2019-10-181-1/+1
* nft-cache: Support partial rule cache per chainPhil Sutter2019-10-171-2/+2
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-101-0/+1
* xtables-restore: Minimize caching when flushingPhil Sutter2019-09-301-2/+5
* xtables_error() does not returnPhil Sutter2019-09-251-9/+4
* nft: Introduce nft_bridge_commit()Phil Sutter2019-09-231-1/+1
* ipables: xtables-restore: output filename option in help textFlorian Westphal2019-09-161-1/+1
* xtables-restore: Fix program names in help textsPhil Sutter2019-06-091-6/+7
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-2/+2
* xtables: add and use nft_build_cacheFlorian Westphal2019-04-271-4/+1