aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy1-223/+106
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+348