aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rhashtable.h
AgeCommit message (Expand)Author
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu
2015-05-16rhashtable: Add cap on number of elements in hash tableHerbert Xu
2015-04-24rhashtable: don't attempt to grow when at max_sizeJohannes Berg
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf
2015-03-24rhashtable: Mark internal/private inline functions as suchThomas Graf
2015-03-24rhashtable: Use 'unsigned int' consistentlyThomas Graf
2015-03-24rhashtable: Extend RCU read lock into rhashtable_insert_rehash()Thomas Graf
2015-03-23rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu
2015-03-23rhashtable: Add immediate rehash during insertionHerbert Xu
2015-03-23rhashtable: Add multiple rehash supportHerbert Xu
2015-03-23rhashtable: Allow hashfn to be unsetHerbert Xu
2015-03-23rhashtable: Eliminate unnecessary branch in rht_key_hashfnHerbert Xu
2015-03-20rhashtable: Fix undeclared EEXIST build error on ia64Herbert Xu
2015-03-20rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu
2015-03-20rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu
2015-03-20rhashtable: Make rhashtable_init params argument constHerbert Xu
2015-03-18rhashtable: Remove max_shift and min_shiftHerbert Xu
2015-03-18rhashtable: Introduce max_size/min_sizeHerbert Xu
2015-03-18rhashtable: Remove shift from bucket_tableHerbert Xu
2015-03-15rhashtable: Move future_tbl into struct bucket_tableHerbert Xu
2015-03-15rhashtable: Add rehash counter to bucket_tableHerbert Xu
2015-03-15rhashtable: Free bucket tables asynchronously after rehashHerbert Xu
2015-03-15rhashtable: Fix walker behaviour during rehashHerbert Xu
2015-03-12rhashtable: kill ht->shift atomic operationsDaniel Borkmann
2015-03-11rhashtable: Move hash_rnd into bucket_tableHerbert Xu
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