summaryrefslogtreecommitdiffstats
path: root/iptables/nft-cache.c
Commit message (Expand)AuthorAgeFilesLines
* nft: cache: Simplify chain list allocationPhil Sutter2020-03-061-27/+19
* nft: cache: Make nft_rebuild_cache() respect fake cachePhil Sutter2020-03-061-3/+8
* nft: cache: Fix nft_release_cache() under stressPhil Sutter2020-03-061-2/+8
* nft: Introduce NFT_CL_SETS cache levelPhil Sutter2019-11-251-9/+196
* nft: Optimize flushing all chains of a tablePhil Sutter2019-10-171-3/+19
* nft-cache: Support partial rule cache per chainPhil Sutter2019-10-171-20/+56
* nft-cache: Support partial cache per tablePhil Sutter2019-10-171-25/+57
* nft-cache: Cover for multiple fetcher invocationPhil Sutter2019-10-171-1/+18
* nft-cache: Fetch only chains in nft_chain_list_get()Phil Sutter2019-10-171-1/+1
* nft-cache: Introduce cache levelsPhil Sutter2019-10-171-15/+39
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-101-0/+376