aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rhashtable.h
Commit message (Expand)AuthorAge
* rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2015-02-27
* rhashtable: ensure cache line alignment on bucket_tableEric Dumazet2015-02-21
* rhashtable: Introduce rhashtable_walk_*Herbert Xu2015-02-04
* rhashtable: fix rht_for_each_entry_safe() endless loopPatrick McHardy2015-01-26
* rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue2015-01-16
* rhashtable: add a note for grow and shrink decision functionsYing Xue2015-01-13
* rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue2015-01-13
* rhashtable: avoid unnecessary wakeup for worker queueYing Xue2015-01-08
* rhashtable: involve rhashtable_lookup_insert routineYing Xue2015-01-08
* rhashtable: fix missing headerYing Xue2015-01-04
* rhashtable: Supports for nulls markerThomas Graf2015-01-03
* rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf2015-01-03
* nft_hash: Remove rhashtable_remove_pprev()Thomas Graf2015-01-03
* rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-03
* rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf2015-01-03
* rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-13
* rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-13
* rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-13
* lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue2014-09-03
* rhashtable: fix annotations for rht_for_each_entry_rcu()Thomas Graf2014-08-14
* rhashtable: unexport and make rht_obj() staticThomas Graf2014-08-14
* rhashtable: RCU annotations for next pointersThomas Graf2014-08-14
* lib: Resizable, Scalable, Concurrent Hash TableThomas Graf2014-08-02