summaryrefslogtreecommitdiffstats
path: root/include/cache.h
Commit message (Expand)AuthorAgeFilesLines
* cache: filter out sets and maps that are not requestedPablo Neira Ayuso2021-09-301-0/+1
* cache: filter out tables that are not requestedPablo Neira Ayuso2021-09-301-2/+8
* cache: skip set element netlink dump for add/delete element commandPablo Neira Ayuso2021-08-261-0/+1
* evaluate: remove flowtable from cache on delete flowtable commandPablo Neira Ayuso2021-05-021-0/+1
* evaluate: remove chain from cache on delete chain commandPablo Neira Ayuso2021-05-021-0/+2
* cache: add hashtable cache for tablePablo Neira Ayuso2021-05-021-7/+13
* cache: add set_cache_del() and use itPablo Neira Ayuso2021-05-021-0/+1
* cache: add hashtable cache for flowtablePablo Neira Ayuso2021-05-021-0/+4
* cache: add hashtable cache for objectPablo Neira Ayuso2021-05-021-0/+5
* src: consolidate object cache infrastructurePablo Neira Ayuso2021-05-021-0/+15
* src: consolidate nft_cache infrastructurePablo Neira Ayuso2021-05-021-6/+17
* src: pass chain name to chain_cache_find()Pablo Neira Ayuso2021-05-021-2/+1
* cache: add hashtable cache for setsPablo Neira Ayuso2021-04-031-0/+2
* cache: statify chain_cache_dump()Pablo Neira Ayuso2021-04-031-1/+0
* src: move remaining cache functions in rule.c to cache.cPablo Neira Ayuso2021-03-111-2/+4
* src: add chain hashtable cachePablo Neira Ayuso2020-08-261-0/+14
* src: add expression handler hashtablePablo Neira Ayuso2020-08-261-0/+10
* src: cache gets out of sync in interactive modePablo Neira Ayuso2020-08-061-0/+1
* cache: add NFT_CACHE_UPDATE and NFT_CACHE_FLUSHED flagsPablo Neira Ayuso2019-07-231-0/+2
* src: add cache level flagsPablo Neira Ayuso2019-06-171-0/+35