1. 06 3月, 2015 1 次提交
  2. 24 2月, 2015 1 次提交
  3. 26 7月, 2014 2 次提交
  4. 21 7月, 2014 1 次提交
  5. 27 5月, 2014 2 次提交
  6. 06 5月, 2014 4 次提交
  7. 23 4月, 2014 1 次提交
  8. 08 3月, 2014 6 次提交
  9. 14 9月, 2013 1 次提交
    • D
      e1000e: fix overrun of PHY RAR array · c3a0dce3
      David Ertman 提交于
      When copying the MAC RAR registers to PHY there is an error in the
      calculation of the rar_entry_count, which causes a write of unknown/
      undefined register space in the MAC to unknown/undefined register space in
      the PHY.
      
      This patch fixes the overrun with writing to the PHY RAR and also fixes the
      ethtool offline register tests so that the correctly addressed registers
      have the appropriate bitmasks for R/W and RO bits for affected parts.
      
      Shawn Rader gets credit for finding and fixing the register overrun.
      Signed-off-by: NDave Ertman <davidx.m.ertman@intel.com>
      CC: Shawn Rader <shawn.t.rader@intel.com>
      Tested-by: NAaron Brown <aaron.f.brown@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      c3a0dce3
  10. 28 7月, 2013 3 次提交
  11. 21 5月, 2013 1 次提交
  12. 28 3月, 2013 5 次提交
  13. 08 3月, 2013 8 次提交
  14. 05 3月, 2013 1 次提交
    • B
      e1000e: workaround DMA unit hang on I218 · e08f626b
      Bruce Allan 提交于
      At 1000Mbps link speed, one of the MAC's internal clocks can be stopped for
      up to 4us when entering K1 (a power mode of the MAC-PHY interconnect).  If
      the MAC is waiting for completion indications for 2 DMA write requests into
      Host memory (e.g. descriptor writeback or Rx packet writing) and the
      indications occur while the clock is stopped, both indications will be
      missed by the MAC causing the MAC to wait for the completion indications
      and be unable to generate further DMA write requests.  This results in an
      apparent hardware hang.
      
      Work-around the issue by disabling the de-assertion of the clock request
      when 1000Mbps link is acquired (K1 must be disabled while doing this).
      Signed-off-by: NBruce Allan <bruce.w.allan@intel.com>
      Tested-by: NJeff Pieper <jeffrey.e.pieper@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      e08f626b
  15. 05 2月, 2013 2 次提交
  16. 01 2月, 2013 1 次提交