index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_set_rbtree.c
Age
Commit message (
Expand
)
Author
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-10
netfilter: nft_set_rbtree: continue traversal if element is inactive
Florian Westphal
2025-09-02
netfilter: nf_tables: allow iter callbacks to sleep
Florian Westphal
2025-07-25
netfilter: nft_set: remove one argument from lookup and update functions
Florian Westphal
2025-01-19
netfilter: nf_tables: fix set size with rbtree backend
Pablo Neira Ayuso
2024-04-17
netfilter: nf_tables: restore set elements when delete set fails
Pablo Neira Ayuso
2024-02-08
netfilter: nft_set_rbtree: skip end interval element from gc
Pablo Neira Ayuso
2024-02-08
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
2023-11-14
netfilter: nft_set_rbtree: Remove unused variable nft_net
Yang Li
2023-10-24
netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...
Pablo Neira Ayuso
2023-10-24
netfilter: nf_tables: shrink memory consumption of set elements
Pablo Neira Ayuso
2023-10-24
netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
Pablo Neira Ayuso
2023-10-24
netfilter: nf_tables: set backend .flush always succeeds
Pablo Neira Ayuso
2023-10-24
netfilter: nft_set_rbtree: prefer sync gc to async worker
Florian Westphal
2023-10-24
netfilter: nft_set_rbtree: rename gc deactivate+erase function
Florian Westphal
2023-10-18
netfilter: nft_set_rbtree: .deactivate fails if element has expired
Pablo Neira Ayuso
2023-10-04
netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure
Florian Westphal
2023-09-08
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
Pablo Neira Ayuso
2023-09-08
netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
Pablo Neira Ayuso
2023-09-06
netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
Pablo Neira Ayuso
2023-08-23
netfilter: nf_tables: defer gc run if previous batch is still pending
Florian Westphal
2023-08-10
netfilter: nf_tables: adapt set backend to use GC transaction API
Pablo Neira Ayuso
2023-08-09
netfilter: nf_tables: don't skip expired elements during walk
Florian Westphal
2023-07-26
netfilter: nft_set_rbtree: fix overlap expiration walk
Florian Westphal
2023-06-20
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
2023-05-17
netfilter: nft_set_rbtree: fix null deref on element insertion
Florian Westphal
2023-01-23
netfilter: nft_set_rbtree: skip elements in transaction from garbage collection
Pablo Neira Ayuso
2023-01-23
netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
Pablo Neira Ayuso
2022-04-22
netfilter: nft_set_rbtree: overlap detection with element re-addition after d...
Pablo Neira Ayuso
2021-05-29
netfilter: nf_tables: prefer direct calls for set lookups
Florian Westphal
2021-04-27
netfilter: nftables: add catch-all set element support
Pablo Neira Ayuso
2020-08-21
netfilter: nft_set_rbtree: Detect partial overlap with start endpoint match
Stefano Brivio
2020-08-21
netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...
Stefano Brivio
2020-07-29
netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
Ahmed S. Darwish
2020-06-08
netfilter: nft_set_rbtree: Don't account for expired elements on insertion
Stefano Brivio
2020-05-12
netfilter: nft_set_rbtree: Add missing expired checks
Phil Sutter
2020-04-05
netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on i...
Stefano Brivio
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-24
netfilter: nft_set_rbtree: Detect partial overlaps on insertion
Stefano Brivio
2020-03-24
netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()
Stefano Brivio
2020-03-15
netfilter: nf_tables: make all set structs const
Florian Westphal
2020-01-27
netfilter: nf_tables: Support for sets with multiple ranged fields
Stefano Brivio
2019-12-09
netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...
Pablo Neira Ayuso
2019-08-13
netfilter: nf_tables: add missing prototypes.
Valdis Klētnieks
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-03-18
netfilter: nft_set_rbtree: check for inactive element after flag mismatch
Pablo Neira Ayuso
2018-10-11
netfilter: nft_set_rbtree: allow loose matching of closing element in interval
Pablo Neira Ayuso
2018-09-28
netfilter: nft_set_rbtree: add missing rb_erase() in GC routine
Taehee Yoo
2018-08-16
netfilter: nft_set: fix allocation size overflow in privsize callback.
Taehee Yoo
2018-07-18
netfilter: nft_set_rbtree: fix panic when destroying set by GC
Taehee Yoo
[next]