summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-11-16 02:11:16 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-11-16 02:11:16 (GMT)
commit018c5bba052b3a383d83cf0c756da0e7bc748397 (patch)
tree5baf9a09e9619cf10d0e399e4ba347eab32b5afb /drivers/net
parentf52ed89971adbe79b6438c459814034707b8ab91 (diff)
downloadlinux-fsl-qoriq-018c5bba052b3a383d83cf0c756da0e7bc748397.tar.xz
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>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions