1. 13 11月, 2010 1 次提交
    • H
      bnx2x: Look inside vlan when determining checksum proto. · d0d9d8ef
      Hao Zheng 提交于
      Currently the skb->protocol field is used to setup checksum
      offloading on transmit for the correct protocol.  However, if
      vlan offloading is disabled or otherwise not used, the protocol
      field will be ETH_P_8021Q, not the actual protocol.  This will
      cause the checksum to be not computed correctly, even though the
      hardware is capable of looking inside vlan tags.  Instead,
      look inside the header if necessary to determine the correct
      protocol type.
      
      To some extent this fixes a regression from 2.6.36 because it
      was previously not possible to disable vlan offloading and this
      error case was not exposed.
      Signed-off-by: NHao Zheng <hzheng@nicira.com>
      CC: Eilon Greenstein <eilong@broadcom.com>
      Signed-off-by: NJesse Gross <jesse@nicira.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d0d9d8ef
  2. 25 10月, 2010 1 次提交
  3. 21 10月, 2010 2 次提交
  4. 18 10月, 2010 4 次提交
  5. 07 10月, 2010 9 次提交
  6. 30 9月, 2010 1 次提交
  7. 28 9月, 2010 1 次提交
  8. 14 9月, 2010 1 次提交
  9. 08 9月, 2010 1 次提交
  10. 03 9月, 2010 1 次提交
  11. 17 8月, 2010 1 次提交
  12. 29 7月, 2010 1 次提交
  13. 28 7月, 2010 1 次提交