aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rhashtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04rhashtable: Introduce rhashtable_walk_*Herbert Xu1-0/+35
2015-01-26rhashtable: fix rht_for_each_entry_safe() endless loopPatrick McHardy1-1/+3
2015-01-16rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue1-1/+1
2015-01-13rhashtable: add a note for grow and shrink decision functionsYing Xue1-0/+4
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue1-0/+5
2015-01-08rhashtable: avoid unnecessary wakeup for worker queueYing Xue1-1/+1
2015-01-08rhashtable: involve rhashtable_lookup_insert routineYing Xue1-0/+1
2015-01-04rhashtable: fix missing headerYing Xue1-0/+1
2015-01-03rhashtable: Supports for nulls markerThomas Graf1-10/+47
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-11/+26
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf1-2/+0
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-57/+116
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-4/+1
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf1-5/+5
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu1-1/+2
2014-11-13rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-0/+2
2014-09-03lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue1-0/+2
2014-08-14rhashtable: fix annotations for rht_for_each_entry_rcu()Thomas Graf1-8/+4
2014-08-14rhashtable: unexport and make rht_obj() staticThomas Graf1-1/+0
2014-08-14rhashtable: RCU annotations for next pointersThomas Graf1-2/+2
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf1-0/+213