linux/net/8021q
Matthew Wilcox 61a44b9c4b [NET]: ethtool ops are the only way
During the transition to the ethtool_ops way of doing things, we supported
calling the device's ->do_ioctl method to allow unconverted drivers to
continue working.  Those days are long behind us, all in-tree drivers
use the ethtool_ops way, and so we no longer need to support this.

The bonding driver is the biggest beneficiary of this; it no longer
needs to call ioctl() as a fallback if ethtool_ops aren't supported.

Also put a proper copyright statement on ethtool.c.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-07-31 14:00:02 -07:00
..
Kconfig
Makefile
vlan.c [8021Q]: vlan_ioctl_handler: fix return value 2007-07-24 15:37:11 -07:00
vlan.h
vlan_dev.c [NET]: ethtool ops are the only way 2007-07-31 14:00:02 -07:00
vlan_netlink.c
vlanproc.c
vlanproc.h