aboutsummaryrefslogtreecommitdiff
path: root/iptables/nft-cache.c
AgeCommit message (Expand)Author
2023-08-05nft: move processing logic out of assertsJan Palus
2023-07-28nft: Include sets in debug outputPhil Sutter
2022-11-15nft: replace nftnl_.*_nlmsg_build_hdr() by nftnl_nlmsg_build_hdr()Pablo Neira Ayuso
2022-11-15Drop extra newline from xtables_error() callsPhil Sutter
2022-02-08nft: cache: Dump rules if debuggingPhil Sutter
2021-09-27nft-chain: Introduce base_slot fieldPhil Sutter
2021-09-27nft: Check base-chain compatibility when adding to cachePhil Sutter
2021-09-27nft: cache: Avoid double free of unrecognized base-chainsPhil Sutter
2021-06-07libxtables: Introduce xtables_strdup() and use it everywherePhil Sutter
2021-04-06nft: cache: Sort chains on demand onlyPhil Sutter
2020-12-21nft: cache: Sort custom chains by namePhil Sutter
2020-12-21nft: Introduce a dedicated base chain arrayPhil Sutter
2020-12-21nft: Introduce struct nft_chainPhil Sutter
2020-12-21nft: cache: Move nft_chain_find() overPhil Sutter
2020-12-21nft: Implement nft_chain_foreach()Phil Sutter
2020-12-21nft: cache: Introduce nft_cache_add_chain()Phil Sutter
2020-08-21nft: cache: Check consistency with NFT_CL_FAKE, tooPhil Sutter
2020-07-31nft: Eliminate table list from cachePhil Sutter
2020-07-27iptables: replace libnftnl table list by linux listPablo Neira Ayuso
2020-07-24nft: cache: Drop duplicate chain checkPhil Sutter
2020-05-11nft: cache: Re-establish cache consistency checkPhil Sutter
2020-05-11nft: cache: Fetch cache for specific chainsPhil Sutter
2020-05-11nft-cache: Introduce __fetch_chain_cache()Phil Sutter
2020-05-11nft-cache: Fetch cache per tablePhil Sutter
2020-05-11nft: cache: Introduce struct nft_cache_reqPhil Sutter
2020-05-11nft: cache: Improve fake cache integrationPhil Sutter
2020-05-11nft: cache: Simplify rule and set fetchersPhil Sutter
2020-05-11nft: remove cache build callsPablo Neira Ayuso
2020-05-11nft: calculate cache requirements from list of commandsPablo Neira Ayuso
2020-05-11nft: cache: Fetch sets per tablePhil Sutter
2020-05-11nft: cache: Init per table set list along with chain listPhil Sutter
2020-05-11nft: cache: Eliminate init_chain_cache()Phil Sutter
2020-03-16nft: cache: Fix iptables-save segfault under stressPhil Sutter
2020-03-16nft: cache: Fix for unused variable warningsPhil Sutter
2020-03-06nft: cache: Review flush_cache()Phil Sutter
2020-03-06nft: cache: Simplify chain list allocationPhil Sutter
2020-03-06nft: cache: Make nft_rebuild_cache() respect fake cachePhil Sutter
2020-03-06nft: cache: Fix nft_release_cache() under stressPhil Sutter
2019-11-25nft: Introduce NFT_CL_SETS cache levelPhil Sutter
2019-10-17nft: Optimize flushing all chains of a tablePhil Sutter
2019-10-17nft-cache: Support partial rule cache per chainPhil Sutter
2019-10-17nft-cache: Support partial cache per tablePhil Sutter
2019-10-17nft-cache: Cover for multiple fetcher invocationPhil Sutter
2019-10-17nft-cache: Fetch only chains in nft_chain_list_get()Phil Sutter
2019-10-17nft-cache: Introduce cache levelsPhil Sutter
2019-10-10nft: Extract cache routines into nft-cache.cPhil Sutter