Message ID | 20240223-upstream-net-20240223-misc-fixes-v1-4-162e87e48497@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | b9cd26f640a308ea314ad23532de9a8592cd09d2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | mptcp: more misc. fixes for v6.8 | expand |
diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index 948606a537da..442fa7d9b57a 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -1260,6 +1260,7 @@ static int mptcp_sendmsg_frag(struct sock *sk, struct sock *ssk, mpext = mptcp_get_ext(skb); if (!mptcp_skb_can_collapse_to(data_seq, skb, mpext)) { TCP_SKB_CB(skb)->eor = 1; + tcp_mark_push(tcp_sk(ssk), skb); goto alloc_skb; }