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

Multipath TCP Linux Kernel v0.93.3

Compare
Choose a tag to compare
@matttbe matttbe released this 04 Jan 12:50
· 99197 commits to mptcp_v0.94 since this release
v0.93.3
fc7f7db

Hello everybody,

The Multipath TCP Kernel v0.93.3 has been released, containing important bug-fixes. This release is based on Linux v4.9.148 and maintained by Tessares.

If you are still using the version v0.93.3, you should update to this kernel.

Multipath TCP Linux Kernel v0.93.3

Christoph Paasch (2):

  mptcp: Correctly initialize IPv6 fields
  mptcp: Disable bottom-half before processing SYN/ACK

Kostas Peletidis (1):

  net: Export tcp_send_ack symbol used by MPTCP

Madhan Raj Kanagarathinam (1):

  Enabling DAD timer only if MPTCP SYSCTL is enabled

Matthieu Baerts (2):

  Merge tag 'v4.9.148' into mptcp_v0.93
  mptcp: Stable Release v0.93.3

How to install

(if you have our bintray repositories setup)

On Debian-based systems

  apt-get update
  apt-get install linux-mptcp-4.9
  apt-get dist-upgrade

On RPM-based systems

  dnf clean all
  # (you may need to remove the old kernel)
  dnf install kernel-4.9.148.mptcp

Cheers,
Matt