Files
kernel_arpi/include/linux
David S. Miller 018c5bba05 net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().
Currently pskb_trim_rcsum() just balks on CHECKSUM_COMPLETE packets
and remarks them as CHECKSUM_NONE, forcing a software checksum
validation later.

We have all of the mechanics available to fixup the skb->csum value,
even for complicated fragmented packets, via the helpers
skb_checksum() and csum_sub().

So just use them.

Based upon a suggestion by Herbert Xu.

Signed-off-by: David S. Miller <davem@davemloft.net>
2013-11-15 21:11:16 -05:00
..
2013-11-09 00:16:29 -05:00
2013-10-01 16:19:08 +01:00
2013-10-16 18:40:57 -07:00
2013-10-28 20:07:50 -04:00
2013-10-15 15:18:08 +01:00
2013-11-13 12:09:11 +09:00
2013-11-09 00:16:19 -05:00
2013-11-09 00:16:19 -05:00
2013-10-25 19:03:39 -04:00
2013-10-14 17:15:48 +02:00
2013-10-17 15:53:09 -04:00