1. 11 7月, 2007 1 次提交
    • S
      [NET]: IPV6 checksum offloading in network devices · d212f87b
      Stephen Hemminger 提交于
      The existing model for checksum offload does not correctly handle
      devices that can offload IPV4 and IPV6 only. The NETIF_F_HW_CSUM flag
      implies device can do any arbitrary protocol.
      
      This patch:
       * adds NETIF_F_IPV6_CSUM for those devices
       * fixes bnx2 and tg3 devices that need it
       * add NETIF_F_IPV6_CSUM to ipv6 output (incl GSO)
       * fixes assumptions about NETIF_F_ALL_CSUM in nat
       * adjusts bridge union of checksumming computation
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d212f87b
  2. 08 6月, 2007 5 次提交
  3. 03 6月, 2007 1 次提交
  4. 04 5月, 2007 15 次提交
  5. 26 4月, 2007 5 次提交
  6. 25 4月, 2007 1 次提交
  7. 03 4月, 2007 1 次提交
    • M
      [BNX2]: Fix nvram write logic. · c873879c
      Michael Chan 提交于
      The nvram dword alignment logic was broken when writing less than 4
      bytes on a non-aligned offset.  It was missing logic to round the
      length to 4 bytes.
      
      The page erase code is also moved so that it is only called when
      using non-buffered flash for better code clarity.
      
      Update version to 1.5.7.
      
      Based on initial patch from Tony Cureington <tony.cureington@hp.com>.
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c873879c
  8. 29 3月, 2007 1 次提交
  9. 03 3月, 2007 1 次提交
  10. 08 2月, 2007 1 次提交
  11. 06 2月, 2007 2 次提交
  12. 02 2月, 2007 1 次提交
  13. 26 1月, 2007 1 次提交
  14. 09 1月, 2007 4 次提交