[NET]: Replace CONFIG_NET_DEBUG with sysctl.
authorStephen Hemminger <shemminger@linux-foundation.org>
Fri, 9 Mar 2007 04:41:08 +0000 (20:41 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:05 +0000 (22:24 -0700)
commita2a316fd068c455c609ecc155dcfaa7e208d29fe
tree9839e2c7e05e9d25241fa7c7b27fd06214120292
parentae40eb1ef30ab4120bd3c8b7e3da99ee53d27a23
[NET]: Replace CONFIG_NET_DEBUG with sysctl.

Covert network warning messages from a compile time to runtime choice.
Removes kernel config option and replaces it with new /proc/sys/net/core/warnings.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/filesystems/proc.txt
include/linux/sysctl.h
include/net/sock.h
net/Kconfig
net/core/sysctl_net_core.c
net/core/utils.c