1. 17 3月, 2010 2 次提交
  2. 06 2月, 2010 1 次提交
  3. 05 2月, 2010 1 次提交
  4. 23 1月, 2010 2 次提交
    • S
      net: Fix IPv6 GSO type checks in Intel ethernet drivers · 8e1e8a47
      Sridhar Samudrala 提交于
      Found this problem when testing IPv6 from a KVM guest to a remote
      host via e1000e device on the host.
      The following patch fixes the check for IPv6 GSO packet in Intel
      ethernet drivers to use skb_is_gso_v6(). SKB_GSO_DODGY is also set
      when packets are forwarded from a guest.
      Signed-off-by: NSridhar Samudrala <sri@us.ibm.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8e1e8a47
    • J
      e1000/e1000e: don't use small hardware rx buffers · 9926146b
      Jesse Brandeburg 提交于
      When testing the "e1000: enhance frame fragment detection" (and e1000e)
      patches we found some bugs with reducing the MTU size.  The 1024 byte
      descriptor used with the 1000 mtu test also (re) introduced the
      (originally) reported bug, and causes us to need the e1000_clean_tx_irq
      "enhance frame fragment detection" fix.
      
      So what has occured here is that 2.6.32 is only vulnerable for mtu <
      1500 due to the jumbo specific routines in both e1000 and e1000e.
      So, 2.6.32 needs the 2kB buffer len fix for those smaller MTUs, but
      is not vulnerable to the original issue reported.  It has been pointed
      out that this vulnerability needs to be patched in older kernels that
      don't have the e1000 jumbo routine.  Without the jumbo routines, we
      need the "enhance frame fragment detection" fix the e1000, old
      e1000e is only vulnerable for < 1500 mtu, and needs a similar
      fix.  We split the patches up to provide easy backport paths.
      
      There is only a slight bit of extra code when this fix and the
      original "enhance frame fragment detection" fixes are applied, so
      please apply both, even though it is a bit of overkill.
      Signed-off-by: NJesse Brandeburg <jesse.brandeburg@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9926146b
  5. 21 1月, 2010 2 次提交
  6. 14 1月, 2010 2 次提交
  7. 08 1月, 2010 3 次提交
  8. 09 12月, 2009 1 次提交
  9. 04 12月, 2009 1 次提交
  10. 03 12月, 2009 1 次提交
  11. 02 12月, 2009 3 次提交
  12. 22 11月, 2009 9 次提交
  13. 21 11月, 2009 3 次提交
  14. 19 11月, 2009 1 次提交
  15. 14 10月, 2009 1 次提交
  16. 08 10月, 2009 1 次提交
  17. 03 10月, 2009 1 次提交
  18. 04 9月, 2009 1 次提交
  19. 01 9月, 2009 1 次提交
  20. 16 8月, 2009 2 次提交
  21. 01 7月, 2009 1 次提交