git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d177be
)
net: defer net_secret[] initialization
author
Eric Dumazet
<edumazet@google.com>
Mon, 29 Apr 2013 05:58:52 +0000
(
05:58
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 29 Apr 2013 19:14:02 +0000
(15:14 -0400)
Instead of feeding net_secret[] at boot time, defer the init
at the point first socket is created.
This permits some platforms to use better entropy sources than
the ones available at boot time.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found