be2net: Fix CSO for UDP packets
authorSomnath Kotur <somnath.kotur@emulex.com>
Mon, 25 Oct 2010 01:11:58 +0000 (01:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2010 19:14:10 +0000 (12:14 -0700)
We're setting skb->ip_summed to CHECKSUM_NONE for all non-TCP pkts, making the stack
recompute checksum.This is a bug for UDP pkts for which cso must be used.

Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found