summaryrefslogtreecommitdiff
path: root/arch/parisc/hpux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-04-21 12:57:01 +0400
committerDavid S. Miller <davem@davemloft.net>2010-04-21 12:57:01 +0400
commitf71b70e115dd0bb34eee4d281a4fb6416e88cfff (patch)
tree60211922a5cd776a5072babd8d930f687bd9d7c6 /arch/parisc/hpux
parent87eb367003887cdc81a5d183efea227b5b488961 (diff)
downloadlinux-f71b70e115dd0bb34eee4d281a4fb6416e88cfff.tar.xz
tcp: Fix ipv6 checksumming on response packets for real.
Commit 6651ffc8e8bdd5fb4b7d1867c6cfebb4f309512c ("ipv6: Fix tcp_v6_send_response transport header setting.") fixed one half of why ipv6 tcp response checksums were invalid, but it's not the whole story. If we're going to use CHECKSUM_PARTIAL for these things (which we are since commit 2e8e18ef52e7dd1af0a3bd1f7d990a1d0b249586 "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"), we can't be setting buff->csum as we always have been here in tcp_v6_send_response. We need to leave it at zero. Kill that line and checksums are good again. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/parisc/hpux')
0 files changed, 0 insertions, 0 deletions