summaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-10-28 12:44:40 +0100
committerDavid S. Miller <davem@davemloft.net>2021-10-28 12:44:40 +0100
commit701b951954849dab2c1b84b47796190133fdbf41 (patch)
tree07320be5053af4596e9e59a9099f4b6aa36c1385 /net/ipv6/tcp_ipv6.c
parent911e3a46fb38669560021537e00222591231f456 (diff)
parent8b7d8c2bdb7653605aaa1770b882e79b25ba4002 (diff)
downloadlinux-stable-701b951954849dab2c1b84b47796190133fdbf41.tar.gz
linux-stable-701b951954849dab2c1b84b47796190133fdbf41.tar.bz2
linux-stable-701b951954849dab2c1b84b47796190133fdbf41.zip
Merge branch 'tcp-tx-side-cleanups'
Eric Dumazet says: ==================== tcp: tx side cleanups We no longer need to set skb->reserved_tailroom because TCP sendmsg() do not put payload in skb->head anymore. Also do some cleanups around skb->ip_summed/csum, and CP_SKB_CB(skb)->sacked for fresh skbs. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index c678e778c1fb..2cc9b0e53ad1 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -969,7 +969,6 @@ static void tcp_v6_send_response(const struct sock *sk, struct sk_buff *skb, u32
fl6.flowlabel = label;
buff->ip_summed = CHECKSUM_PARTIAL;
- buff->csum = 0;
__tcp_v6_send_check(buff, &fl6.saddr, &fl6.daddr);