1. 30 10月, 2016 4 次提交
  2. 19 10月, 2016 3 次提交
  3. 16 9月, 2016 2 次提交
  4. 13 9月, 2016 1 次提交
  5. 26 8月, 2016 2 次提交
  6. 20 8月, 2016 1 次提交
  7. 10 7月, 2016 4 次提交
  8. 29 6月, 2016 1 次提交
  9. 20 5月, 2016 1 次提交
  10. 05 5月, 2016 2 次提交
  11. 09 4月, 2016 1 次提交
    • J
      ibmvnic: Enable use of multiple tx/rx scrqs · 498cd8e4
      John Allen 提交于
      Enables the use of multiple transmit and receive scrqs allowing the ibmvnic
      driver to take advantage of multiqueue functionality. To achieve this, the
      driver must implement the process of negotiating the maximum number of
      queues allowed by the server. Initially, the driver will attempt to login
      with the maximum number of tx and rx queues supported by the server. If
      the server fails to allocate the requested number of scrqs, it will return
      partial success in the login response. In this case, we must reinitiate
      the login process from the request capabilities stage and attempt to login
      requesting fewer scrqs.
      Signed-off-by: NJohn Allen <jallen@linux.vnet.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      498cd8e4
  12. 06 4月, 2016 2 次提交
  13. 08 3月, 2016 1 次提交
  14. 04 3月, 2016 1 次提交
  15. 28 12月, 2015 1 次提交
  16. 21 12月, 2015 1 次提交
  17. 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
  18. 16 10月, 2015 1 次提交
  19. 29 9月, 2015 1 次提交
    • I
      net/ibm/emac: bump version numbers for correct work with ethtool · 661dfc65
      Ivan Mikhaylov 提交于
      The size of the MAC register dump used to be the size specified by the
      reg property in the device tree.  Userland has no good way of finding
      out that size, and it was not specified consistently for each MAC type,
      so ethtool would end up printing junk at the end of the register dump
      if the device tree didn't match the size it assumed.
      
      Using the new version numbers indicates unambiguously that the size of
      the MAC register dump is dependent only on the MAC type.
      
      Fixes: 5369c71f ("net/ibm/emac: fix size of emac dump memory areas")
      Signed-off-by: NIvan Mikhaylov <ivan@ru.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      661dfc65
  20. 23 9月, 2015 1 次提交
  21. 16 7月, 2015 1 次提交
  22. 23 6月, 2015 1 次提交
    • P
      drivers/net: remove all references to obsolete Ethernet-HOWTO · 138b15ed
      Paul Gortmaker 提交于
      This howto made sense in the 1990s when users had to manually configure
      ISA cards with jumpers or vendor utilities, but with the implementation
      of PCI it became increasingly less and less relevant, to the point where
      it has been well over a decade since I last updated it.  And there is
      no value in anyone else taking over updating it either.
      
      However the references to it continue to spread as boiler plate text
      from one Kconfig file into the next.  We are not doing end users any
      favours by pointing them at this old document, so lets kill it with
      fire, once and for all, to hopefully stop any further spread.
      
      No code is changed in this commit, just Kconfig help text.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      138b15ed
  23. 12 6月, 2015 1 次提交
  24. 26 5月, 2015 1 次提交
  25. 01 5月, 2015 4 次提交