index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
random.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-07
[PATCH] random: Move syncookies to net/
Matt Mackall
1
-81
/
+0
2005-03-07
[PATCH] random: Simplify and shrink syncookie code
Matt Mackall
1
-48
/
+30
2005-03-07
[PATCH] random: Move halfmd4 to lib
Matt Mackall
1
-44
/
+3
2005-03-07
[PATCH] random: Move SHA code to lib/
Matt Mackall
1
-116
/
+5
2005-03-07
[PATCH] random: Cleanup SHA interface
Matt Mackall
1
-40
/
+36
2005-03-07
[PATCH] random: Kill the SHA variants
Matt Mackall
1
-145
/
+0
2005-03-07
[PATCH] random: Create new rol32/ror32 bitops
Matt Mackall
1
-5
/
+0
2005-03-07
[PATCH] random: Remove entropy batching
Matt Mackall
1
-134
/
+17
2005-03-07
[PATCH] random: Clean up hash buffering
Matt Mackall
1
-17
/
+19
2005-03-07
[PATCH] random: Simplify hash folding
Matt Mackall
1
-9
/
+4
2005-03-07
[PATCH] random: Remove dead MD5 copy
Matt Mackall
1
-145
/
+8
2005-03-07
[PATCH] random: Break up extract_user
Matt Mackall
1
-83
/
+107
2005-03-07
[PATCH] random: Reseed pointer in pool struct
Matt Mackall
1
-13
/
+9
2005-03-07
[PATCH] random: Reservation flag in pool struct
Matt Mackall
1
-17
/
+9
2005-03-07
[PATCH] random: Entropy reservation accounting
Matt Mackall
1
-13
/
+17
2005-03-07
[PATCH] random: Catastrophic reseed checks
Matt Mackall
1
-13
/
+22
2005-03-07
[PATCH] random: Static sysctl bits
Matt Mackall
1
-24
/
+6
2005-03-07
[PATCH] random: Static allocation of pools
Matt Mackall
1
-123
/
+78
2005-03-07
[PATCH] random: More meaningful pool names
Matt Mackall
1
-50
/
+49
2005-03-07
[PATCH] random: kill misnamed log2
Matt Mackall
1
-47
/
+1
2005-03-07
[PATCH] rol32 thinko
Matt Mackall
1
-1
/
+1
2005-03-07
[PATCH] random: kill redundant rotate_left definitions
Matt Mackall
1
-34
/
+15
2005-03-07
[PATCH] random: kill 2.2 compat waitqueue defs
Matt Mackall
1
-10
/
+0
2005-03-07
[PATCH] random: kill dead extract_state struct
Matt Mackall
1
-2
/
+0
2005-03-07
[PATCH] random: kill memsets of static data
Matt Mackall
1
-6
/
+0
2005-03-07
[PATCH] random: simplify initialization
Matt Mackall
1
-17
/
+3
2005-03-07
[PATCH] random: re-init all pools on zero
Matt Mackall
1
-9
/
+13
2005-03-07
[PATCH] random: combine legacy ioctls
Matt Mackall
1
-4
/
+0
2005-03-07
[PATCH] random: kill pool clearing
Matt Mackall
1
-14
/
+2
2005-03-07
[PATCH] random: cleanup waitqueue logic, fix missed wakeup
Matt Mackall
1
-10
/
+9
2005-03-05
Merge nuts.davemloft.net:/disk1/BK/net-2.6.12
David S. Miller
1
-0
/
+15
2005-03-04
[PATCH] Randomisation: infrastructure
Arjan van de Ven
1
-22
/
+62
2005-02-14
Merge nuts.davemloft.net:/disk1/BK/network-2.6.12
David S. Miller
1
-0
/
+15
2005-02-08
[IPV6]: match TCP port selection behavior with ipv4
Stephen Hemminger
1
-0
/
+15
2005-02-01
[PATCH] random: overflow fix
Matt Mackall
1
-1
/
+1
2005-01-14
[PATCH] random: add_input_randomness
Matt Mackall
1
-26
/
+17
2005-01-14
[PATCH] random: periodicity detection fix
Matt Mackall
1
-13
/
+16
2005-01-14
[PATCH] random: run-time configurable debugging
Matt Mackall
1
-2
/
+5
2005-01-14
[PATCH] random: entropy debugging improvements
Matt Mackall
1
-34
/
+18
2005-01-14
[PATCH] random: whitespace doh
Matt Mackall
1
-1
/
+1
2005-01-10
[PATCH] random: remove pool resizing sysctl
Matt Mackall
1
-84
/
+5
2005-01-10
[PATCH] random: whitespace cleanups
Matt Mackall
1
-341
/
+334
2005-01-07
[PATCH] Lock initializer cleanup (character devices)
Thomas Gleixner
1
-1
/
+1
2005-01-07
[PATCH] Lock initializer unifying: character devices
Thomas Gleixner
1
-1
/
+1
2005-01-04
[PATCH] Sync in core time granuality with filesystems
Andi Kleen
1
-2
/
+3
2004-12-19
[TCP]: Efficient port randomization (rev 3)
Stephen Hemminger
1
-0
/
+18
2004-12-12
[PATCH] Fix concurrent access to /dev/urandom
Matt Mackall
1
-4
/
+26
2004-11-17
[RANDOM]: Remove TCP MD4 code if not CONFIG_INET
Stephen Hemminger
1
-0
/
+2
2004-11-07
[PATCH] remove dead exports from random.c
Christoph Hellwig
1
-7
/
+1
2004-10-27
[PATCH] Remove build warning from drivers/char/random.c on 32-bit platforms
Chris Wedgwood
1
-5
/
+3
[next]