]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r242425:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Nov 2012 02:08:42 +0000 (02:08 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Nov 2012 02:08:42 +0000 (02:08 +0000)
commit2e8c612e9eec44b66c8ab037b841a5332f38a307
tree24964134870c5cdeedac64765d3847a219efe948
parentb461f0bc573938c414be38d96d823a6cd9e6b2b8
MFC r242425:
  Remove TCP/UDP checksum offloading feature for IP fragmented
  datagrams.  Traditionally upper stack fragmented packets without
  computing TCP/UDP checksum and these datagrams were passed to
  driver.  But there are chances that other packets slip into the
  interface queue in SMP world. If this happens firmware running on
  MIPS 4000 processor in the controller would see mixed packets and
  it shall send out corrupted packets.
  While I'm here simplify checksum offloading setup.

git-svn-id: svn://svn.freebsd.org/base/stable/8@242740 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/ti/if_ti.c