1. 06 3月, 2010 1 次提交
  2. 28 2月, 2010 1 次提交
  3. 26 2月, 2010 2 次提交
  4. 18 2月, 2010 1 次提交
  5. 17 2月, 2010 1 次提交
  6. 16 2月, 2010 3 次提交
  7. 12 2月, 2010 1 次提交
  8. 11 2月, 2010 1 次提交
  9. 07 10月, 2009 1 次提交
    • B
      ethtool: Add reset operation · d73d3a8c
      Ben Hutchings 提交于
      After updating firmware stored in flash, users may wish to reset the
      relevant hardware and start the new firmware immediately.  This should
      not be completely automatic as it may be disruptive.
      
      A selective reset may also be useful for debugging or diagnostics.
      
      This adds a separate reset operation which takes flags indicating the
      components to be reset.  Drivers are allowed to reset only a subset of
      those requested, and must indicate the actual subset.  This allows the
      use of generic component masks and some future expansion.
      Signed-off-by: NBen Hutchings <bhutchings@solarflare.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d73d3a8c
  10. 05 10月, 2009 1 次提交
  11. 03 9月, 2009 1 次提交
  12. 28 7月, 2009 1 次提交
  13. 27 7月, 2009 1 次提交
  14. 01 4月, 2009 1 次提交
  15. 20 2月, 2009 1 次提交
  16. 16 12月, 2008 1 次提交
  17. 02 7月, 2008 1 次提交
  18. 25 4月, 2008 1 次提交
    • M
      ethtool: EEPROM dump no longer works for tg3 and natsemi · c5835df9
      Mandeep Singh Baines 提交于
      In the ethtool user-space application, tg3 and natsemi over-ride the
      default implementation of dump_eeprom(). In both tg3_dump_eeprom() and
      natsemi_dump_eeprom(), there is a magic number check which is not
      present in the default implementation.
      
      Commit b131dd5d ("[ETHTOOL]: Add support for large eeproms") snipped
      the code which copied the ethtool_eeprom structure back to
      user-space. tg3 and natsemi are over-writing the magic number field
      and then checking it in user-space. With the ethtool_eeprom copy
      removed, the check is failing.
      
      The fix is simple. Add the ethtool_eeprom copy back.
      Signed-off-by: NMandeep Singh Baines <msb@google.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c5835df9
  19. 16 4月, 2008 1 次提交
  20. 11 10月, 2007 6 次提交
  21. 15 8月, 2007 1 次提交
  22. 01 8月, 2007 2 次提交
  23. 15 7月, 2007 1 次提交
  24. 26 4月, 2007 1 次提交
  25. 11 2月, 2007 1 次提交
  26. 29 9月, 2006 2 次提交
  27. 14 9月, 2006 1 次提交
  28. 18 7月, 2006 1 次提交
  29. 23 6月, 2006 1 次提交
  30. 18 6月, 2006 1 次提交