Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
mptcp: Stable Release v0.95.3
Browse files Browse the repository at this point in the history
Benjamin Hesmans <[email protected]> (3):
      [83280fa] mptcp: remember backup flag sent in the join SYN+ACK
      [c53b72e] mptcp: copy DSS and flags on TCP fragment
      [2b1f3e5] mptcp: Fix TSQ issue with mptcp

Christoph Paasch <[email protected]> (20):
      [1f40fde] mptcp: Avoid one more mptcp_sock_def_error_report
      [611ae2e] mptcp: Don't allow SOCK_ZEROCOPY
      [1e3d563] mptcp: Handle fallback while meta is closed
      [155c086] mptcp: Avoid processing packets when we fall back
      [3986a2f] mptcp: Properly handle failures in mptcp_create_master_sk
      [7d37219] mptcp: Avoid tcp_fin warning
      [6beb03c] mptcp: Don't warn when creating 32 subflows
      [90cbda9] mptcp: Prevent mptcp_sock_def_error_report
      [a446c6e] mptcp: Never disable MPTCP's static branch
      [a0ff38f] mptcp: Set tp->mptcp to NULL when free'ing
      [b800164] mptcp: Do not race forced-closure with packet reception
      [54147de] mptcp: Avoid ever-increasing count of orphan sockets
      [25595a8] mptcp: Clear highest_sack when emptying rtx-queue
      [c55a266] mptcp: First check for TIME_WAIT_SOCK in mptcp_v4/6_do_rcv
      [5387f81] mptcp: Don't unset inet_num
      [d616ea5] mptcp: Don't sock_put too early if we still access the meta
      [a93fb99] mptcp: Fix input-path when mapping is covering several skbs but ends on a partial skb
      [7a04d3a] mptcp: Only announce ADD_ADDR when fully established in MPTCPv1
      [df83322] mptcp: Fix mptcp_check_lock warning
      [8cb79b5] mptcp: Fix unlocking-check on wrong socket

Gregory Detal <[email protected]> (1):
      [2aff4dc] mptcp: ensure meta-level retrans counters are updated

Matthieu Baerts <[email protected]> (21):
      [fd847b8] mptcp: uapi: fix SPDX License comment
      [6cd36b3] Merge tag 'v4.19.239' into mptcp_v0.95
      [14e685d] Merge tag 'v4.19.243' into mptcp_v0.95
      [7fa887b] mptcp: Build-Fix
      [6126036] Merge tag 'v4.19.246' into mptcp_v0.95
      [76d63a6] mptcp: add missing default for netlink PM
      [c066cf5] Merge tag 'v4.19.249' into mptcp_v0.95
      [60deb55] mptcp: properly increase retrans-segs MIB
      [8e6ba37] mptcp: increment data bytes retransmitted stats
      [5b3c4f8] Merge tag 'v4.19.254' into mptcp_v0.95
      [a47d1cd] mptcp: un-expose skb_clone_fraglist()
      [064a1b5] mptcp: Fix a data-race around sysctl_tcp_retries1
      [b99c47a] mptcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts
      [b077dab] Merge tag 'v4.19.256' into mptcp_v0.95
      [d561319] Merge tag 'v4.19.261' into mptcp_v0.95
      [5ba80b8] Merge tag 'v4.19.264' into mptcp_v0.95
      [0a70c78] mptcp: kconfig: add default option for BLEST scheduler
      [35f83c6] Merge tag 'v4.19.268' into mptcp_v0.95
      [a35e190] Merge tag 'v4.19.269' into mptcp_v0.95
      [6baa3e5] mptcp: set icsk_af_ops to mptcp_v6 one if mptcp
      [ef38acf] Merge tag 'v4.19.271' into mptcp_v0.95

Tim Froidcoeur <[email protected]> (8):
      [0de8b06] mptcp: fix tcp-mem accounting
      [fc18541] mptcp: fix accounting on rmem
      [2d72c14] mptcp: missing memory schedule on FIN
      [9a87f1c] kernel: mptcp lock debug instrumentation
      [071adf4] mptcp: correct user owned check during FIN_ACK1
      [2964098] mptcp: correct check user owned socket
      [1ac080e] mptcp: fix master unlock race in mptcp_disconnect
      [10572d4] mptcp: lock meta in tcp_compressed_ack_kick

ytxing <[email protected]> (1):
      [5a4d81e] mptcp: redundant: avoid multiple retransmissions

Signed-off-by: Matthieu Baerts <[email protected]>
  • Loading branch information
matttbe committed Feb 3, 2023
1 parent 2b1f3e5 commit 9125b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mptcp/mptcp_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3104,7 +3104,7 @@ void __init mptcp_init(void)
if (mptcp_register_scheduler(&mptcp_sched_default))
goto register_sched_failed;

pr_info("MPTCP: Stable release v0.95.2");
pr_info("MPTCP: Stable release v0.95.3");

mptcp_init_failed = false;

Expand Down

0 comments on commit 9125b7b

Please sign in to comment.