summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_hash.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso2024-04-171-6/+2
* netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso2024-02-081-1/+7
* netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...Pablo Neira Ayuso2023-10-241-4/+4
* netfilter: nf_tables: shrink memory consumption of set elementsPablo Neira Ayuso2023-10-241-16/+10
* netfilter: nf_tables: expose opaque set element as struct nft_elem_privPablo Neira Ayuso2023-10-241-34/+46
* netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso2023-10-241-5/+2
* netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso2023-09-081-6/+3
* netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso2023-09-081-1/+1
* netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-231-0/+3
* netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso2023-08-101-2/+4
* netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso2023-08-101-29/+48
* netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal2023-08-091-2/+0
* netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-201-5/+18
* netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso2022-06-271-0/+2
* netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal2021-05-291-7/+10
* netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-05-071-5/+5
* netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-071-1/+9
* netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-271-0/+6
* netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso2020-12-121-7/+20
* netfilter: nf_tables: make all set structs constFlorian Westphal2020-03-151-6/+3
* netfilter: nf_tables: white-space fixes.Jeremy Sowden2020-01-161-1/+1
* netfilter: nft_dynset: support for element deletionAnder Juaristi2019-08-271-0/+19
* netfilter: nf_tables: add missing prototypes.Valdis Klētnieks2019-08-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: nft_set_hash: remove nft_hash_key()Pablo Neira Ayuso2019-02-271-11/+2
* netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso2019-02-271-1/+1
* netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso2019-02-271-4/+19
* netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...Taehee Yoo2018-09-281-4/+4
* netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_initTaehee Yoo2018-09-201-22/+8
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-4/+4
* netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo2018-07-181-0/+1
* netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-26/+3
* netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-031-2/+19
* netfilter: nf_tables: Simplify set backend selectionPhil Sutter2018-04-241-69/+84
* netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal2018-03-201-1/+1
* netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso2018-03-061-1/+1
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-1/+40
|\
| * netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-0/+39
| * netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal2017-11-061-1/+1
* | netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis2017-10-251-1/+0
|/
* netfilter: nft_set_hash: add lookup variant for fixed size hashtablePablo Neira Ayuso2017-05-291-2/+58
* netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso2017-05-291-8/+202
* netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso2017-05-291-1/+6
* netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+2
* netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-2/+8
* netfilter: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso2017-05-291-106/+106
* netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso2017-05-291-13/+4
* netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso2017-05-291-10/+8
* netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-151-1/+1