aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Revert "netfilter: nft_hash: add map lookups for hashing operations"Laura Garcia Liebana1-121/+0
2018-06-01netfilter: fix ptr_ret.cocci warningskbuild test robot1-8/+2
2018-05-17netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana1-1/+130
2018-05-06netfilter: nft_numgen: enable hashing of one elementLaura Garcia Liebana1-1/+1
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2017-04-13netfilter: nft_hash: do not dump the auto generated seedLiping Zhang1-3/+7
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-1/+1
2017-03-06netfilter: nft_hash: support of symmetric hashLaura Garcia Liebana1-1/+98
2017-03-06netfilter: nft_hash: rename nft_hash to nft_jhashLaura Garcia Liebana1-18/+18
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