ehea: Fix a checksum issue on the receive path
authorBreno Leitao <leitao@linux.vnet.ibm.com>
Thu, 7 Oct 2010 13:17:33 +0000 (13:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Oct 2010 21:24:59 +0000 (14:24 -0700)
Currently we set all skbs with CHECKSUM_UNNECESSARY, even
those whose protocol we don't know. This patch just
add the CHECKSUM_COMPLETE tag for non TCP/UDP packets.

Reported-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found