ipx: move Novell IPX protocol support into staging
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 14 Nov 2017 16:37:14 +0000 (08:37 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 12:55:00 +0000 (13:55 +0100)
commite02554e9a4338c58e75fdfb0ef908a5adc86cba5
treec9b2029a35a8ee2583b8ba9c6df783b72c14ae44
parentda1725ca4869461890d5fd1be5202ff691c05f78
ipx: move Novell IPX protocol support into staging

The Netware IPX protocol is very old and no one should still be using
it. It is time to move it into staging for a while and eventually
decommision it.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 files changed:
MAINTAINERS
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/ipx/Kconfig [moved from net/ipx/Kconfig with 100% similarity]
drivers/staging/ipx/Makefile [moved from net/ipx/Makefile with 100% similarity]
drivers/staging/ipx/TODO [new file with mode: 0644]
drivers/staging/ipx/af_ipx.c [moved from net/ipx/af_ipx.c with 100% similarity]
drivers/staging/ipx/ipx_proc.c [moved from net/ipx/ipx_proc.c with 100% similarity]
drivers/staging/ipx/ipx_route.c [moved from net/ipx/ipx_route.c with 100% similarity]
drivers/staging/ipx/pe2.c [moved from net/ipx/pe2.c with 100% similarity]
drivers/staging/ipx/sysctl_net_ipx.c [moved from net/ipx/sysctl_net_ipx.c with 100% similarity]
net/Kconfig
net/Makefile