commit | c6ce2f4b270cb1d4d6b6f4f692a12ca2fea13f3f | [log] [tgz] |
---|---|---|
author | Somnath Kotur <somnath.kotur@emulex.com> | Mon Oct 25 01:11:58 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 25 12:14:10 2010 -0700 |
tree | 326fb38f70b391291d5a170c1a3888f8bba6778b | |
parent | 63a76944b674bb758232e4213da0da95ae055012 [diff] |
be2net: Fix CSO for UDP packets 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>