aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhashtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-13lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu1-5/+5
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+8
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-09-19lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick1-1/+0
2014-09-03lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue1-4/+8
2014-09-03rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso1-4/+4
2014-08-26lib: rhashtable: Spelling s/compuate/compute/Geert Uytterhoeven1-2/+2
2014-08-14rhashtable: unexport and make rht_obj() staticThomas Graf1-7/+1
2014-08-14rhashtable: RCU annotations for next pointersThomas Graf1-1/+1
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf1-0/+797