]> git.baikalelectronics.ru Git - kernel.git/commit
econet: remove ancient bug ridden protocol
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 18 May 2012 03:59:51 +0000 (20:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 May 2012 05:35:08 +0000 (01:35 -0400)
commitd8667daf1fbd6ed3efff2ce034c008aaa00ed418
treef451efb488cb46ecb30c3697e2daaf559bd4d603
parent6b0251e67e7e8edb79c4b0a97e557626b6939d45
econet: remove ancient bug ridden protocol

More spring cleaning!

The ancient Econet protocol should go. Most of the bug fixes in recent
years have been fixing security vulnerabilities. The hardware hasn't
been made since the 90s, it is only interesting as an archeological curiosity.

For the truly curious, or insomniac, go read up on it.
  http://en.wikipedia.org/wiki/Econet

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/Kbuild
include/linux/if_ec.h [deleted file]
net/Kconfig
net/Makefile
net/econet/Kconfig [deleted file]
net/econet/Makefile [deleted file]
net/econet/af_econet.c [deleted file]