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
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Basic documentation of anonymous chains
HEAD
master
Phil Sutter
20 hours
2
-4
/
+18
*
tests: shell: Add a test case for FTP helper combined with NAT.
Yi Chen
2 days
4
-0
/
+190
*
tests: helpers: suppress mount error messages
Florian Westphal
6 days
1
-1
/
+1
*
json: work around fuzzer-induced assert crashes
Florian Westphal
7 days
2
-131
/
+146
*
json: prevent null deref if chain->policy is not set
Florian Westphal
8 days
3
-6
/
+26
*
tests: py: fix json single-flag output for fib & synproxy
Florian Westphal
8 days
2
-0
/
+49
*
tests: shell: check for features not available in 5.4
Pablo Neira Ayuso
2025-05-29
4
-1
/
+5
*
cache: Tolerate object deserialization failures
Phil Sutter
2025-05-25
1
-6
/
+5
*
netlink: Keep going after set element parsing failures
Phil Sutter
2025-05-25
1
-1
/
+3
*
netlink: Pass netlink_ctx to netlink_delinearize_setelem()
Phil Sutter
2025-05-25
3
-12
/
+12
*
netlink_delinearize: Replace some BUG()s by error messages
Phil Sutter
2025-05-25
1
-6
/
+11
*
tests: shell: check if kernel supports for cgroupsv2 matching
Pablo Neira Ayuso
2025-05-20
2
-0
/
+8
*
tests: shell: skip egress in netdev chain release path test
Pablo Neira Ayuso
2025-05-20
1
-7
/
+11
*
netlink: Catch unknown types when deserializing objects
Phil Sutter
2025-05-20
1
-0
/
+4
*
netlink: Avoid potential NULL-ptr deref parsing set elem expressions
Phil Sutter
2025-05-20
1
-1
/
+2
*
tests: shell: Include kernel taint value in warning
Phil Sutter
2025-05-16
1
-1
/
+1
*
tests: shell: Add test case for JSON 'flags' arrays
Phil Sutter
2025-05-13
1
-0
/
+189
*
json: Introduce json_add_array_new()
Phil Sutter
2025-05-13
1
-75
/
+24
*
json: Print single synproxy flags as non-array
Phil Sutter
2025-05-13
1
-2
/
+6
*
json: Print single fib flag as non-array
Phil Sutter
2025-05-13
1
-1
/
+9
*
json: Print single set flag as non-array
Phil Sutter
2025-05-13
73
-289
/
+97
*
doc: Fix typo in nat statement 'prefix' description
Phil Sutter
2025-05-13
1
-1
/
+1
*
parser_json: Introduce parse_flags_array()
Phil Sutter
2025-05-13
2
-335
/
+136
*
src: netlink: fix crash when ops doesn't support udata
Florian Westphal
2025-05-11
1
-1
/
+1
*
tests/shell: Skip netdev_chain_dev_addremove on tainted kernels
Phil Sutter
2025-05-08
1
-10
/
+11
*
src: remove bogus empty file
Florian Westphal
2025-04-25
1
-0
/
+0
*
tests: shell: Update packetpath/flowtables
Yi Chen
2025-04-22
1
-27
/
+50
*
build: Bump version to 1.1.3
v1.1.3
Pablo Neira Ayuso
2025-04-22
1
-2
/
+2
*
netlink: bogus concatenated set ranges with netlink message overrun
Pablo Neira Ayuso
2025-04-21
3
-5
/
+755
*
evalute: make vlan pcp updates work
Florian Westphal
2025-04-22
2
-4
/
+40
*
Revert "intervals: do not merge intervals with different timeout"
Pablo Neira Ayuso
2025-04-17
1
-5
/
+1
*
build: Bump version to 1.1.2
v1.1.2
Pablo Neira Ayuso
2025-04-14
1
-3
/
+3
*
parser_bison: add selector_expr rule to restrict typeof_expr
Pablo Neira Ayuso
2025-04-11
2
-17
/
+36
*
optimize: invalidate merge in case of duplicated key in set/map
Pablo Neira Ayuso
2025-04-09
2
-1
/
+79
*
evaluate: bail out if ct saddr/daddr dependency cannot be inserted
Florian Westphal
2025-04-07
1
-1
/
+2
*
parser_json: only allow concatenations with 2 or more expressions
Florian Westphal
2025-04-02
3
-9
/
+41
*
evaluate: fix crash when generating reject statement error
Florian Westphal
2025-04-02
2
-2
/
+46
*
evaluate: reject: remove unused expr function argument
Florian Westphal
2025-04-02
1
-16
/
+10
*
optimize: expand expression list when merging into concatenation
Pablo Neira Ayuso
2025-04-01
4
-0
/
+74
*
cache: prevent possible crash rule filter is NULL
Pablo Neira Ayuso
2025-04-01
1
-2
/
+4
*
parser_json: bail out on malformed statement in set
Pablo Neira Ayuso
2025-04-01
1
-12
/
+27
*
parser_json: allow statement stateful statement only in set elements
Pablo Neira Ayuso
2025-04-01
1
-0
/
+5
*
parser_json: reject empty jump/goto chain
Pablo Neira Ayuso
2025-04-01
1
-3
/
+7
*
cache: don't crash when filter is NULL
Florian Westphal
2025-04-01
2
-2
/
+5
*
expression: incorrect assert() list_expr_to_binop
Pablo Neira Ayuso
2025-04-01
1
-1
/
+1
*
evaluate: only allow stateful statements in set and map definitions
Florian Westphal
2025-03-31
2
-1
/
+38
*
evaluate: compact STMT_F_STATEFUL checks
Florian Westphal
2025-03-31
1
-12
/
+14
*
expression: don't try to import empty string
Florian Westphal
2025-03-31
2
-1
/
+39
*
expression: initialize list of expression to silence gcc compile warning
Pablo Neira Ayuso
2025-03-31
1
-1
/
+6
*
json: fix error propagation when parsing binop lhs/rhs
Florian Westphal
2025-03-31
2
-0
/
+90
[next]