1. 49f7b33 rhashtable: provide len to obj_hashfn by Patrick McHardy · 9 years ago
  2. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  3. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  4. 299e5c3 rhashtable: Use 'unsigned int' consistently by Thomas Graf · 9 years ago
  5. 27ed44a rhashtable: Add comment on choice of elasticity value by Herbert Xu · 9 years ago
  6. ba7c95e rhashtable: Fix sleeping inside RCU critical section in walk_stop by Herbert Xu · 9 years ago
  7. ccd57b1 rhashtable: Add immediate rehash during insertion by Herbert Xu · 9 years ago
  8. b9ecfda rhashtable: Allow GFP_ATOMIC bucket table allocation by Herbert Xu · 9 years ago
  9. b824478 rhashtable: Add multiple rehash support by Herbert Xu · 9 years ago
  10. 18093d1 rhashtable: Shrink to fit by Herbert Xu · 9 years ago
  11. 31ccde2 rhashtable: Allow hashfn to be unset by Herbert Xu · 9 years ago
  12. d88252f rhashtable: Add barrier to ensure we see new tables in walker by Herbert Xu · 9 years ago
  13. dc0ee26 rhashtable: Rip out obsolete out-of-line interface by Herbert Xu · 9 years ago
  14. 02fd97c rhashtable: Allow hash/comparison functions to be inlined by Herbert Xu · 9 years ago
  15. 488fb86e rhashtable: Make rhashtable_init params argument const by Herbert Xu · 9 years ago
  16. a998f71 rhashtable: Round up/down min/max_size to ensure we respect limit by Thomas Graf · 9 years ago
  17. e2e21c1 rhashtable: Remove max_shift and min_shift by Herbert Xu · 9 years ago
  18. c2e213c rhashtable: Introduce max_size/min_size by Herbert Xu · 9 years ago
  19. 6aebd94 rhashtable: Remove shift from bucket_table by Herbert Xu · 9 years ago
  20. 617011e rhashtable: Avoid calculating hash again to unlock by Thomas Graf · 9 years ago
  21. db4374f rhashtable: Annotate RCU locking of walkers by Thomas Graf · 9 years ago
  22. 565e864 rhashtable: Fix rhashtable_remove failures by Herbert Xu · 9 years ago
  23. 963ecbd rhashtable: Fix use-after-free in rhashtable_walk_stop by Herbert Xu · 9 years ago
  24. c4db884 rhashtable: Move future_tbl into struct bucket_table by Herbert Xu · 9 years ago
  25. 63d512d rhashtable: Add rehash counter to bucket_table by Herbert Xu · 9 years ago
  26. 9d901bc rhashtable: Free bucket tables asynchronously after rehash by Herbert Xu · 9 years ago
  27. 5269b53 rhashtable: Move seed init into bucket_table_alloc by Herbert Xu · 9 years ago
  28. 8f2484b rhashtable: Use SINGLE_DEPTH_NESTING by Herbert Xu · 9 years ago
  29. eddee5ba rhashtable: Fix walker behaviour during rehash by Herbert Xu · 9 years ago
  30. 3936194 rhashtable: Fix read-side crash during rehash by Herbert Xu · 9 years ago
  31. a5b6846 rhashtable: kill ht->shift atomic operations by Daniel Borkmann · 9 years ago
  32. 9497df8 rhashtable: Fix reader/rehash race by Herbert Xu · 9 years ago
  33. ec9f71c rhashtable: Remove obj_raw_hashfn by Herbert Xu · 9 years ago
  34. cffaa9c rhashtable: Remove key length argument to key_hashfn by Herbert Xu · 9 years ago
  35. eca8493 rhashtable: Use head_hashfn instead of obj_raw_hashfn by Herbert Xu · 9 years ago
  36. 8d2b187 rhashtable: Move masking back into key_hashfn by Herbert Xu · 9 years ago
  37. 84ed82b rhashtable: Add annotation to nested lock by Herbert Xu · 9 years ago
  38. aa34a6cb0 rhashtable: Add arbitrary rehash function by Herbert Xu · 9 years ago
  39. 988dfbd rhashtable: Move hash_rnd into bucket_table by Herbert Xu · 9 years ago
  40. 5beb5c9 rhashtable: use cond_resched() by Eric Dumazet · 9 years ago
  41. 4c4b52d rhashtable: remove indirection for grow/shrink decision functions by Daniel Borkmann · 9 years ago
  42. 8331de7 rhashtable: unconditionally grow when max_shift is not specified by Daniel Borkmann · 9 years ago
  43. 71bb001 rhashtable: initialize all rhashtable walker members by Sasha Levin · 9 years ago
  44. eb6d1ab rhashtable: better high order allocation attempts by Daniel Borkmann · 9 years ago
  45. 342100d rhashtable: don't test for shrink on insert, expansion on delete by Daniel Borkmann · 9 years ago
  46. 61d7b09 rhashtable: using ERR_PTR requires linux/err.h by Stephen Rothwell · 9 years ago
  47. 020219a rhashtable: Fix remove logic to avoid cross references between buckets by Thomas Graf · 9 years ago
  48. cf52d52 rhashtable: Avoid bucket cross reference after removal by Thomas Graf · 9 years ago
  49. 7cd10db rhashtable: Add more lock verification by Thomas Graf · 9 years ago
  50. a03eaec rhashtable: Dump bucket tables on locking violation under PROVE_LOCKING by Thomas Graf · 9 years ago
  51. 2af4b52 rhashtable: Wait for RCU readers after final unzip work by Thomas Graf · 9 years ago
  52. a5ec68e rhashtable: Use a single bucket lock for sibling buckets by Thomas Graf · 9 years ago
  53. c88455c rhashtable: key_hashfn() must return full hash value by Thomas Graf · 9 years ago
  54. f2dba9c rhashtable: Introduce rhashtable_walk_* by Herbert Xu · 9 years ago
  55. 28134a5 rhashtable: Fix potential crash on destroy in rhashtable_shrink by Herbert Xu · 9 years ago
  56. 9d6dbe1 rhashtable: Make selftest modular by Geert Uytterhoeven · 9 years ago
  57. fe6a043 rhashtable: rhashtable_remove() must unlink in both tbl and future_tbl by Thomas Graf · 9 years ago
  58. 57699a4 rhashtable: Fix race in rhashtable_destroy() and use regular work_struct by Ying Xue · 9 years ago
  59. 80ca8c3 rhashtable: Lower/upper bucket may map to same lock while shrinking by Thomas Graf · 9 years ago
  60. 7a868d1 rhashtable: involve rhashtable_lookup_compare_insert routine by Ying Xue · 9 years ago
  61. 545a148 rhashtable: initialize atomic nelems variable by Ying Xue · 9 years ago
  62. c0c09bf rhashtable: avoid unnecessary wakeup for worker queue by Ying Xue · 9 years ago
  63. bd6d4db rhashtable: future table needs to be traversed when remove an object by Ying Xue · 9 years ago
  64. db30485 rhashtable: involve rhashtable_lookup_insert routine by Ying Xue · 9 years ago
  65. 54c5b7d rhashtable: introduce rhashtable_wakeup_worker helper function by Ying Xue · 9 years ago
  66. efb975a6 rhashtable: optimize rhashtable_lookup routine by Ying Xue · 9 years ago
  67. f89bd6f rhashtable: Supports for nulls marker by Thomas Graf · 9 years ago
  68. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 9 years ago
  69. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 9 years ago
  70. b8e1943 rhashtable: Factor out bucket_tail() function by Thomas Graf · 9 years ago
  71. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 9 years ago
  72. a4b18cd rhashtable: Use rht_obj() instead of manual offset calculation by Thomas Graf · 9 years ago
  73. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 9 years ago
  74. 8754589 net: replace remaining users of arch_fast_hash with jhash by Daniel Borkmann · 9 years ago
  75. 3e7b2ec rhashtable: Check for count mismatch while iterating in selftest by Thomas Graf · 10 years ago
  76. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  77. 6eba822 rhashtable: Drop gfp_flags arg in insert/remove functions by Thomas Graf · 10 years ago
  78. 7b4ce23 rhashtable: Add parent argument to mutex_is_held by Herbert Xu · 10 years ago
  79. 1b2f309 rhashtable: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
  80. 0c828f2 lib: rhashtable - Remove weird non-ASCII characters from comments by Herbert Xu · 10 years ago
  81. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  82. 28596c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  83. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  84. e7af85d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  85. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  86. b3f2512 lib: rhashtable: remove second linux/log2.h inclusion by Fabian Frederick · 10 years ago
  87. 9400017 lib/rhashtable: allow user to set the minimum shifts of shrinking by Ying Xue · 10 years ago
  88. ae82ddc rhashtable: fix lockdep splat in rhashtable_destroy() by Pablo Neira Ayuso · 10 years ago
  89. 45d5acd lib: rhashtable: Spelling s/compuate/compute/ by Geert Uytterhoeven · 10 years ago
  90. c91eee5 rhashtable: unexport and make rht_obj() static by Thomas Graf · 10 years ago
  91. 5300fdc rhashtable: RCU annotations for next pointers by Thomas Graf · 10 years ago
  92. 7e1e776 lib: Resizable, Scalable, Concurrent Hash Table by Thomas Graf · 10 years ago