summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-restore.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xtables: unify user chain add/flush for restore caseFlorian Westphal2019-04-271-25/+13
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-081-5/+18
* xtables-restore: Review chain handlingPhil Sutter2018-12-271-49/+19
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-191-2/+2
* xtables: Introduce per table chain cachesPhil Sutter2018-11-171-8/+8
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-121-1/+1
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-241-2/+2
* xtables: Accept --wait in iptables-nft-restorePhil Sutter2018-09-101-0/+2
* xtables-restore: Fix flushing referenced custom chainsPhil Sutter2018-09-101-2/+6
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-0/+26
* ebtables-restore: Use xtables_restore_parse()Phil Sutter2018-08-061-86/+19
* xtables-restore: Make COMMIT support configurablePhil Sutter2018-08-061-3/+8
* xtables-restore: Improve user-defined chain detectionPhil Sutter2018-08-061-11/+17