aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27netfilter: nft_set_hash: remove nft_hash_key()Pablo Neira Ayuso1-11/+2
2019-02-27netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso1-1/+1
2019-02-27netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso1-4/+19
2018-09-28netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-4/+4
2018-09-20netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_initTaehee Yoo1-22/+8
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo1-4/+4
2018-07-18netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo1-0/+1
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso1-26/+3
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso1-2/+19
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter1-69/+84
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal1-1/+1
2018-03-06netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso1-1/+1
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-8/+2
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+40
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso1-0/+39
2017-11-06netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal1-1/+1
2017-10-25netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis1-1/+0
2017-05-29netfilter: nft_set_hash: add lookup variant for fixed size hashtablePablo Neira Ayuso1-2/+58
2017-05-29netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso1-8/+202
2017-05-29netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso1-1/+6
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso1-1/+2
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso1-2/+8
2017-05-29netfilter: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso1-106/+106
2017-05-29netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso1-13/+4
2017-05-29netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso1-10/+8
2017-05-15netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang1-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso1-1/+1
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso1-0/+1
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso1-1/+1
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso1-4/+4
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso1-1/+2
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso1-1/+1
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso1-0/+1
2016-12-07netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso1-7/+17
2016-10-27netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang1-3/+12
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang1-2/+2
2016-08-26netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso1-4/+13
2016-08-12netfilter: nf_tables: rename set implementationsPablo Neira Ayuso1-0/+395