index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cache: do not skip populating anonymous set with -t
Pablo Neira Ayuso
2021-11-18
1
-4
/
+7
*
cache: filter out rules by chain
Pablo Neira Ayuso
2021-11-11
1
-3
/
+81
*
cache: missing family in cache filtering
Pablo Neira Ayuso
2021-11-11
1
-4
/
+8
*
cache: do not populate cache if it is going to be flushed
Pablo Neira Ayuso
2021-11-11
1
-2
/
+69
*
cache: move list filter under struct
Pablo Neira Ayuso
2021-11-11
1
-11
/
+11
*
cache: disable NFT_CACHE_SETELEM_BIT on --terse listing only
Pablo Neira Ayuso
2021-10-28
1
-2
/
+2
*
cache: ensure evaluate_cache_list flags are set correctly
Chris Arges
2021-10-27
1
-0
/
+1
*
cache: honor table in set filtering
Pablo Neira Ayuso
2021-10-27
1
-1
/
+2
*
cache: honor filter in set listing commands
Pablo Neira Ayuso
2021-10-27
1
-0
/
+2
*
cache: always set on NFT_CACHE_REFRESH for listing
Pablo Neira Ayuso
2021-10-27
1
-6
/
+7
*
cache: unset NFT_CACHE_SETELEM with --terse listing
Pablo Neira Ayuso
2021-10-02
1
-3
/
+12
*
cache: filter out sets and maps that are not requested
Pablo Neira Ayuso
2021-09-30
1
-2
/
+19
*
cache: filter out tables that are not requested
Pablo Neira Ayuso
2021-09-30
1
-10
/
+31
*
cache: finer grain cache population for list commands
Pablo Neira Ayuso
2021-09-29
1
-2
/
+23
*
cache: set on cache flags for nested notation
Pablo Neira Ayuso
2021-09-29
1
-0
/
+10
*
cache: provide a empty list for flowtables and objects when request fails
Pablo Neira Ayuso
2021-08-26
1
-16
/
+20
*
cache: skip set element netlink dump for add/delete element command
Pablo Neira Ayuso
2021-08-26
1
-2
/
+14
*
cache: check errno before invoking cache_release()
Marco Oliverio
2021-05-14
1
-2
/
+4
*
evaluate: remove flowtable from cache on delete flowtable command
Pablo Neira Ayuso
2021-05-02
1
-0
/
+5
*
evaluate: remove chain from cache on delete chain command
Pablo Neira Ayuso
2021-05-02
1
-0
/
+5
*
cache: add hashtable cache for table
Pablo Neira Ayuso
2021-05-02
1
-6
/
+42
*
cache: missing table cache for several policy objects
Pablo Neira Ayuso
2021-05-02
1
-0
/
+4
*
cache: add set_cache_del() and use it
Pablo Neira Ayuso
2021-05-02
1
-0
/
+5
*
cache: add hashtable cache for flowtable
Pablo Neira Ayuso
2021-05-02
1
-2
/
+86
*
cache: add hashtable cache for object
Pablo Neira Ayuso
2021-05-02
1
-2
/
+96
*
src: consolidate object cache infrastructure
Pablo Neira Ayuso
2021-05-02
1
-12
/
+36
*
src: consolidate nft_cache infrastructure
Pablo Neira Ayuso
2021-05-02
1
-17
/
+18
*
src: pass chain name to chain_cache_find()
Pablo Neira Ayuso
2021-05-02
1
-5
/
+4
*
cache: bail out if chain list cannot be fetched from kernel
Pablo Neira Ayuso
2021-04-03
1
-1
/
+1
*
cache: add hashtable cache for sets
Pablo Neira Ayuso
2021-04-03
1
-3
/
+90
*
cache: check for NULL chain in cache_init()
Pablo Neira Ayuso
2021-04-03
1
-0
/
+5
*
cache: statify chain_cache_dump()
Pablo Neira Ayuso
2021-04-03
1
-1
/
+2
*
src: split chain list in table
Pablo Neira Ayuso
2021-04-03
1
-3
/
+3
*
cache: rename chain_htable to cache_chain_ht
Pablo Neira Ayuso
2021-04-03
1
-3
/
+3
*
src: move remaining cache functions in rule.c to cache.c
Pablo Neira Ayuso
2021-03-11
1
-2
/
+205
*
src: add chain hashtable cache
Pablo Neira Ayuso
2020-08-26
1
-0
/
+92
*
src: cache gets out of sync in interactive mode
Pablo Neira Ayuso
2020-08-06
1
-0
/
+2
*
src: rename CMD_OBJ_SETELEM to CMD_OBJ_ELEMENTS
Pablo Neira Ayuso
2020-05-14
1
-3
/
+3
*
cache: Fix for doubled output after reset command
Phil Sutter
2020-01-16
1
-1
/
+3
*
cache: Reduce caching for get command
Phil Sutter
2019-11-15
1
-0
/
+17
*
cache: fix --echo with index/position
Eric Garver
2019-09-06
1
-4
/
+2
*
cache: incorrect flush flag for table/chain
Laura Garcia Liebana
2019-07-31
1
-1
/
+0
*
cache: add NFT_CACHE_UPDATE and NFT_CACHE_FLUSHED flags
Pablo Neira Ayuso
2019-07-23
1
-1
/
+3
*
cache: incorrect flags for create commands
Pablo Neira Ayuso
2019-07-16
1
-9
/
+21
*
src: add cache level flags
Pablo Neira Ayuso
2019-06-17
1
-41
/
+45
*
cache: do not populate the cache in case of flush ruleset command
Pablo Neira Ayuso
2019-06-14
1
-0
/
+3
*
cache: Fix evaluation for rules with index reference
Phil Sutter
2019-06-07
1
-7
/
+1
*
src: single cache_update() call to build cache before evaluation
Pablo Neira Ayuso
2019-06-06
1
-0
/
+133