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