https://github.com/torvalds/linux
Revision 61407f80f72970d52d4339f81c6c3cd03f4ca0f0 authored by Andi Kleen on 03 April 2008, 21:07:02 UTC, committed by David S. Miller on 03 April 2008, 21:07:02 UTC
- Let it update the state of all CPUs. The network stack goes
into pains to feed the current IP addresses in, but it is not very
effective if that is only done for some random CPU instead of all.
So change it to feed bits into all CPUs.  I decided to do that lockless 
because well somewhat random results are ok.

v2: Drop rename so that this patch doesn't depend on x86 maintainers

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 84f5937
History
Tip revision: 61407f80f72970d52d4339f81c6c3cd03f4ca0f0 authored by Andi Kleen on 03 April 2008, 21:07:02 UTC
[NET]: srandom32 fixes for networking v2
Tip revision: 61407f8
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top