]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit8cdd500160e18da13feb994f7c8a421039309294
tree9839e2c7e05e9d25241fa7c7b27fd06214120292
parentd8efc83de76114a97988988fc916c9ca3ef46a6c
[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