index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_hash.c
Age
Commit message (
Expand
)
Author
2016-07-11
netfilter: nf_tables: get rid of possible_net_t from set and basechain
Pablo Neira Ayuso
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-06-24
netfilter: nft_hash: support deletion of inactive elements
Pablo Neira Ayuso
2016-06-15
netfilter: nf_tables: reject loops from set element jump to chain
Pablo Neira Ayuso
2016-04-05
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
2015-04-13
netfilter: nf_tables: variable sized set element keys / data
Patrick McHardy
2015-04-13
netfilter: nf_tables: convert sets to u32 data pointers
Patrick McHardy
2015-04-13
netfilter: nf_tables: kill nft_data_cmp()
Patrick McHardy
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-08
netfilter: nf_tables: add support for dynamic set updates
Patrick McHardy
2015-04-08
netfilter: nf_tables: prepare set element accounting for async updates
Patrick McHardy
2015-04-01
netfilter: nft_hash: add support for timeouts
Patrick McHardy
2015-03-26
netfilter: nf_tables: implement set transaction support
Patrick McHardy
2015-03-26
netfilter: nf_tables: return set extensions from ->lookup()
Patrick McHardy
2015-03-26
netfilter: nf_tables: consolide set element destruction
Patrick McHardy
2015-03-25
netfilter: nf_tables: convert hash and rbtree to set extensions
Patrick McHardy
2015-03-25
netfilter: nft_hash: convert to use rhashtable callbacks
Patrick McHardy
2015-03-25
netfilter: nft_hash: indent rhashtable parameters
Patrick McHardy
2015-03-25
netfilter: nft_hash: restore struct nft_hash
Patrick McHardy
2015-03-24
rhashtable: Add rhashtable_free_and_destroy()
Thomas Graf
2015-03-24
rhashtable: Disable automatic shrinking by default
Thomas Graf
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
netfilter: Convert nft_hash to inlined rhashtable
Herbert Xu
2015-03-13
netfilter: Fix potential crash in nft_hash walker
Herbert Xu
2015-02-27
rhashtable: remove indirection for grow/shrink decision functions
Daniel Borkmann
2015-02-04
netfilter: Use rhashtable walk iterator
Herbert Xu
2015-01-03
rhashtable: Per bucket locks & deferred expansion/shrinking
Thomas Graf
2015-01-03
nft_hash: Remove rhashtable_remove_pprev()
Thomas Graf
2015-01-03
rhashtable: Convert bucket iterators to take table and index
Thomas Graf
2015-01-03
rhashtable: Do hashing inside of rhashtable_lookup_compare()
Thomas Graf
2014-11-13
rhashtable: Drop gfp_flags arg in insert/remove functions
Thomas Graf
2014-11-13
rhashtable: Add parent argument to mutex_is_held
Herbert Xu
2014-11-13
netfilter: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
2014-09-03
netfilter: nft_hash: no need for rcu in the hash set destroy path
Pablo Neira Ayuso
2014-08-02
nftables: Convert nft_hash to use generic rhashtable
Thomas Graf
2014-06-05
net: use the new API kvfree()
WANG Cong
2014-04-02
netfilter: nft_hash: use set global element counter instead of private one
Patrick McHardy
2014-04-02
netfilter: nf_tables: implement proper set selection
Patrick McHardy
2014-03-18
netfilter: Add missing vmalloc.h include to nft_hash.c
David S. Miller
2014-03-07
netfilter: nft_hash: bug fixes and resizing
Patrick McHardy
2013-10-14
netfilter: nf_tables: add netlink set API
Patrick McHardy
2013-10-14
netfilter: add nftables
Patrick McHardy