summaryrefslogtreecommitdiff
path: root/lib/rhashtable.c
Commit message (Expand)AuthorAgeFilesLines
* net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-101-4/+4
* rhashtable: Check for count mismatch while iterating in selftestThomas Graf2014-11-241-7/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-5/+5
|\
| * lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu2014-11-131-5/+5
* | rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-131-24/+17
* | rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-131-2/+2
* | rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-0/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-4/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-4/+4
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-1/+0
| |\ \
| * | | lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue2014-09-031-4/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: rhashtable: Spelling s/compuate/compute/Geert Uytterhoeven2014-08-261-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-261-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso2014-09-031-4/+4
| | |/ | |/|
* | | lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick2014-09-191-1/+0
|/ /
* | rhashtable: unexport and make rht_obj() staticThomas Graf2014-08-141-7/+1
* | rhashtable: RCU annotations for next pointersThomas Graf2014-08-141-1/+1
|/
* lib: Resizable, Scalable, Concurrent Hash TableThomas Graf2014-08-021-0/+797