index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
rhashtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-03
rhashtable: Supports for nulls marker
Thomas Graf
1
-7
/
+30
2015-01-03
rhashtable: Per bucket locks & deferred expansion/shrinking
Thomas Graf
1
-114
/
+344
2015-01-03
nft_hash: Remove rhashtable_remove_pprev()
Thomas Graf
1
-27
/
+7
2015-01-03
rhashtable: Factor out bucket_tail() function
Thomas Graf
1
-9
/
+14
2015-01-03
rhashtable: Convert bucket iterators to take table and index
Thomas Graf
1
-11
/
+19
2015-01-03
rhashtable: Use rht_obj() instead of manual offset calculation
Thomas Graf
1
-2
/
+2
2015-01-03
rhashtable: Do hashing inside of rhashtable_lookup_compare()
Thomas Graf
1
-61
/
+30
2014-12-10
net: replace remaining users of arch_fast_hash with jhash
Daniel Borkmann
1
-4
/
+4
2014-11-24
rhashtable: Check for count mismatch while iterating in selftest
Thomas Graf
1
-7
/
+20
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2014-11-13
rhashtable: Drop gfp_flags arg in insert/remove functions
Thomas Graf
1
-24
/
+17
2014-11-13
rhashtable: Add parent argument to mutex_is_held
Herbert Xu
1
-2
/
+2
2014-11-13
rhashtable: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
1
-0
/
+8
2014-11-13
lib: rhashtable - Remove weird non-ASCII characters from comments
Herbert Xu
1
-5
/
+5
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-4
/
+8
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2014-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-4
/
+4
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2014-09-19
lib: rhashtable: remove second linux/log2.h inclusion
Fabian Frederick
1
-1
/
+0
2014-09-03
lib/rhashtable: allow user to set the minimum shifts of shrinking
Ying Xue
1
-4
/
+8
2014-09-03
rhashtable: fix lockdep splat in rhashtable_destroy()
Pablo Neira Ayuso
1
-4
/
+4
2014-08-26
lib: rhashtable: Spelling s/compuate/compute/
Geert Uytterhoeven
1
-2
/
+2
2014-08-14
rhashtable: unexport and make rht_obj() static
Thomas Graf
1
-7
/
+1
2014-08-14
rhashtable: RCU annotations for next pointers
Thomas Graf
1
-1
/
+1
2014-08-02
lib: Resizable, Scalable, Concurrent Hash Table
Thomas Graf
1
-0
/
+797
[prev]