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
*
libnftables: fix crash when freeing non-malloc'd address
Florian Westphal
2024-07-10
1
-3
/
+3
*
optimize: clone counter before insertion into set element
Pablo Neira Ayuso
2024-07-05
3
-7
/
+45
*
parser_bison: remove deprecated flow statement
Pablo Neira Ayuso
2024-07-05
1
-17
/
+3
*
parser_bison: recursive table declaration in deprecated meter statement
Pablo Neira Ayuso
2024-07-05
1
-16
/
+4
*
tests: shell: cover set element deletion in maps
Pablo Neira Ayuso
2024-07-05
4
-0
/
+87
*
intervals: fix element deletions with maps
Pablo Neira Ayuso
2024-07-05
1
-13
/
+18
*
segtree: set on EXPR_F_KERNEL flag for catchall elements in the cache
Pablo Neira Ayuso
2024-07-05
1
-1
/
+3
*
evaluate: set on expr->len for catchall set elements
Pablo Neira Ayuso
2024-07-05
1
-1
/
+11
*
tests: shell: check for removing table via handle with incorrect family
Pablo Neira Ayuso
2024-06-27
1
-0
/
+9
*
src: add string preprocessor and use it for log prefix string
Pablo Neira Ayuso
2024-06-25
14
-199
/
+198
*
tests: py: drop redundant JSON outputs
Pablo Neira Ayuso
2024-06-25
2
-86
/
+0
*
libnftables: search for default include path last
Pablo Neira Ayuso
2024-06-25
2
-23
/
+41
*
libnftables: add base directory of -f/--filename to include path
Pablo Neira Ayuso
2024-06-25
2
-0
/
+20
*
tests: shell: add test case for reset tcp warning
Florian Westphal
2024-06-25
3
-0
/
+212
*
dynset: avoid errouneous assert with ipv6 concat data
Son Dinh
2024-06-16
12
-3
/
+144
*
rule: do not crash if to-be-printed flowtable lacks priority
Florian Westphal
2024-06-16
2
-6
/
+15
*
tests: use common shebang in "packetpath/flowtables" test
Thomas Haller
2024-06-16
1
-1
/
+3
*
tests: shell: skip NFTA_RULE_POSITION_ID tests if kernel does not support it
Pablo Neira Ayuso
2024-06-13
3
-0
/
+27
*
tests: shell: skip ipsec tests if kernel does not support it
Pablo Neira Ayuso
2024-06-13
2
-0
/
+9
*
tests: shell: skip ip option tests if kernel does not support it
Pablo Neira Ayuso
2024-06-13
2
-0
/
+10
*
tests: shell: add dependencies to skip unsupported tests in older kernels
Pablo Neira Ayuso
2024-06-13
5
-0
/
+14
*
cmd: skip variable set elements when collapsing commands
Pablo Neira Ayuso
2024-06-11
4
-2
/
+14
*
cmd: provide better hint if chain is already declared with different type/hoo...
Pablo Neira Ayuso
2024-06-11
1
-1
/
+14
*
monitor: too large shift exponent displaying payload expression
Pablo Neira Ayuso
2024-06-11
1
-0
/
+1
*
scanner: inet_pton() allows for broader IPv4-Mapped IPv6 addresses
Pablo Neira Ayuso
2024-06-11
1
-24
/
+23
*
cache: recycle existing cache with incremental updates
Pablo Neira Ayuso
2024-06-03
1
-3
/
+15
*
cache: check for NFT_CACHE_REFRESH in current requested cache too
Pablo Neira Ayuso
2024-06-03
1
-3
/
+5
*
evaluate: Fix incorrect checking the `base` variable in case of IPV6
Maks Mishin
2024-06-03
1
-1
/
+1
*
tests: shell: add vlan mangling test case
Pablo Neira Ayuso
2024-06-03
1
-0
/
+75
*
tests: shell: add vlan double tagging match simple test case
Pablo Neira Ayuso
2024-06-03
1
-0
/
+73
*
evaluate: bogus protocol conflicts in vlan with implicit dependencies
Pablo Neira Ayuso
2024-06-03
1
-12
/
+57
*
doc: drop duplicate ARP HEADER EXPRESSION
谢致邦 (XIE Zhibang)
2024-05-28
1
-38
/
+0
*
evaluate: add support for variables in map expressions
Jeremy Sowden
2024-05-20
9
-0
/
+338
*
evaluate: handle invalid mapping expressions in stateful object statements gr...
Jeremy Sowden
2024-05-20
1
-2
/
+3
*
tests: shell: combine dormant flag with netdevice removal
Pablo Neira Ayuso
2024-04-25
1
-0
/
+9
*
tests: packetpath: add check for drop policy
Florian Westphal
2024-04-25
3
-0
/
+174
*
doc: nft.8: Highlight "hook" in flowtable description
Phil Sutter
2024-04-24
1
-2
/
+2
*
doc: nft.8: Fix markup in ct expectation synopsis
Phil Sutter
2024-04-24
1
-1
/
+1
*
tests: shell: Fix for maps/typeof_maps_add_delete with ASAN
Phil Sutter
2024-04-24
3
-4
/
+4
*
json: Fix for memleak in __binop_expr_json
Phil Sutter
2024-04-24
1
-8
/
+16
*
Add support for table's persist flag
Phil Sutter
2024-04-19
8
-17
/
+142
*
tests: shell: Avoid escape chars when printing to non-terminals
Phil Sutter
2024-04-12
1
-2
/
+2
*
tests: py: Drop needless recorded JSON outputs
Phil Sutter
2024-04-12
5
-512
/
+0
*
tests: py: Warn if recorded JSON output matches the input
Phil Sutter
2024-04-12
1
-0
/
+2
*
tests: py: Fix some JSON equivalents
Phil Sutter
2024-04-12
3
-55
/
+75
*
mergesort: Avoid accidental set element reordering
Phil Sutter
2024-04-12
4
-22
/
+22
*
json: Accept more than two operands in binary expressions
Phil Sutter
2024-04-12
7
-235
/
+91
*
doc: nft.8: Two minor synopsis fixups
Phil Sutter
2024-04-11
1
-2
/
+2
*
tests: shell: check for reset tcp options support
Pablo Neira Ayuso
2024-04-08
2
-0
/
+7
*
tests: shell: maps/{vmap_unary,named_limits} require pipapo set backend
Pablo Neira Ayuso
2024-04-08
4
-0
/
+8
[next]