1. 30 4月, 2017 1 次提交
  2. 22 3月, 2017 1 次提交
  3. 14 5月, 2016 2 次提交
  4. 07 4月, 2016 1 次提交
  5. 16 10月, 2015 1 次提交
  6. 03 6月, 2015 2 次提交
  7. 24 2月, 2015 1 次提交
  8. 21 7月, 2014 1 次提交
  9. 07 6月, 2014 1 次提交
  10. 14 5月, 2014 1 次提交
  11. 23 4月, 2014 2 次提交
  12. 28 3月, 2014 1 次提交
  13. 08 3月, 2014 3 次提交
  14. 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
  15. 22 8月, 2013 1 次提交
  16. 28 7月, 2013 1 次提交
  17. 21 5月, 2013 1 次提交
  18. 28 3月, 2013 1 次提交
  19. 08 3月, 2013 11 次提交
  20. 07 3月, 2013 1 次提交
  21. 05 2月, 2013 2 次提交
  22. 01 2月, 2013 2 次提交
  23. 30 1月, 2013 1 次提交
    • B
      e1000e: enable ECC on I217/I218 to catch packet buffer memory errors · 28600304
      Bruce Allan 提交于
      In rare instances, memory errors have been detected in the internal packet
      buffer memory on I217/I218 when stressed under certain environmental
      conditions.  Enable Error Correcting Code (ECC) in hardware to catch both
      correctable and uncorrectable errors.  Correctable errors will be handled
      by the hardware.  Uncorrectable errors in the packet buffer will cause the
      packet to be received with an error indication in the buffer descriptor
      causing the packet to be discarded.  If the uncorrectable error is in the
      descriptor itself, the hardware will stop and interrupt the driver
      indicating the error.  The driver will then reset the hardware in order to
      clear the error and restart.
      
      Both types of errors will be accounted for in statistics counters.
      Signed-off-by: NBruce Allan <bruce.w.allan@intel.com>
      Cc: <stable@vger.kernel.org> # 3.5.x & 3.6.x
      Tested-by: NJeff Pieper <jeffrey.e.pieper@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      28600304