Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 22010a0

Browse files
committed
mptcp: Stable Release v0.95.1
Benjamin Hesmans <[email protected]> (1): [c62d9f6] mptcp: TFO: check both queues when syn data not acked Christoph Paasch <[email protected]> (12): [e095fd3] mptcp: Only update meta-RTO when we have a valid RTT measurement [68a3431] mptcp: Fix HARDENED_USERCOPY warnings [3723149] mptcp: Close all subflows when fallen back and probe timer expires [7c9a3a4] mptcp: Take meta-lock when creating secondary subflow [551680a] mptcp: Only mpcb-put if the time-wait sk is still in the list [b864616] mptcp: Make sure that inside_tk_table is 0 when creating a TCP-socket [719ef01] mptcp: Make sure only valid skb's are pointed to by the redundant scheduler [c059bf9] mptcp: Schedule TCP_TSQ_DEFERRED on subflow [d368759] mptcp: Avoid tcp_fin impossible state by stop processing upon fast-close [7b3db0c] mptcp: Avoid over-scheduling on a subflow [c5b2710] mptcp: Correctly set cwnd_validated [b8affe8] mptcp: Make sure that we don't overfill subflows Daniel Weber <[email protected]> (3): [ed81202] mptcp: Add tracepoint also to BLEST scheduler for mptcp_retransmit [4e10ec5] mptcp: penalize all slow subflows also with BLEST scheduler [e74aa8d] mptcp: fix sk_buff NULL pointer dereference in BLEST scheduler John Haxby <[email protected]> (1): [f04a56b] ipv6: fix restrict IPV6_ADDRFORM operation Matthieu Baerts <[email protected]> (3): [a289cca] mptcp:sched: penalise all slow subflows [b56d4e2] mptcp: fix Kconfig warning [1afee53] mptcp:redundant: fix rtx-tree migration bug Tim Froidcoeur <[email protected]> (4): [b498036] mptcp: fix TCP delayed ack checks [aed52a7] mptcp: correctly refcount congestion control module [cc8a98e] mptcp: propagate TCP_CONGESTION sockopt to subflows [eabd587] mptcp: honor per destination congestion control Signed-off-by: Christoph Paasch <[email protected]>
1 parent b4bdad1 commit 22010a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/mptcp/mptcp_ctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3109,7 +3109,7 @@ void __init mptcp_init(void)
31093109
if (mptcp_register_scheduler(&mptcp_sched_default))
31103110
goto register_sched_failed;
31113111

3112-
pr_info("MPTCP: Stable release v0.95");
3112+
pr_info("MPTCP: Stable release v0.95.1");
31133113

31143114
mptcp_init_failed = false;
31153115

0 commit comments

Comments
 (0)