1. 22 12月, 2015 2 次提交
  2. 16 12月, 2015 1 次提交
    • T
      net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK · a188222b
      Tom Herbert 提交于
      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: NTom Herbert <tom@herbertland.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a188222b
  3. 14 12月, 2015 3 次提交
  4. 06 12月, 2015 1 次提交
  5. 19 11月, 2015 1 次提交
  6. 16 9月, 2015 5 次提交
  7. 18 6月, 2015 2 次提交
  8. 15 4月, 2015 4 次提交
  9. 03 3月, 2015 2 次提交
  10. 23 1月, 2015 1 次提交
  11. 14 1月, 2015 1 次提交
  12. 16 10月, 2014 2 次提交
  13. 02 10月, 2014 1 次提交
  14. 23 9月, 2014 14 次提交