aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2016-11-24netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana1-2/+5
2016-11-09netfilter: nft_hash: get random bytes if seed is not specifiedPablo Neira Ayuso1-2/+4
2016-10-17netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang1-0/+1
2016-09-13netfilter: nft_hash: fix hash overflow validationLaura Garcia Liebana1-1/+1
2016-09-12netfilter: nft_hash: Add hash offset valueLaura Garcia Liebana1-4/+13
2016-08-26netfilter: nf_tables: Use nla_put_be32() to dump immediate parametersPablo Neira Ayuso1-3/+3
2016-08-22netfilter: nft_hash: fix non static symbol warningWei Yongjun1-1/+1
2016-08-12netfilter: nf_tables: add hash expressionLaura Garcia Liebana1-0/+136
2016-08-12netfilter: nf_tables: rename set implementationsPablo Neira Ayuso1-395/+0
2016-07-11netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso1-10/+10
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+4
2016-06-24netfilter: nft_hash: support deletion of inactive elementsPablo Neira Ayuso1-2/+4
2016-06-15netfilter: nf_tables: reject loops from set element jump to chainPablo Neira Ayuso1-2/+1
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-2/+2
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy1-6/+5
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy1-1/+1
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-3/+3
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy1-0/+37
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy1-1/+2
2015-04-01netfilter: nft_hash: add support for timeoutsPatrick McHardy1-4/+75
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy1-10/+28
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy1-3/+3
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy1-14/+4
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy1-43/+13
2015-03-25netfilter: nft_hash: convert to use rhashtable callbacksPatrick McHardy1-5/+49
2015-03-25netfilter: nft_hash: indent rhashtable parametersPatrick McHardy1-5/+5
2015-03-25netfilter: nft_hash: restore struct nft_hashPatrick McHardy1-16/+21
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf1-18/+7
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf1-0/+1
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-03-20netfilter: Convert nft_hash to inlined rhashtableHerbert Xu1-41/+29
2015-03-13netfilter: Fix potential crash in nft_hash walkerHerbert Xu1-0/+2
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann1-2/+0
2015-02-04netfilter: Use rhashtable walk iteratorHerbert Xu1-17/+36
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-15/+12
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf1-8/+3
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-6/+6
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-17/+29
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf1-2/+2
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu1-1/+1
2014-11-13netfilter: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-0/+4
2014-09-03netfilter: nft_hash: no need for rcu in the hash set destroy pathPablo Neira Ayuso1-5/+7
2014-08-02nftables: Convert nft_hash to use generic rhashtableThomas Graf1-236/+55
2014-06-05net: use the new API kvfree()WANG Cong1-4/+1
2014-04-02netfilter: nft_hash: use set global element counter instead of private onePatrick McHardy1-7/+2
2014-04-02netfilter: nf_tables: implement proper set selectionPatrick McHardy1-2/+43
2014-03-18netfilter: Add missing vmalloc.h include to nft_hash.cDavid S. Miller1-0/+1
2014-03-07netfilter: nft_hash: bug fixes and resizingPatrick McHardy1-46/+214