1. 07 4月, 2012 1 次提交
  2. 09 2月, 2012 1 次提交
  3. 01 2月, 2012 1 次提交
  4. 09 12月, 2011 1 次提交
  5. 19 10月, 2011 1 次提交
  6. 07 10月, 2011 1 次提交
  7. 04 10月, 2011 1 次提交
  8. 23 9月, 2011 1 次提交
  9. 18 8月, 2011 1 次提交
  10. 12 8月, 2011 1 次提交
  11. 22 7月, 2011 1 次提交
  12. 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
  13. 18 4月, 2011 1 次提交
  14. 31 3月, 2011 1 次提交
  15. 18 12月, 2010 1 次提交
  16. 02 11月, 2010 1 次提交
  17. 03 9月, 2010 1 次提交
  18. 26 8月, 2010 1 次提交
  19. 20 8月, 2010 1 次提交
  20. 03 6月, 2010 1 次提交
  21. 07 5月, 2010 1 次提交
  22. 15 4月, 2010 1 次提交
  23. 04 4月, 2010 1 次提交
    • J
      net: convert multicast list to list_head · 22bedad3
      Jiri Pirko 提交于
      Converts the list and the core manipulating with it to be the same as uc_list.
      
      +uses two functions for adding/removing mc address (normal and "global"
       variant) instead of a function parameter.
      +removes dev_mcast.c completely.
      +exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
       manipulation with lists on a sandbox (used in bonding and 80211 drivers)
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      22bedad3
  24. 31 3月, 2010 1 次提交
  25. 26 2月, 2010 1 次提交
  26. 18 2月, 2010 1 次提交
  27. 17 2月, 2010 3 次提交
  28. 13 2月, 2010 1 次提交
  29. 09 2月, 2010 1 次提交
  30. 08 1月, 2010 1 次提交
  31. 04 12月, 2009 1 次提交
  32. 19 11月, 2009 1 次提交
  33. 04 11月, 2009 1 次提交
  34. 05 10月, 2009 1 次提交
  35. 02 9月, 2009 1 次提交
  36. 01 9月, 2009 1 次提交
  37. 11 6月, 2009 1 次提交
  38. 29 5月, 2009 1 次提交