[PATCH mptcp-next v7 0/5] mptcp: fixes and enhancements related to path management

Kishen Maloor posted 5 patches 2 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20220317153453.665359-1-kishen.maloor@intel.com
Maintainers: Mat Martineau <mathew.j.martineau@linux.intel.com>, Jakub Kicinski <kuba@kernel.org>, "David S. Miller" <davem@davemloft.net>, Matthieu Baerts <matthieu.baerts@tessares.net>
There is a newer version of this series
include/uapi/linux/mptcp.h |  1 +
net/mptcp/options.c        |  4 ++--
net/mptcp/pm.c             | 19 +++++++++++++++----
net/mptcp/pm_netlink.c     | 22 +++++++++++++++++++---
net/mptcp/protocol.c       |  5 +----
net/mptcp/protocol.h       | 22 ++++++++++++++++------
net/mptcp/subflow.c        |  5 ++++-
7 files changed, 58 insertions(+), 20 deletions(-)
[PATCH mptcp-next v7 0/5] mptcp: fixes and enhancements related to path management
Posted by Kishen Maloor 2 years, 1 month ago
This patch series incorporates fixes and enhancements related to
path management over MPTCP connections, particularly in support of
userspace PMs. The changes ensure that the required bits of
information are conveyed through MPTCP netlink events which
would be consumed by the path manager in making its decisions.
Further it adds flexibility in establishing paths and from
both ends of MPTCP connections.

v6:
-Dropped framework and functionality around the use of kernel
listening sockets for receiving MPJs.

v7:
-Fixed bug caught by the CI build.

Kishen Maloor (5):
  mptcp: bypass in-kernel PM restrictions for non-kernel PMs
  mptcp: store remote id from MP_JOIN SYN/ACK in local ctx
  mptcp: reflect remote port (not 0) in ANNOUNCED events
  mptcp: establish subflows from either end of connection
  mptcp: expose server_side attribute in MPTCP netlink events

 include/uapi/linux/mptcp.h |  1 +
 net/mptcp/options.c        |  4 ++--
 net/mptcp/pm.c             | 19 +++++++++++++++----
 net/mptcp/pm_netlink.c     | 22 +++++++++++++++++++---
 net/mptcp/protocol.c       |  5 +----
 net/mptcp/protocol.h       | 22 ++++++++++++++++------
 net/mptcp/subflow.c        |  5 ++++-
 7 files changed, 58 insertions(+), 20 deletions(-)


base-commit: 2a9f09777d24fc18cc62762b398054d3961ad8bf
--
2.31.1