1. 31 8月, 2012 3 次提交
  2. 21 8月, 2012 2 次提交
  3. 09 8月, 2012 1 次提交
  4. 07 8月, 2012 2 次提交
  5. 23 7月, 2012 1 次提交
  6. 14 7月, 2012 4 次提交
  7. 11 7月, 2012 1 次提交
  8. 01 7月, 2012 1 次提交
    • B
      e1000e: remove use of IP payload checksum · 2e1706f2
      Bruce Allan 提交于
      Currently only used when packet split mode is enabled with jumbo frames,
      IP payload checksum (for fragmented UDP packets) is mutually exclusive with
      receive hashing offload since the hardware uses the same space in the
      receive descriptor for the hardware-provided packet checksum and the RSS
      hash, respectively.  Users currently must disable jumbos when receive
      hashing offload is enabled, or vice versa, because of this incompatibility.
      Since testing has shown that IP payload checksum does not provide any real
      benefit, just remove it so that there is no longer a choice between jumbos
      or receive hashing offload but not both as done in other Intel GbE drivers
      (e.g. e1000, igb).
      
      Also, add a missing check for IP checksum error reported by the hardware;
      let the stack verify the checksum when this happens.
      
      CC: stable <stable@vger.kernel.org> [3.4]
      Signed-off-by: NBruce Allan <bruce.w.allan@intel.com>
      Tested-by: NAaron Brown <aaron.f.brown@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2e1706f2
  9. 14 6月, 2012 1 次提交
  10. 06 6月, 2012 1 次提交
  11. 02 6月, 2012 1 次提交
  12. 17 5月, 2012 1 次提交
  13. 10 5月, 2012 1 次提交
  14. 09 5月, 2012 1 次提交
  15. 05 5月, 2012 3 次提交
  16. 04 5月, 2012 2 次提交
  17. 03 5月, 2012 6 次提交
  18. 02 5月, 2012 3 次提交
  19. 01 5月, 2012 1 次提交
  20. 27 4月, 2012 4 次提交