]> 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)
commite417acc734d7a8216e9a545635b051583a811498
tree2a902c914f96298f265ef52cba5e463c5c8dea32
parentd75bb2a1bee566773c8e1c908703160ac8928e5c
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