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>
20 files changed:
MAINTAINERS
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/ipx/Kconfig [new file with mode: 0644]
drivers/staging/ipx/Makefile [new file with mode: 0644]
drivers/staging/ipx/TODO [new file with mode: 0644]
drivers/staging/ipx/af_ipx.c [new file with mode: 0644]
drivers/staging/ipx/ipx_proc.c [new file with mode: 0644]
drivers/staging/ipx/ipx_route.c [new file with mode: 0644]
drivers/staging/ipx/pe2.c [new file with mode: 0644]
drivers/staging/ipx/sysctl_net_ipx.c [new file with mode: 0644]
net/Kconfig
net/Makefile
net/ipx/Kconfig [deleted file]
net/ipx/Makefile [deleted file]
net/ipx/af_ipx.c [deleted file]
net/ipx/ipx_proc.c [deleted file]
net/ipx/ipx_route.c [deleted file]
net/ipx/pe2.c [deleted file]
net/ipx/sysctl_net_ipx.c [deleted file]