aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_rbtree.c
AgeCommit message (Expand)Author
2024-02-23netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso
2023-10-25netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso
2023-10-10netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal
2023-10-10netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso
2023-10-10netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso
2023-10-10netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-10-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-10-10netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-08-11netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal
2023-07-27netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-05-30netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal
2023-02-01netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso
2023-02-01netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso
2022-05-09netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo 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
2017-07-31netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso
2017-05-29netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso
2017-05-23netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso
2017-03-13netfilter: nft_set_rbtree: use per-set rwlock to improve the scalabilityLiping Zhang
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso
2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso