index
:
nftables
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
*
Avoid a memleak with 'reset rules' command
Phil Sutter
2 days
1
-5
/
+0
*
Reduce signature of do_list_table()
Phil Sutter
2 days
1
-4
/
+3
*
cmd: move command functions to src/cmd.c
Pablo Neira Ayuso
11 days
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
*
src: remove NFT_NLATTR_LOC_MAX limit for netlink location error reporting
Pablo Neira Ayuso
2022-06-27
1
-2
/
+8
*
rule: collapse set element commands
Pablo Neira Ayuso
2022-06-19
1
-0
/
+75
*
nft: simplify chain lookup in do_list_chain
Chander Govindarajan
2022-05-31
1
-6
/
+2
*
intervals: add support to automerge with kernel elements
Pablo Neira Ayuso
2022-04-13
1
-10
/
+0
*
mnl: update mnl_nft_setelem_del() to allow for more reuse
Pablo Neira Ayuso
2022-04-13
1
-1
/
+1
*
src: replace interval segment tree overlap and automerge
Pablo Neira Ayuso
2022-04-13
1
-9
/
+4
*
rule: Avoid segfault with anonymous chains
Pablo Neira Ayuso
2022-03-17
1
-0
/
+3
*
doc: update ct timeout section with the state names
Florian Westphal
2021-11-08
1
-1
/
+1
*
src: Support netdev egress hook
Lukas Wunner
2021-10-28
1
-0
/
+3
*
rule: replace three conditionals with one
Jeremy Sowden
2021-10-12
1
-5
/
+3
*
rule: fix stateless output after listing sets containing counters
Jeremy Sowden
2021-10-12
1
-1
/
+3
*
rule: remove fake stateless output of named counters
Jeremy Sowden
2021-10-12
1
-7
/
+6
*
rule: remove redundant meta protocol from the evaluation step
Pablo Neira Ayuso
2021-09-03
1
-23
/
+54
*
mnl: revisit hook listing
Pablo Neira Ayuso
2021-08-06
1
-0
/
+2
*
rule: obj_free() releases timeout state string
Pablo Neira Ayuso
2021-06-23
1
-0
/
+1
*
rule: memleak of list of timeout policies
Pablo Neira Ayuso
2021-06-18
1
-0
/
+8
*
rule: Fix for potential off-by-one in cmd_add_loc()
Phil Sutter
2021-06-14
1
-1
/
+1
*
src: add support for base hook dumping
Florian Westphal
2021-06-09
1
-0
/
+13
*
rule: rework CMD_OBJ_SETELEMS logic
Pablo Neira Ayuso
2021-06-07
1
-19
/
+26
*
rule: skip exact matches on fuzzy lookup
Pablo Neira Ayuso
2021-05-20
1
-19
/
+0
*
libnftables: location-based error reporting for chain type
Pablo Neira Ayuso
2021-05-20
1
-3
/
+3
*
cache: add hashtable cache for table
Pablo Neira Ayuso
2021-05-02
1
-38
/
+21
*
cache: add hashtable cache for flowtable
Pablo Neira Ayuso
2021-05-02
1
-21
/
+10
*
cache: add hashtable cache for object
Pablo Neira Ayuso
2021-05-02
1
-24
/
+14
*
src: consolidate object cache infrastructure
Pablo Neira Ayuso
2021-05-02
1
-25
/
+15
*
src: pass chain name to chain_cache_find()
Pablo Neira Ayuso
2021-05-02
1
-1
/
+1
*
cache: add hashtable cache for sets
Pablo Neira Ayuso
2021-04-03
1
-21
/
+15
*
evaluate: use chain hashtable for lookups
Pablo Neira Ayuso
2021-04-03
1
-12
/
+1
*
src: split chain list in table
Pablo Neira Ayuso
2021-04-03
1
-7
/
+11
*
cache: rename chain_htable to cache_chain_ht
Pablo Neira Ayuso
2021-04-03
1
-3
/
+3
*
rule: remove semicolon in flowtable offload
Pablo Neira Ayuso
2021-03-25
1
-1
/
+1
*
nftables: add flags offload to flowtable
Frank Wunderlich
2021-03-25
1
-0
/
+4
*
src: move remaining cache functions in rule.c to cache.c
Pablo Neira Ayuso
2021-03-11
1
-201
/
+0
*
cache: memleak list of chain
Pablo Neira Ayuso
2021-03-05
1
-13
/
+26
*
mnl: remove nft_mnl_socket_reopen()
Pablo Neira Ayuso
2021-03-05
1
-3
/
+2
*
table: support for the table owner flag
Pablo Neira Ayuso
2021-03-02
1
-1
/
+8
[next]