1. 6060bcd rhashtable: reorganize struct rhashtable layout by Eric Dumazet · 6 years ago
  2. ad62170 rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 6 years ago
  3. ca26893 rhashtable: Add rhlist interface by Herbert Xu · 8 years ago
  4. 60175cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  5. 5ca8cc5 rhashtable: add rhashtable_lookup_get_insert_key() by Pablo Neira Ayuso · 8 years ago
  6. 246779d rhashtable: Remove GFP flag from rhashtable_walk_init by Herbert Xu · 8 years ago
  7. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 8 years ago
  8. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 3502cad rhashtable: add function to replace an element by Tom Herbert · 8 years ago
  10. 3cf9222 rhashtable: Prevent spurious EBUSY errors on insertion by Herbert Xu · 8 years ago
  11. 07ee072 rhashtable: Add cap on number of elements in hash table by Herbert Xu · 9 years ago
  12. 1d8dc3d rhashtable: don't attempt to grow when at max_size by Johannes Berg · 9 years ago
  13. 49f7b33 rhashtable: provide len to obj_hashfn by Patrick McHardy · 9 years ago
  14. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  15. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  16. ac833bd rhashtable: Mark internal/private inline functions as such by Thomas Graf · 9 years ago
  17. 299e5c3 rhashtable: Use 'unsigned int' consistently by Thomas Graf · 9 years ago
  18. 58be8a5 rhashtable: Extend RCU read lock into rhashtable_insert_rehash() by Thomas Graf · 9 years ago
  19. ba7c95e rhashtable: Fix sleeping inside RCU critical section in walk_stop by Herbert Xu · 9 years ago
  20. ccd57b1 rhashtable: Add immediate rehash during insertion by Herbert Xu · 9 years ago
  21. b824478 rhashtable: Add multiple rehash support by Herbert Xu · 9 years ago
  22. 31ccde2 rhashtable: Allow hashfn to be unset by Herbert Xu · 9 years ago
  23. de91b25 rhashtable: Eliminate unnecessary branch in rht_key_hashfn by Herbert Xu · 9 years ago
  24. 6626af6 rhashtable: Fix undeclared EEXIST build error on ia64 by Herbert Xu · 9 years ago
  25. dc0ee26 rhashtable: Rip out obsolete out-of-line interface by Herbert Xu · 9 years ago
  26. 02fd97c rhashtable: Allow hash/comparison functions to be inlined by Herbert Xu · 9 years ago
  27. 488fb86e rhashtable: Make rhashtable_init params argument const by Herbert Xu · 9 years ago
  28. e2e21c1 rhashtable: Remove max_shift and min_shift by Herbert Xu · 9 years ago
  29. c2e213c rhashtable: Introduce max_size/min_size by Herbert Xu · 9 years ago
  30. 6aebd94 rhashtable: Remove shift from bucket_table by Herbert Xu · 9 years ago
  31. c4db884 rhashtable: Move future_tbl into struct bucket_table by Herbert Xu · 9 years ago
  32. 63d512d rhashtable: Add rehash counter to bucket_table by Herbert Xu · 9 years ago
  33. 9d901bc rhashtable: Free bucket tables asynchronously after rehash by Herbert Xu · 9 years ago
  34. eddee5ba rhashtable: Fix walker behaviour during rehash by Herbert Xu · 9 years ago
  35. a5b6846 rhashtable: kill ht->shift atomic operations by Daniel Borkmann · 9 years ago
  36. 988dfbd rhashtable: Move hash_rnd into bucket_table by Herbert Xu · 9 years ago
  37. 4c4b52d rhashtable: remove indirection for grow/shrink decision functions by Daniel Borkmann · 9 years ago
  38. b9ebafb rhashtable: ensure cache line alignment on bucket_table by Eric Dumazet · 9 years ago
  39. f2dba9c rhashtable: Introduce rhashtable_walk_* by Herbert Xu · 9 years ago
  40. 607954b rhashtable: fix rht_for_each_entry_safe() endless loop by Patrick McHardy · 9 years ago
  41. 57699a4 rhashtable: Fix race in rhashtable_destroy() and use regular work_struct by Ying Xue · 9 years ago
  42. 6f73d3b rhashtable: add a note for grow and shrink decision functions by Ying Xue · 9 years ago
  43. 7a868d1 rhashtable: involve rhashtable_lookup_compare_insert routine by Ying Xue · 9 years ago
  44. c0c09bf rhashtable: avoid unnecessary wakeup for worker queue by Ying Xue · 9 years ago
  45. db30485 rhashtable: involve rhashtable_lookup_insert routine by Ying Xue · 9 years ago
  46. 86b35b6 rhashtable: fix missing header by Ying Xue · 9 years ago
  47. f89bd6f rhashtable: Supports for nulls marker by Thomas Graf · 9 years ago
  48. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 9 years ago
  49. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 9 years ago
  50. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 9 years ago
  51. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 9 years ago
  52. 6eba822 rhashtable: Drop gfp_flags arg in insert/remove functions by Thomas Graf · 10 years ago
  53. 7b4ce23 rhashtable: Add parent argument to mutex_is_held by Herbert Xu · 10 years ago
  54. 1b2f309 rhashtable: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
  55. 9400017 lib/rhashtable: allow user to set the minimum shifts of shrinking by Ying Xue · 10 years ago
  56. 93f56081 rhashtable: fix annotations for rht_for_each_entry_rcu() by Thomas Graf · 10 years ago
  57. c91eee5 rhashtable: unexport and make rht_obj() static by Thomas Graf · 10 years ago
  58. 5300fdc rhashtable: RCU annotations for next pointers by Thomas Graf · 10 years ago
  59. 7e1e776 lib: Resizable, Scalable, Concurrent Hash Table by Thomas Graf · 10 years ago