summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
Commit message (Expand)AuthorAgeFilesLines
* nft: Fix for ruleset flush while restoringPhil Sutter2020-08-141-1/+0
* nft: Eliminate table list from cachePhil Sutter2020-07-311-1/+1
* iptables: replace libnftnl table list by linux listPablo Neira Ayuso2020-07-271-1/+1
* nft: Reorder enum nft_table_typePhil Sutter2020-07-241-3/+3
* nft: Turn nft_chain_save() into a foreach-callbackPhil Sutter2020-07-241-1/+1
* nft: Make table creation purely implicitPhil Sutter2020-07-241-2/+0
* ebtables: Free statically loaded extensions againPhil Sutter2020-05-111-0/+1
* nft: cache: Fetch cache for specific chainsPhil Sutter2020-05-111-0/+7
* nft-cache: Fetch cache per tablePhil Sutter2020-05-111-0/+1
* nft: cache: Introduce struct nft_cache_reqPhil Sutter2020-05-111-1/+5
* nft: restore among supportPablo Neira Ayuso2020-05-111-0/+6
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-111-1/+1
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-5/+34
* ebtables-restore: Drop custom table flush routinePhil Sutter2020-05-111-1/+0
* nft: cache: Make nft_rebuild_cache() respect fake cachePhil Sutter2020-03-061-1/+2
* xtables: Review nft_init()Phil Sutter2020-02-241-1/+1
* nft: Introduce NFT_CL_SETS cache levelPhil Sutter2019-11-251-0/+2
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-2/+2
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-251-1/+1
* nft: Support nft_is_table_compatible() per chainPhil Sutter2019-10-171-1/+4
* nft-cache: Introduce cache levelsPhil Sutter2019-10-171-1/+8
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-101-4/+4
* xtables-restore: Minimize caching when flushingPhil Sutter2019-09-301-0/+1
* nft: Introduce nft_bridge_commit()Phil Sutter2019-09-231-0/+1
* xtables: Drop support for /etc/xtables.confPhil Sutter2019-07-291-16/+0
* nft: Make nft_for_each_table() more versatilePhil Sutter2019-07-231-1/+1
* nft: Move send/receive buffer sizes into nft_handlePhil Sutter2019-07-031-0/+2
* nft: keep original cache in case of ERESTARTPablo Neira Ayuso2019-05-201-1/+2
* nft: cache table listPablo Neira Ayuso2019-05-201-0/+1
* nft: statify nft_rebuild_cache()Pablo Neira Ayuso2019-05-191-1/+0
* nft: add struct nft_cachePablo Neira Ayuso2019-05-191-4/+9
* xtables: handle concurrent ruleset modificationsFlorian Westphal2019-04-271-0/+1
* xtables: add and use nft_build_cacheFlorian Westphal2019-04-271-0/+2
* xtables: unify user chain add/flush for restore caseFlorian Westphal2019-04-271-2/+2
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-081-0/+4
* xtables: Fix for inserting rule at wrong positionPhil Sutter2019-01-281-0/+1
* xtables: Fix position of replaced rules in cachePhil Sutter2019-01-181-1/+1
* nft: Drop nft_chain_list_find()Phil Sutter2018-12-271-2/+0
* xtables: Implement per chain rule cachePhil Sutter2018-12-271-1/+1
* xtables: Don't use native nftables commentsPhil Sutter2018-11-271-1/+0
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-191-7/+7
* nft: move initialize to struct nft_handlePablo Neira Ayuso2018-11-191-1/+1
* nft: move chain_cache back to struct nft_handlePablo Neira Ayuso2018-11-191-1/+3
* nft: add type field to builtin_tablePablo Neira Ayuso2018-11-191-0/+1
* xtables: Introduce per table chain cachesPhil Sutter2018-11-171-4/+6
* nft: add NFT_TABLE_* enumerationPablo Neira Ayuso2018-11-121-9/+11
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-121-1/+1
* xtables: Align return codes with legacy iptablesPhil Sutter2018-09-011-0/+1
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-1/+2
* ebtables-restore: Use xtables_restore_parse()Phil Sutter2018-08-061-1/+1