summaryrefslogtreecommitdiffstats
path: root/include/linux/rhashtable.h
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Introduce rhashtable_walk_*Herbert Xu2015-02-051-0/+35
* rhashtable: fix rht_for_each_entry_safe() endless loopPatrick McHardy2015-01-261-1/+3
* rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue2015-01-161-1/+1
* rhashtable: add a note for grow and shrink decision functionsYing Xue2015-01-131-0/+4
* rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue2015-01-131-0/+5
* rhashtable: avoid unnecessary wakeup for worker queueYing Xue2015-01-091-1/+1
* rhashtable: involve rhashtable_lookup_insert routineYing Xue2015-01-091-0/+1
* rhashtable: fix missing headerYing Xue2015-01-051-0/+1
* rhashtable: Supports for nulls markerThomas Graf2015-01-031-10/+47
* rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf2015-01-031-11/+26
* nft_hash: Remove rhashtable_remove_pprev()Thomas Graf2015-01-031-2/+0Star
* rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-031-57/+116
* rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf2015-01-031-4/+1Star
* rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-131-5/+5
* rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-131-1/+2
* rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-0/+2
* lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue2014-09-041-0/+2
* rhashtable: fix annotations for rht_for_each_entry_rcu()Thomas Graf2014-08-151-8/+4Star
* rhashtable: unexport and make rht_obj() staticThomas Graf2014-08-151-1/+0Star
* rhashtable: RCU annotations for next pointersThomas Graf2014-08-151-2/+2
* lib: Resizable, Scalable, Concurrent Hash TableThomas Graf2014-08-031-0/+213