net: introduce NETIF_F_RXCSUM
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Tue, 15 Feb 2011 16:59:18 +0000 (16:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Feb 2011 22:16:35 +0000 (14:16 -0800)
commite83d360d9a7e5d71d55c13e96b19109a2ea23bf0
tree04e4971ad73ade44eb86671851d568e494abe6e4
parentda8ac86c4a56a14bf8deea7d2f92d0a453c67f91
net: introduce NETIF_F_RXCSUM

Introduce NETIF_F_RXCSUM to replace device-private flags for RX checksum
offload. Integrate it with ndo_fix_features.

ethtool_op_get_rx_csum() is removed altogether as nothing in-tree uses it.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h
include/linux/netdevice.h
net/core/ethtool.c