commit | 71085ce8285dc5f3011694f6ba7259201135c6d6 | [log] [tgz] |
---|---|---|
author | Breno Leitao <[email protected]> | Thu Oct 07 13:17:33 2010 +0000 |
committer | David S. Miller <[email protected]> | Wed Oct 13 14:24:59 2010 -0700 |
tree | 1f9bb13115733a117998abe4b0abdb6fb2ca332e | |
parent | 6fcc040f02d281c7e9563127358a77ce2bbfe284 [diff] |
ehea: Fix a checksum issue on the receive path 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 <[email protected]> Signed-off-by: Breno Leitao <[email protected]> Signed-off-by: Jay Vosburgh <[email protected]> Signed-off-by: David S. Miller <[email protected]>