]> git.baikalelectronics.ru Git - kernel.git/commit
net: delete all instances of special processing for token ring
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 10 May 2012 21:14:35 +0000 (17:14 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 16 May 2012 00:14:35 +0000 (20:14 -0400)
commit415f1410f1c3a783025de81724db73902f84a893
tree2a902c914f96298f265ef52cba5e463c5c8dea32
parentb27eefdd13bc3c8fa488afb3cd69b30becb833b1
net: delete all instances of special processing for token ring

We are going to delete the Token ring support.  This removes any
special processing in the core networking for token ring, (aside
from net/tr.c itself), leaving the drivers and remaining tokenring
support present but inert.

The mass removal of the drivers and net/tr.c will be in a separate
commit, so that the history of these files that we still care
about won't have the giant deletion tied into their history.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18 files changed:
include/linux/if_arp.h
include/linux/ipx.h
include/net/if_inet6.h
include/net/ip.h
include/net/llc_pdu.h
net/802/p8022.c
net/802/tr.c
net/core/dev.c
net/ipv4/Kconfig
net/ipv4/arp.c
net/ipv4/ipconfig.c
net/ipv6/addrconf.c
net/ipv6/ndisc.c
net/ipx/af_ipx.c
net/llc/af_llc.c
net/llc/llc_output.c
net/llc/llc_sap.c
net/sysctl_net.c