1. 25 2月, 2016 1 次提交
  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. 10 9月, 2015 1 次提交
  4. 14 1月, 2015 1 次提交
  5. 13 12月, 2014 1 次提交
  6. 13 8月, 2014 1 次提交
  7. 15 5月, 2014 1 次提交
    • N
      jme: Fix unmap loop counting error: · c4b16068
      Neil Horman 提交于
      In my recent fix (76a691d0: fix dma unmap warning), Ben Hutchings noted that my
      loop count was incorrect.  Where j started at startidx, it should have started
      at zero, and gone on for count entries, not to endidx.  Additionally, a DMA
      resource exhaustion should drop the frame and (for now), return
      NETDEV_TX_OK, not NETEV_TX_BUSY.  This patch fixes both of those issues:
      Signed-off-by: NNeil Horman <nhorman@tuxdriver.com>
      CC: Ben Hutchings <ben@decadent.org.uk>
      CC: "David S. Miller" <davem@davemloft.net>
      CC: Guo-Fu Tseng <cooldavid@cooldavid.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c4b16068
  8. 08 5月, 2014 1 次提交
  9. 30 3月, 2014 1 次提交
  10. 25 3月, 2014 1 次提交
  11. 22 10月, 2013 1 次提交
  12. 03 10月, 2013 1 次提交
  13. 28 8月, 2013 1 次提交
  14. 31 5月, 2013 1 次提交
  15. 20 4月, 2013 2 次提交
  16. 04 12月, 2012 1 次提交
  17. 15 11月, 2012 1 次提交
  18. 04 11月, 2012 1 次提交
  19. 12 10月, 2012 1 次提交
  20. 19 7月, 2012 1 次提交
  21. 23 2月, 2012 1 次提交
  22. 01 2月, 2012 1 次提交
  23. 28 11月, 2011 1 次提交
  24. 17 11月, 2011 2 次提交
  25. 14 11月, 2011 1 次提交
  26. 19 10月, 2011 1 次提交
  27. 16 9月, 2011 1 次提交
  28. 18 8月, 2011 1 次提交
  29. 12 8月, 2011 1 次提交
  30. 22 7月, 2011 2 次提交
  31. 01 7月, 2011 2 次提交
  32. 30 4月, 2011 1 次提交
  33. 02 4月, 2011 1 次提交
  34. 28 3月, 2011 1 次提交
    • R
      Net / jme: Do not use legacy PCI power management · f4e5bd4f
      Rafael J. Wysocki 提交于
      The jme driver uses the legacy PCI power management, so it has to do
      some PCI-specific things in its ->suspend() and ->resume() callbacks,
      which isn't necessary and should better be done by the PCI
      sybsystem-level power management code.  It also doesn't use device
      wakeup flags correctly.
      
      Convert jme to the new PCI power management framework and make it
      let the PCI subsystem take care of all the PCI-specific aspects of
      device handling during system power transitions.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f4e5bd4f
  35. 01 3月, 2011 1 次提交
  36. 14 2月, 2011 1 次提交