[PATCH] rename net_random to random32
Make net_random() more widely available by calling it random32 akpm: hopefully this will permit the removal of carta_random32. That needs confirmation from Stephane - this code looks somewhat more computationally expensive, and has a different (ie: callee-stateful) interface. [akpm@osdl.org: lots of build fixes, cleanups] Signed-off-by:Stephen Hemminger <shemminger@osdl.org> Signed-off-by:
David S. Miller <davem@davemloft.net> Cc: Stephane Eranian <eranian@hpl.hp.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- include/linux/net.h 4 additions, 3 deletionsinclude/linux/net.h
- include/linux/random.h 3 additions, 0 deletionsinclude/linux/random.h
- lib/Makefile 1 addition, 1 deletionlib/Makefile
- lib/random32.c 142 additions, 0 deletionslib/random32.c
- net/core/dev.c 0 additions, 2 deletionsnet/core/dev.c
- net/core/utils.c 0 additions, 116 deletionsnet/core/utils.c
Loading
Please register or sign in to comment