1
0
Fork 0
alistair23-linux/drivers/net/ethernet/oki-semi/pch_gbe
Tom Herbert a188222b6e net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
The name NETIF_F_ALL_CSUM is a misnomer. This does not correspond to the
set of features for offloading all checksums. This is a mask of the
checksum offload related features bits. It is incorrect to set both
NETIF_F_HW_CSUM and NETIF_F_IP_CSUM or NETIF_F_IPV6 at the same time for
features of a device.

This patch:
  - Changes instances of NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK (where
    NETIF_F_ALL_CSUM is being used as a mask).
  - Changes bonding, sfc/efx, ipvlan, macvlan, vlan, and team drivers to
    use NEITF_F_HW_CSUM in features list instead of NETIF_F_ALL_CSUM.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-15 16:50:08 -05:00
..
Kconfig pch_gbe: 'select' NET_PTP_CLASSIFY. 2014-09-22 13:25:51 -04:00
Makefile
pch_gbe.h ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
pch_gbe_api.c ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
pch_gbe_api.h ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
pch_gbe_ethtool.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
pch_gbe_main.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
pch_gbe_param.c net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK 2015-12-15 16:50:08 -05:00
pch_gbe_phy.c ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
pch_gbe_phy.h ethernet: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00