summaryrefslogtreecommitdiffstats
path: root/include/cache.h
Commit message (Expand)AuthorAgeFilesLines
* include: include <string.h> in <nft.h>Thomas Haller2023-09-281-2/+0
* include: fix missing definitions in <cache.h>/<headers.h>Thomas Haller2023-09-201-0/+9
* src: fix enum/integer mismatchesFlorian Westphal2023-04-291-1/+1
* Implement 'reset rule' and 'reset rules' commandsPhil Sutter2023-01-181-0/+7
* cache: prepare nft_cache_evaluate() to return errorPablo Neira Ayuso2022-07-181-2/+3
* src: 'nft list chain' prints anonymous chains correctlyPablo Neira Ayuso2022-01-151-0/+3
* cache: Support filtering for a specific flowtablePhil Sutter2021-12-031-0/+1
* cache: do not skip populating anonymous set with -tPablo Neira Ayuso2021-11-181-0/+1
* cache: filter out rules by chainPablo Neira Ayuso2021-11-111-0/+1
* cache: missing family in cache filteringPablo Neira Ayuso2021-11-111-0/+1
* cache: do not populate cache if it is going to be flushedPablo Neira Ayuso2021-11-111-1/+15
* cache: move list filter under structPablo Neira Ayuso2021-11-111-2/+4
* 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