]> 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)
commitb9e2f4c3d729eb402648d5eaef0ebdd76650ca39
treef451efb488cb46ecb30c3697e2daaf559bd4d603
parent22f4944c582214d340635ab239be8feeaf8bf77a
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]