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