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
/
tests
/
shell
/
testcases
/
bogons
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: BASECHAIN flag no longer implies presence of priority expression
Florian Westphal
8 days
1
-0
/
+6
*
evaluate: restrict allowed subtypes of concatenations
Florian Westphal
8 days
1
-0
/
+9
*
evaluate: don't BUG on unexpected base datatype
Florian Westphal
12 days
1
-0
/
+11
*
json: work around fuzzer-induced assert crashes
Florian Westphal
2025-06-05
1
-0
/
+6
*
json: prevent null deref if chain->policy is not set
Florian Westphal
2025-06-04
1
-0
/
+6
*
parser_bison: add selector_expr rule to restrict typeof_expr
Pablo Neira Ayuso
2025-04-11
1
-0
/
+10
*
parser_json: only allow concatenations with 2 or more expressions
Florian Westphal
2025-04-02
1
-0
/
+26
*
evaluate: fix crash when generating reject statement error
Florian Westphal
2025-04-02
1
-0
/
+32
*
cache: don't crash when filter is NULL
Florian Westphal
2025-04-01
1
-0
/
+1
*
evaluate: only allow stateful statements in set and map definitions
Florian Westphal
2025-03-31
1
-0
/
+34
*
expression: don't try to import empty string
Florian Westphal
2025-03-31
1
-0
/
+38
*
json: fix error propagation when parsing binop lhs/rhs
Florian Westphal
2025-03-31
1
-0
/
+76
*
json: disallow empty concatenation
Pablo Neira Ayuso
2025-03-27
1
-0
/
+27
*
json: return error if table does not exist
Florian Westphal
2025-03-27
1
-0
/
+3
*
evaluate: don't update cache for anonymous chains
Florian Westphal
2025-03-22
1
-0
/
+8
*
json: make sure timeout list is initialised
Florian Westphal
2025-03-21
2
-6
/
+83
*
evaluate: fix assertion failure with malformed map definitions
Florian Westphal
2025-03-20
1
-0
/
+6
*
rule: return error if table does not exist
Florian Westphal
2025-03-20
1
-0
/
+3
*
evaluate: don't allow nat map with specified protocol
Florian Westphal
2025-03-20
1
-0
/
+5
*
parser_bison: reject non-serializeable typeof expressions
Florian Westphal
2025-03-20
1
-0
/
+7
*
netlink: fix stack buffer overrun when emitting ranged expressions
Florian Westphal
2025-03-18
2
-1
/
+22
*
evaluate: move interval flag compat check after set key evaluation
Florian Westphal
2025-03-18
1
-0
/
+13
*
evaluate: don't allow merging interval set/map with non-interval one
Florian Westphal
2025-03-13
1
-0
/
+12
*
evaluate: fix expression data corruption
Florian Westphal
2025-03-12
1
-0
/
+2
*
rule: make cmd_free(NULL) valid
Florian Westphal
2025-01-08
1
-0
/
+20
*
tests: shell: move flowtable with bogus priority to correct location
Florian Westphal
2024-08-08
1
-1
/
+0
*
rule: do not crash if to-be-printed flowtable lacks priority
Florian Westphal
2024-06-16
1
-0
/
+6
*
src: do not merge a set with a erroneous one
Florian Westphal
2024-03-20
1
-0
/
+12
*
tests: shell: Pretty-print all *.json-nft dumps
Phil Sutter
2024-02-08
1
-1
/
+11
*
evaluate: don't assert on net/transport header conflict
Florian Westphal
2024-02-07
1
-0
/
+5
*
rule: fix sym refcount assertion
Florian Westphal
2024-01-15
1
-0
/
+3
*
evaluate: error out when store needs more than one 128bit register of align f...
Florian Westphal
2024-01-15
1
-0
/
+1
*
parser: reject raw payload expressions with 0 length
Florian Westphal
2024-01-12
1
-0
/
+1
*
payload: only assert if l2 header base has no length
Florian Westphal
2024-01-12
1
-0
/
+1
*
evaluate: bail out if anonymous concat set defines a non concat expression
Pablo Neira Ayuso
2024-01-12
3
-0
/
+15
*
evaluate: add missing range checks for dup,fwd and payload statements
Florian Westphal
2024-01-11
2
-3
/
+19
*
evaluate: tproxy: move range error checks after arg evaluation
Florian Westphal
2024-01-11
1
-0
/
+8
*
parser_bison: ensure all timeout policy names are released
Florian Westphal
2023-12-22
1
-0
/
+7
*
src: do not allow to chain more than 16 binops
Florian Westphal
2023-12-22
1
-0
/
+5
*
netlink: fix stack overflow due to erroneous rounding
Florian Westphal
2023-12-20
1
-0
/
+6
*
evaluate: don't crash if object map does not refer to a value
Florian Westphal
2023-12-20
1
-0
/
+6
*
tcpopt: don't create exthdr expression without datatype
Florian Westphal
2023-12-19
1
-0
/
+1
*
evaluate: fix stack overflow with huge priority string
Florian Westphal
2023-12-15
1
-0
/
+5
*
netlink: fix stack buffer overflow with sub-reg sized prefixes
Florian Westphal
2023-12-15
1
-0
/
+5
*
src: reject large raw payload and concat expressions
Florian Westphal
2023-12-15
2
-0
/
+10
*
evaluate: exthdr: statement arg must be not be a range
Florian Westphal
2023-12-14
1
-0
/
+1
*
Revert "evaluate: error out when existing set has incompatible key"
Florian Westphal
2023-12-14
1
-12
/
+0
*
evaluate: fix gmp assertion with too-large reject code
Florian Westphal
2023-12-14
1
-0
/
+1
*
meta: fix tc classid parsing out-of-bounds access
Florian Westphal
2023-12-13
1
-0
/
+6
*
evaluate: error out when existing set has incompatible key
Florian Westphal
2023-12-13
1
-0
/
+12
[next]