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
/
evaluate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
evaluate: grab reference in set expression evaluation
Pablo Neira Ayuso
2021-11-08
1
-2
/
+2
*
evaluate: clone variable expression if there is more than one reference
Pablo Neira Ayuso
2021-11-08
1
-1
/
+10
*
src: raw payload match and mangle on inner header / payload data
Pablo Neira Ayuso
2021-11-08
1
-0
/
+3
*
evaluate: postpone transport protocol match check after nat expression evalua...
Pablo Neira Ayuso
2021-11-03
1
-6
/
+7
*
src: Support netdev egress hook
Lukas Wunner
2021-10-28
1
-0
/
+2
*
evaluate: check for missing transport protocol match in nat map with concaten...
Pablo Neira Ayuso
2021-09-29
1
-0
/
+12
*
evaluate: check for concatenation in set data datatype
Pablo Neira Ayuso
2021-09-29
1
-1
/
+2
*
payload: don't adjust offsets of autogenerated dependency expressions
Florian Westphal
2021-09-29
1
-0
/
+1
*
evaluate: expand variable containing set into multiple mappings
Pablo Neira Ayuso
2021-08-12
1
-0
/
+17
*
evaluate: disallow negation with binary operation
Pablo Neira Ayuso
2021-07-27
1
-6
/
+10
*
evaluate: error reporting for missing statements in set/map declaration
Pablo Neira Ayuso
2021-07-26
1
-3
/
+5
*
evaluate: fix inet nat with no layer 3 info
Pablo Neira Ayuso
2021-07-20
1
-2
/
+3
*
src: support for nat with interval concatenation
Pablo Neira Ayuso
2021-07-13
1
-5
/
+27
*
src: infer NAT mapping with concatenation from set
Pablo Neira Ayuso
2021-07-13
1
-1
/
+40
*
src: remove STMT_NAT_F_INTERVAL flags and interval keyword
Pablo Neira Ayuso
2021-07-13
1
-20
/
+0
*
evaluate: fix maps with key and data concatenations
Pablo Neira Ayuso
2021-06-23
1
-6
/
+44
*
src: queue: allow use of arbitrary queue expressions
Florian Westphal
2021-06-21
1
-6
/
+7
*
evaluate: fix hash expression maxval
Florian Westphal
2021-06-18
1
-2
/
+6
*
evaluate: memleak in binary operation transfer to RHS
Pablo Neira Ayuso
2021-06-18
1
-2
/
+0
*
evaluate: unbreak verdict maps with implicit map with interval concatenations
Pablo Neira Ayuso
2021-06-18
1
-0
/
+8
*
evaluate: do not skip mapping elements
Pablo Neira Ayuso
2021-06-18
1
-7
/
+19
*
src: replace opencoded NFT_SET_ANONYMOUS set flag check by set_is_anonymous()
Pablo Neira Ayuso
2021-06-14
1
-1
/
+1
*
evaluate: add set to cache once
Pablo Neira Ayuso
2021-06-14
1
-3
/
+0
*
evaluate: Mark fall through case in str2hooknum()
Phil Sutter
2021-06-14
1
-0
/
+1
*
evaluate: restore interval + concatenation in anonymous set
Pablo Neira Ayuso
2021-06-11
1
-8
/
+9
*
src: add support for base hook dumping
Florian Westphal
2021-06-09
1
-0
/
+10
*
evaluate: remove anon sets with exactly one element
Florian Westphal
2021-06-07
1
-2
/
+19
*
evaluate: allow == and != in the new shortcut syntax to match for flags
Pablo Neira Ayuso
2021-05-24
1
-0
/
+4
*
exthdr: Implement SCTP Chunk matching
Phil Sutter
2021-05-19
1
-0
/
+1
*
parser_bison: add shortcut syntax for matching flags without binary operations
Pablo Neira Ayuso
2021-05-16
1
-0
/
+17
*
evaluate: don't crash on set definition with incorrect datatype
Pablo Neira Ayuso
2021-05-11
1
-1
/
+1
*
src: add set element catch-all support
Pablo Neira Ayuso
2021-05-11
1
-0
/
+2
*
evaluate: remove object from cache on delete object command
Pablo Neira Ayuso
2021-05-02
1
-0
/
+37
*
evaluate: remove flowtable from cache on delete flowtable command
Pablo Neira Ayuso
2021-05-02
1
-0
/
+24
*
evaluate: remove set from cache on delete set command
Pablo Neira Ayuso
2021-05-02
1
-0
/
+24
*
evaluate: remove chain from cache on delete chain command
Pablo Neira Ayuso
2021-05-02
1
-0
/
+24
*
cache: add hashtable cache for table
Pablo Neira Ayuso
2021-05-02
1
-50
/
+78
*
evaluate: add object to the cache
Pablo Neira Ayuso
2021-05-02
1
-0
/
+10
*
evaluate: add flowtable to the cache
Pablo Neira Ayuso
2021-05-02
1
-0
/
+3
*
evaluate: add set to the cache
Pablo Neira Ayuso
2021-05-02
1
-0
/
+4
*
cache: add hashtable cache for flowtable
Pablo Neira Ayuso
2021-05-02
1
-3
/
+3
*
cache: add hashtable cache for object
Pablo Neira Ayuso
2021-05-02
1
-1
/
+1
*
src: consolidate nft_cache infrastructure
Pablo Neira Ayuso
2021-05-02
1
-1
/
+1
*
src: pass chain name to chain_cache_find()
Pablo Neira Ayuso
2021-05-02
1
-5
/
+5
*
src: unbreak deletion by table handle
Pablo Neira Ayuso
2021-05-02
1
-0
/
+3
*
evaluate: check if nat statement map specifies a transport header expr
Florian Westphal
2021-04-29
1
-1
/
+37
*
cache: add hashtable cache for sets
Pablo Neira Ayuso
2021-04-03
1
-10
/
+10
*
evaluate: use chain hashtable for lookups
Pablo Neira Ayuso
2021-04-03
1
-4
/
+4
*
netlink: don't crash when set elements are not evaluated as expected
Florian Westphal
2021-04-01
1
-0
/
+3
*
evaluate: set evaluation context for set elements
Florian Westphal
2021-02-16
1
-2
/
+9
[next]