1. 22 8月, 2016 1 次提交
  2. 05 5月, 2016 1 次提交
  3. 27 4月, 2016 1 次提交
  4. 16 10月, 2015 1 次提交
  5. 14 1月, 2015 1 次提交
  6. 13 8月, 2014 1 次提交
  7. 14 5月, 2014 1 次提交
  8. 15 1月, 2014 1 次提交
  9. 03 12月, 2013 1 次提交
    • E
      net: do not pretend FRAGLIST support · 28e24c62
      Eric Dumazet 提交于
      Few network drivers really supports frag_list : virtual drivers.
      
      Some drivers wrongly advertise NETIF_F_FRAGLIST feature.
      
      If skb with a frag_list is given to them, packet on the wire will be
      corrupt.
      
      Remove this flag, as core networking stack will make sure to
      provide packets that can be sent without corruption.
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Cc: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
      Cc: Anirudha Sarangi <anirudh@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      28e24c62
  10. 24 10月, 2013 1 次提交
  11. 20 4月, 2013 3 次提交
  12. 10 3月, 2013 1 次提交
  13. 07 1月, 2013 1 次提交
  14. 04 12月, 2012 1 次提交
  15. 11 7月, 2012 1 次提交
  16. 30 4月, 2012 1 次提交
  17. 15 4月, 2012 1 次提交
  18. 07 4月, 2012 1 次提交
  19. 09 2月, 2012 1 次提交
  20. 01 2月, 2012 1 次提交
  21. 09 12月, 2011 1 次提交
  22. 19 10月, 2011 1 次提交
  23. 07 10月, 2011 1 次提交
  24. 04 10月, 2011 1 次提交
  25. 23 9月, 2011 1 次提交
  26. 18 8月, 2011 1 次提交
  27. 12 8月, 2011 1 次提交
  28. 22 7月, 2011 1 次提交
  29. 30 4月, 2011 1 次提交
    • D
      ethtool: cosmetic: Use ethtool ethtool_cmd_speed API · 70739497
      David Decotigny 提交于
      This updates the network drivers so that they don't access the
      ethtool_cmd::speed field directly, but use ethtool_cmd_speed()
      instead.
      
      For most of the drivers, these changes are purely cosmetic and don't
      fix any problem, such as for those 1GbE/10GbE drivers that indirectly
      call their own ethtool get_settings()/mii_ethtool_gset(). The changes
      are meant to enforce code consistency and provide robustness with
      future larger throughputs, at the expense of a few CPU cycles for each
      ethtool operation.
      
      All drivers compiled with make allyesconfig ion x86_64 have been
      updated.
      
      Tested: make allyesconfig on x86_64 + e1000e/bnx2x work
      Signed-off-by: NDavid Decotigny <decot@google.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      70739497
  30. 18 4月, 2011 1 次提交
  31. 31 3月, 2011 1 次提交
  32. 18 12月, 2010 1 次提交
  33. 02 11月, 2010 1 次提交
  34. 03 9月, 2010 1 次提交
  35. 26 8月, 2010 1 次提交
  36. 20 8月, 2010 1 次提交
  37. 03 6月, 2010 1 次提交
  38. 07 5月, 2010 1 次提交