summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_set_hash.c
AgeCommit message (Expand)Author
2024-02-08netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso
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-09-08netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso
2023-09-08netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-08-10netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
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-06-20netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2022-06-27netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet
2021-05-07netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal
2020-01-16netfilter: nf_tables: white-space fixes.Jeremy Sowden
2019-08-27netfilter: nft_dynset: support for element deletionAnder Juaristi
2019-08-13netfilter: nf_tables: add missing prototypes.Valdis Klētnieks
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-27netfilter: nft_set_hash: remove nft_hash_key()Pablo Neira Ayuso
2019-02-27netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso
2019-02-27netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso
2018-09-28netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...Taehee Yoo
2018-09-20netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_initTaehee Yoo
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo
2018-07-18netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal
2018-03-06netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso
2017-11-06netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal
2017-10-25netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis
2017-05-29netfilter: nft_set_hash: add lookup variant for fixed size hashtablePablo Neira Ayuso
2017-05-29netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso
2017-05-29netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso
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: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso
2017-05-29netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso
2017-05-29netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso
2017-05-15netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal