aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_rbtree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-17netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso1-3/+1
2024-02-08netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso1-3/+3
2024-02-08netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso1-4/+7
2023-11-14netfilter: nft_set_rbtree: Remove unused variable nft_netYang Li1-2/+0
2023-10-24netfilter: nf_tables: set->ops->insert returns opaque set element in case of EEXISTPablo Neira Ayuso1-5/+5
2023-10-24netfilter: nf_tables: shrink memory consumption of set elementsPablo Neira Ayuso1-18/+7
2023-10-24netfilter: nf_tables: expose opaque set element as struct nft_elem_privPablo Neira Ayuso1-20/+26
2023-10-24netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso1-3/+1
2023-10-24netfilter: nft_set_rbtree: prefer sync gc to async workerFlorian Westphal1-59/+65
2023-10-24netfilter: nft_set_rbtree: rename gc deactivate+erase functionFlorian Westphal1-5/+6
2023-10-18netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso1-0/+2
2023-10-04netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal1-17/+29
2023-09-08netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso1-1/+1
2023-09-08netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso1-4/+2
2023-09-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso1-2/+6
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal1-0/+3
2023-08-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso1-57/+87
2023-08-09netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal1-2/+0
2023-07-26netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal1-6/+14
2023-06-20netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso1-2/+3
2023-05-17netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal1-7/+13
2023-01-23netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso1-1/+15
2023-01-23netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso1-127/+189
2022-04-22netfilter: nft_set_rbtree: overlap detection with element re-addition after deletionPablo Neira Ayuso1-1/+5
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal1-2/+3
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso1-0/+6
2020-08-21netfilter: nft_set_rbtree: Detect partial overlap with start endpoint matchStefano Brivio1-1/+33
2020-08-21netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detectionStefano Brivio1-9/+14
2020-07-29netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish1-2/+2
2020-06-08netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio1-7/+14
2020-05-12netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter1-0/+11
2020-04-05netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on insertionStefano Brivio1-12/+11
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+78
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio1-3/+67
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio1-6/+11
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal1-2/+1
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio1-0/+3
2019-12-09netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named setsPablo Neira Ayuso1-5/+16
2019-08-13netfilter: nf_tables: add missing prototypes.Valdis Klētnieks1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-18netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso1-4/+3
2018-10-11netfilter: nft_set_rbtree: allow loose matching of closing element in intervalPablo Neira Ayuso1-2/+8
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo1-14/+14
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo1-2/+2
2018-07-18netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo1-2/+5
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso1-18/+1
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2018-06-06netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo1-1/+1
2018-05-23netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso1-3/+72
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter1-20/+16