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
/
rule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: rework singleton interval transformation to reduce memory consumption
Pablo Neira Ayuso
2025-01-10
1
-2
/
+2
*
rule: make cmd_free(NULL) valid
Florian Westphal
2025-01-08
1
-0
/
+3
*
monitor: Recognize flowtable add/del events
Phil Sutter
2024-11-06
1
-0
/
+15
*
src: collapse set element commands from parser
Pablo Neira Ayuso
2024-10-28
1
-1
/
+0
*
cache: consolidate reset command
Pablo Neira Ayuso
2024-08-26
1
-47
/
+1
*
src: drop obsolete hook argument form hook dump functions
Florian Westphal
2024-08-19
1
-5
/
+1
*
rule: do not crash if to-be-printed flowtable lacks priority
Florian Westphal
2024-06-16
1
-6
/
+9
*
Add support for table's persist flag
Phil Sutter
2024-04-19
1
-0
/
+12
*
nftables: do mot merge payloads on negation
Sriram Rajagopalan
2024-03-13
1
-1
/
+0
*
evaluate: translate meter into dynamic set
Pablo Neira Ayuso
2024-03-12
1
-1
/
+1
*
rule: fix ASAN errors in chain priority to textual names
Pablo Neira Ayuso
2024-03-05
1
-6
/
+9
*
rule: fix sym refcount assertion
Florian Westphal
2024-01-15
1
-1
/
+5
*
src: remove xfree() and use plain free()
Thomas Haller
2023-11-09
1
-16
/
+16
*
src: add free_const() and use it instead of xfree()
Thomas Haller
2023-11-09
1
-18
/
+18
*
rule: never merge across non-expression statements
Florian Westphal
2023-09-29
1
-4
/
+2
*
include: include <string.h> in <nft.h>
Thomas Haller
2023-09-28
1
-1
/
+0
*
evaluate: expand sets and maps before evaluation
Pablo Neira Ayuso
2023-09-19
1
-1
/
+7
*
include: include <stdlib.h> in <nft.h>
Thomas Haller
2023-09-11
1
-1
/
+0
*
rule: set internal_location for table and chain
Pablo Neira Ayuso
2023-08-31
1
-0
/
+2
*
src: simplify chain_alloc()
Pablo Neira Ayuso
2023-08-31
1
-3
/
+1
*
src: remove check for NULL before calling expr_free()
Pablo Neira Ayuso
2023-08-31
1
-2
/
+2
*
src: use internal_location for unspecified location at allocation time
Pablo Neira Ayuso
2023-08-31
1
-7
/
+14
*
rule: fix "const static" declaration
Thomas Haller
2023-08-30
1
-2
/
+2
*
include: include <std{bool,int}.h> via <nft.h>
Thomas Haller
2023-08-25
1
-1
/
+0
*
src: add <nft.h> header and include it as first
Thomas Haller
2023-08-25
1
-0
/
+2
*
nftutils: add and use wrappers for getprotoby{name,number}_r(), getservbyport...
Thomas Haller
2023-08-20
1
-3
/
+4
*
parser: allow ct timeouts to use time_spec values
Florian Westphal
2023-08-03
1
-3
/
+6
*
ct expectation: fix 'list object x' vs. 'list objects in table' confusion
Florian Westphal
2023-07-31
1
-0
/
+1
*
rule: allow src/dstnat prios in input and output
Florian Westphal
2023-07-31
1
-2
/
+4
*
Implement 'reset {set,map,element}' commands
Phil Sutter
2023-07-13
1
-3
/
+12
*
evaluate: Cache looked up set for list commands
Phil Sutter
2023-07-13
1
-4
/
+8
*
src: avoid IPPROTO_MAX for array definitions
Florian Westphal
2023-06-21
1
-1
/
+1
*
ct timeout: fix 'list object x' vs. 'list objects in table' confusion
Florian Westphal
2023-06-20
1
-0
/
+1
*
cache: include set elements in "nft set list"
Florian Westphal
2023-06-19
1
-7
/
+1
*
src: fix enum/integer mismatches
Florian Westphal
2023-04-29
1
-2
/
+2
*
src: allow for updating devices on existing netdev chain
Pablo Neira Ayuso
2023-04-24
1
-2
/
+15
*
Avoid a memleak with 'reset rules' command
Phil Sutter
2023-03-20
1
-5
/
+0
*
Reduce signature of do_list_table()
Phil Sutter
2023-03-20
1
-4
/
+3
*
cmd: move command functions to src/cmd.c
Pablo Neira Ayuso
2023-03-11
1
-206
/
+0
*
src: expand table command before evaluation
Pablo Neira Ayuso
2023-02-24
1
-1
/
+18
*
rule: expand standalone chain that contains rules
Pablo Neira Ayuso
2023-02-07
1
-3
/
+12
*
rule: add helper function to expand chain rules into commands
Pablo Neira Ayuso
2023-02-07
1
-17
/
+22
*
src: add support to command "destroy"
Fernando F. Mancera
2023-02-06
1
-0
/
+1
*
Implement 'reset rule' and 'reset rules' commands
Phil Sutter
2023-01-18
1
-0
/
+10
*
src: add vxlan matching support
Pablo Neira Ayuso
2023-01-02
1
-1
/
+2
*
Warn for tables with compat expressions in rules
Phil Sutter
2022-11-18
1
-3
/
+13
*
rule: do not display handle for implicit chain
Pablo Neira Ayuso
2022-10-07
1
-0
/
+6
*
rule: check address family in set collapse
Derek Hageman
2022-09-01
1
-1
/
+2
*
rule: crash when uncollapsing command with unexisting table or set
Pablo Neira Ayuso
2022-07-07
1
-1
/
+3
*
mnl: store netlink error location for set elements
Pablo Neira Ayuso
2022-06-27
1
-6
/
+6
[next]