Sign in
android-kvm
/
linux
/
5d13c73179983f8692adf397e65f2f57c613a917
/
net
/
netfilter
/
nft_hash.c
a01aa92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
79e09ef
netfilter: nft_hash: do not dump the auto generated seed
by Liping Zhang
· 8 years ago
d4ef383
netfilter: Remove exceptional & on function name
by Arushi Singhal
· 8 years ago
3206cad
netfilter: nft_hash: support of symmetric hash
by Laura Garcia Liebana
· 8 years ago
511040e
netfilter: nft_hash: rename nft_hash to nft_jhash
by Laura Garcia Liebana
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
abd66e9
netfilter: nft_hash: validate maximum value of u32 netlink hash attribute
by Laura Garcia Liebana
· 8 years ago
f86dab3
netfilter: nft_hash: get random bytes if seed is not specified
by Pablo Neira Ayuso
· 8 years ago
5751e17
netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policy
by Liping Zhang
· 8 years ago
14e2dee
netfilter: nft_hash: fix hash overflow validation
by Laura Garcia Liebana
· 8 years ago
70ca767
netfilter: nft_hash: Add hash offset value
by Laura Garcia Liebana
· 8 years ago
7073b16
netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters
by Pablo Neira Ayuso
· 9 years ago
a5e5733
netfilter: nft_hash: fix non static symbol warning
by Wei Yongjun
· 9 years ago
cb1b69b
netfilter: nf_tables: add hash expression
by Laura Garcia Liebana
· 9 years ago
0ed6389
netfilter: nf_tables: rename set implementations
by Pablo Neira Ayuso
· 9 years ago
42a5576
netfilter: nf_tables: get rid of possible_net_t from set and basechain
by Pablo Neira Ayuso
· 9 years ago
ae3e456
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
8eee54b
netfilter: nft_hash: support deletion of inactive elements
by Pablo Neira Ayuso
· 9 years ago
8588ac0
netfilter: nf_tables: reject loops from set element jump to chain
by Pablo Neira Ayuso
· 9 years ago
8f6fd83
rhashtable: accept GFP flags in rhashtable_walk_init
by Bob Copeland
· 9 years ago
7d74026
netfilter: nf_tables: variable sized set element keys / data
by Patrick McHardy
· 10 years ago
8cd8937
netfilter: nf_tables: convert sets to u32 data pointers
by Patrick McHardy
· 10 years ago
e562d86
netfilter: nf_tables: kill nft_data_cmp()
by Patrick McHardy
· 10 years ago
a55e22e
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
by Patrick McHardy
· 10 years ago
22fe54d
netfilter: nf_tables: add support for dynamic set updates
by Patrick McHardy
· 10 years ago
3dd0673
netfilter: nf_tables: prepare set element accounting for async updates
by Patrick McHardy
· 10 years ago
9d09829
netfilter: nft_hash: add support for timeouts
by Patrick McHardy
· 10 years ago
cc02e45
netfilter: nf_tables: implement set transaction support
by Patrick McHardy
· 10 years ago
b2832dd
netfilter: nf_tables: return set extensions from ->lookup()
by Patrick McHardy
· 10 years ago
61edafb
netfilter: nf_tables: consolide set element destruction
by Patrick McHardy
· 10 years ago
fe2811e
netfilter: nf_tables: convert hash and rbtree to set extensions
by Patrick McHardy
· 10 years ago
bfd6e32
netfilter: nft_hash: convert to use rhashtable callbacks
by Patrick McHardy
· 10 years ago
45d8475
netfilter: nft_hash: indent rhashtable parameters
by Patrick McHardy
· 10 years ago
745f545
netfilter: nft_hash: restore struct nft_hash
by Patrick McHardy
· 10 years ago
6b6f302
rhashtable: Add rhashtable_free_and_destroy()
by Thomas Graf
· 10 years ago
b5e2c15
rhashtable: Disable automatic shrinking by default
by Thomas Graf
· 10 years ago
d5c1d8c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
fa37732
netfilter: Convert nft_hash to inlined rhashtable
by Herbert Xu
· 10 years ago
d8bdff5
netfilter: Fix potential crash in nft_hash walker
by Herbert Xu
· 10 years ago
4c4b52d
rhashtable: remove indirection for grow/shrink decision functions
by Daniel Borkmann
· 10 years ago
9a77662
netfilter: Use rhashtable walk iterator
by Herbert Xu
· 10 years ago
97defe1
rhashtable: Per bucket locks & deferred expansion/shrinking
by Thomas Graf
· 10 years ago
897362e
nft_hash: Remove rhashtable_remove_pprev()
by Thomas Graf
· 10 years ago
88d6ed1
rhashtable: Convert bucket iterators to take table and index
by Thomas Graf
· 10 years ago
8d24c0b
rhashtable: Do hashing inside of rhashtable_lookup_compare()
by Thomas Graf
· 10 years ago
6eba822
rhashtable: Drop gfp_flags arg in insert/remove functions
by Thomas Graf
· 10 years ago
7b4ce23
rhashtable: Add parent argument to mutex_is_held
by Herbert Xu
· 10 years ago
1f501d62
netfilter: Move mutex_is_held under PROVE_LOCKING
by Herbert Xu
· 10 years ago
39f3901
netfilter: nft_hash: no need for rcu in the hash set destroy path
by Pablo Neira Ayuso
· 11 years ago
cfe4a9d
nftables: Convert nft_hash to use generic rhashtable
by Thomas Graf
· 11 years ago
4cb2897
net: use the new API kvfree()
by WANG Cong
· 11 years ago
2c96c25
netfilter: nft_hash: use set global element counter instead of private one
by Patrick McHardy
· 11 years ago
c50b960
netfilter: nf_tables: implement proper set selection
by Patrick McHardy
· 11 years ago
3ab428a
netfilter: Add missing vmalloc.h include to nft_hash.c
by David S. Miller
· 11 years ago
ce6eb0d
netfilter: nft_hash: bug fixes and resizing
by Patrick McHardy
· 11 years ago
20a6934
netfilter: nf_tables: add netlink set API
by Patrick McHardy
· 11 years ago
9651851
netfilter: add nftables
by Patrick McHardy
· 11 years ago