aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhashtable.c
Commit message (Expand)AuthorAge
* rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell2015-02-09
* rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf2015-02-06
* rhashtable: Avoid bucket cross reference after removalThomas Graf2015-02-06
* rhashtable: Add more lock verificationThomas Graf2015-02-06
* rhashtable: Dump bucket tables on locking violation under PROVE_LOCKINGThomas Graf2015-02-06
* rhashtable: Wait for RCU readers after final unzip workThomas Graf2015-02-06
* rhashtable: Use a single bucket lock for sibling bucketsThomas Graf2015-02-06
* rhashtable: key_hashfn() must return full hash valueThomas Graf2015-02-06
* rhashtable: Introduce rhashtable_walk_*Herbert Xu2015-02-04
* rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu2015-02-04
* rhashtable: Make selftest modularGeert Uytterhoeven2015-01-30
* rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf2015-01-26
* rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue2015-01-16
* rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf2015-01-14
* rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue2015-01-13
* rhashtable: initialize atomic nelems variableYing Xue2015-01-08
* rhashtable: avoid unnecessary wakeup for worker queueYing Xue2015-01-08
* rhashtable: future table needs to be traversed when remove an objectYing Xue2015-01-08
* rhashtable: involve rhashtable_lookup_insert routineYing Xue2015-01-08
* rhashtable: introduce rhashtable_wakeup_worker helper functionYing Xue2015-01-08
* rhashtable: optimize rhashtable_lookup routineYing Xue2015-01-08
* 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: Factor out bucket_tail() functionThomas Graf2015-01-03
* rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-03
* rhashtable: Use rht_obj() instead of manual offset calculationThomas Graf2015-01-03
* rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf2015-01-03
* net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-10
* rhashtable: Check for count mismatch while iterating in selftestThomas Graf2014-11-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-14
|\
| * lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu2014-11-13
* | 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-02
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
| |\ \
| * | | lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue2014-09-03
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-07
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: rhashtable: Spelling s/compuate/compute/Geert Uytterhoeven2014-08-26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-26
|\ \ \ \ | |_|_|/ |/| | |
| * | | rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso2014-09-03
| | |/ | |/|
* / | lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick2014-09-19
|/ /
* | 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