e1000: Fix TCP checksum overflow with TSO
commite685b4eb649cbddd26f203b611eabeb714648f4d
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 5 Nov 2010 20:52:08 +0000 (5 14:52 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 13 Nov 2010 21:22:08 +0000 (13 23:22 +0200)
tree5fc3c1eba41adb02ec9dda482bf94985f371c9c7
parenta5fd2c345f7a616e48e7f2be8b3060d23252180c
e1000: Fix TCP checksum overflow with TSO

When adding the length to the pseudo header, we're not properly
accounting for overflow.

From: Mark Wu <dwu@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/e1000.c