index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-16
netfilter: nft_hash: fix symhash with modulus one
Laura Garcia Liebana
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-01-18
Revert "netfilter: nft_hash: add map lookups for hashing operations"
Laura Garcia Liebana
1
-121
/
+0
2018-06-01
netfilter: fix ptr_ret.cocci warnings
kbuild test robot
1
-8
/
+2
2018-05-17
netfilter: nft_hash: add map lookups for hashing operations
Laura Garcia Liebana
1
-1
/
+130
2018-05-06
netfilter: nft_numgen: enable hashing of one element
Laura Garcia Liebana
1
-1
/
+1
2017-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2017-04-13
netfilter: nft_hash: do not dump the auto generated seed
Liping Zhang
1
-3
/
+7
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
1
-1
/
+1
2017-03-06
netfilter: nft_hash: support of symmetric hash
Laura Garcia Liebana
1
-1
/
+98
2017-03-06
netfilter: nft_hash: rename nft_hash to nft_jhash
Laura Garcia Liebana
1
-18
/
+18
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2016-11-24
netfilter: nft_hash: validate maximum value of u32 netlink hash attribute
Laura Garcia Liebana
1
-2
/
+5
2016-11-09
netfilter: nft_hash: get random bytes if seed is not specified
Pablo Neira Ayuso
1
-2
/
+4
2016-10-17
netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policy
Liping Zhang
1
-0
/
+1
2016-09-13
netfilter: nft_hash: fix hash overflow validation
Laura Garcia Liebana
1
-1
/
+1
2016-09-12
netfilter: nft_hash: Add hash offset value
Laura Garcia Liebana
1
-4
/
+13
2016-08-26
netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters
Pablo Neira Ayuso
1
-3
/
+3
2016-08-22
netfilter: nft_hash: fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-08-12
netfilter: nf_tables: add hash expression
Laura Garcia Liebana
1
-0
/
+136
2016-08-12
netfilter: nf_tables: rename set implementations
Pablo Neira Ayuso
1
-395
/
+0
2016-07-11
netfilter: nf_tables: get rid of possible_net_t from set and basechain
Pablo Neira Ayuso
1
-10
/
+10
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-2
/
+4
2016-06-24
netfilter: nft_hash: support deletion of inactive elements
Pablo Neira Ayuso
1
-2
/
+4
2016-06-15
netfilter: nf_tables: reject loops from set element jump to chain
Pablo Neira Ayuso
1
-2
/
+1
2016-04-05
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
1
-2
/
+2
2015-04-13
netfilter: nf_tables: variable sized set element keys / data
Patrick McHardy
1
-2
/
+2
2015-04-13
netfilter: nf_tables: convert sets to u32 data pointers
Patrick McHardy
1
-6
/
+5
2015-04-13
netfilter: nf_tables: kill nft_data_cmp()
Patrick McHardy
1
-1
/
+1
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
1
-3
/
+3
2015-04-08
netfilter: nf_tables: add support for dynamic set updates
Patrick McHardy
1
-0
/
+37
2015-04-08
netfilter: nf_tables: prepare set element accounting for async updates
Patrick McHardy
1
-1
/
+2
2015-04-01
netfilter: nft_hash: add support for timeouts
Patrick McHardy
1
-4
/
+75
2015-03-26
netfilter: nf_tables: implement set transaction support
Patrick McHardy
1
-10
/
+28
2015-03-26
netfilter: nf_tables: return set extensions from ->lookup()
Patrick McHardy
1
-3
/
+3
2015-03-26
netfilter: nf_tables: consolide set element destruction
Patrick McHardy
1
-14
/
+4
2015-03-25
netfilter: nf_tables: convert hash and rbtree to set extensions
Patrick McHardy
1
-43
/
+13
2015-03-25
netfilter: nft_hash: convert to use rhashtable callbacks
Patrick McHardy
1
-5
/
+49
2015-03-25
netfilter: nft_hash: indent rhashtable parameters
Patrick McHardy
1
-5
/
+5
2015-03-25
netfilter: nft_hash: restore struct nft_hash
Patrick McHardy
1
-16
/
+21
2015-03-24
rhashtable: Add rhashtable_free_and_destroy()
Thomas Graf
1
-18
/
+7
2015-03-24
rhashtable: Disable automatic shrinking by default
Thomas Graf
1
-0
/
+1
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-03-20
netfilter: Convert nft_hash to inlined rhashtable
Herbert Xu
1
-41
/
+29
2015-03-13
netfilter: Fix potential crash in nft_hash walker
Herbert Xu
1
-0
/
+2
2015-02-27
rhashtable: remove indirection for grow/shrink decision functions
Daniel Borkmann
1
-2
/
+0
2015-02-04
netfilter: Use rhashtable walk iterator
Herbert Xu
1
-17
/
+36
2015-01-03
rhashtable: Per bucket locks & deferred expansion/shrinking
Thomas Graf
1
-15
/
+12
2015-01-03
nft_hash: Remove rhashtable_remove_pprev()
Thomas Graf
1
-8
/
+3
[next]