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
*
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
*
table: rework flags printing
Pablo Neira Ayuso
2021-03-02
1
-13
/
+24
*
src: add set element multi-statement support
Pablo Neira Ayuso
2020-12-18
1
-4
/
+20
*
src: constify location parameter in cmd_add_loc()
Pablo Neira Ayuso
2020-10-19
1
-1
/
+1
*
rule: larger number of error locations
Pablo Neira Ayuso
2020-10-19
1
-1
/
+3
*
src: ingress inet support
Pablo Neira Ayuso
2020-10-13
1
-0
/
+2
*
src: add comment support for chains
Jose M. Guisado Gomez
2020-09-30
1
-0
/
+3
*
src: add comment support for objects
Jose M. Guisado Gomez
2020-09-08
1
-0
/
+27
*
src: add comment support when adding tables
Jose M. Guisado Gomez
2020-08-28
1
-0
/
+5
*
src: add chain hashtable cache
Pablo Neira Ayuso
2020-08-26
1
-13
/
+21
*
src: add comment support for set declarations
Jose M. Guisado Gomez
2020-08-12
1
-0
/
+9
*
src: cache gets out of sync in interactive mode
Pablo Neira Ayuso
2020-08-06
1
-1
/
+7
*
src: fix obj list output when reset command
Jose M. Guisado Gomez
2020-08-03
1
-1
/
+1
*
src: remove cache lookups after the evaluation phase
Pablo Neira Ayuso
2020-07-29
1
-26
/
+18
[next]