linux/drivers/net/ethernet/intel
Michał Mirosław d7ccb8c2f2 ixgb: convert to ndo_fix_features
Private rx_csum flags are now duplicate of netdev->features & NETIF_F_RXCSUM.
Removing this needs deeper surgery.

Things noticed:
 - ixgb has RX csum disabled by default
 - HW VLAN acceleration probably can be toggled, but it's left as is
 - the resets on RX csum offload change can probably be avoided
 - there is A LOT of copy-and-pasted code here

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-09-16 18:26:37 -07:00
..
e1000 intel: convert to SKB paged frag API. 2011-08-30 17:58:01 -04:00
e1000e intel: convert to SKB paged frag API. 2011-08-30 17:58:01 -04:00
igb intel: convert to SKB paged frag API. 2011-08-30 17:58:01 -04:00
igbvf intel: convert to SKB paged frag API. 2011-08-30 17:58:01 -04:00
ixgb ixgb: convert to ndo_fix_features 2011-09-16 18:26:37 -07:00
ixgbe ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL 2011-09-16 19:25:10 -04:00
ixgbevf intel: convert to SKB paged frag API. 2011-08-30 17:58:01 -04:00
e100.c net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
Kconfig MII: fix Kconfig dependencies for MII 2011-09-15 15:49:08 -04:00
Makefile