[PATCH net-next 00/10] mptcp: New features for MPTCP sockets and netlink PM

Mat Martineau posted 10 patches 2 years, 4 months ago
Failed in applying to current master (apply log)
include/linux/tcp.h                           |   2 +
net/ipv4/tcp.c                                |   4 +-
net/mptcp/pm_netlink.c                        |  14 +-
net/mptcp/protocol.c                          |  91 ++-
net/mptcp/protocol.h                          |   4 +
net/mptcp/sockopt.c                           | 132 +++-
tools/testing/selftests/net/mptcp/.gitignore  |   1 +
tools/testing/selftests/net/mptcp/Makefile    |   2 +-
.../selftests/net/mptcp/mptcp_connect.c       |  60 +-
tools/testing/selftests/net/mptcp/mptcp_inq.c | 603 ++++++++++++++++++
.../selftests/net/mptcp/mptcp_sockopt.c       |  63 ++
.../selftests/net/mptcp/mptcp_sockopt.sh      |  44 +-
12 files changed, 1007 insertions(+), 13 deletions(-)
create mode 100644 tools/testing/selftests/net/mptcp/mptcp_inq.c
[PATCH net-next 00/10] mptcp: New features for MPTCP sockets and netlink PM
Posted by Mat Martineau 2 years, 4 months ago
This collection of patches adds MPTCP socket support for a few socket
options, ioctls, and one ancillary data type (specifics for each are
listed below). There's also a patch modifying the netlink MPTCP path
manager API to allow setting the backup flag on a configured interface
using the endpoint ID instead of the full IP address.

Patches 1 & 2: TCP_INQ cmsg and selftests.

Patches 2 & 3: SIOCINQ, OUTQ, and OUTQNSD ioctls and selftests.

Patch 5: Change backup flag using endpoint ID.

Patches 6 & 7: IP_TOS socket option and selftests.

Patches 8-10: TCP_CORK and TCP_NODELAY socket options. Includes a tcp
change to expose __tcp_sock_set_cork() and __tcp_sock_set_nodelay() for
use by MPTCP.


Davide Caratti (1):
  mptcp: allow changing the "backup" bit by endpoint id

Florian Westphal (6):
  mptcp: add TCP_INQ cmsg support
  selftests: mptcp: add TCP_INQ support
  mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls
  selftests: mptcp: add inq test case
  mptcp: getsockopt: add support for IP_TOS
  selftests: mptcp: check IP_TOS in/out are the same

Maxim Galaganov (3):
  tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay
  mptcp: expose mptcp_check_and_set_pending
  mptcp: support TCP_CORK and TCP_NODELAY

 include/linux/tcp.h                           |   2 +
 net/ipv4/tcp.c                                |   4 +-
 net/mptcp/pm_netlink.c                        |  14 +-
 net/mptcp/protocol.c                          |  91 ++-
 net/mptcp/protocol.h                          |   4 +
 net/mptcp/sockopt.c                           | 132 +++-
 tools/testing/selftests/net/mptcp/.gitignore  |   1 +
 tools/testing/selftests/net/mptcp/Makefile    |   2 +-
 .../selftests/net/mptcp/mptcp_connect.c       |  60 +-
 tools/testing/selftests/net/mptcp/mptcp_inq.c | 603 ++++++++++++++++++
 .../selftests/net/mptcp/mptcp_sockopt.c       |  63 ++
 .../selftests/net/mptcp/mptcp_sockopt.sh      |  44 +-
 12 files changed, 1007 insertions(+), 13 deletions(-)
 create mode 100644 tools/testing/selftests/net/mptcp/mptcp_inq.c


base-commit: bb14bfc7eb927b47717d82ba7ecc8345d9099cf4
-- 
2.34.1


Re: [PATCH net-next 00/10] mptcp: New features for MPTCP sockets and netlink PM
Posted by patchwork-bot+netdevbpf@kernel.org 2 years, 4 months ago
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  3 Dec 2021 14:35:31 -0800 you wrote:
> This collection of patches adds MPTCP socket support for a few socket
> options, ioctls, and one ancillary data type (specifics for each are
> listed below). There's also a patch modifying the netlink MPTCP path
> manager API to allow setting the backup flag on a configured interface
> using the endpoint ID instead of the full IP address.
> 
> Patches 1 & 2: TCP_INQ cmsg and selftests.
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] mptcp: add TCP_INQ cmsg support
    https://git.kernel.org/netdev/net-next/c/2c9e77659a0c
  - [net-next,02/10] selftests: mptcp: add TCP_INQ support
    https://git.kernel.org/netdev/net-next/c/5cbd886ce2a9
  - [net-next,03/10] mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls
    https://git.kernel.org/netdev/net-next/c/644807e3e462
  - [net-next,04/10] selftests: mptcp: add inq test case
    https://git.kernel.org/netdev/net-next/c/b51880568f20
  - [net-next,05/10] mptcp: allow changing the "backup" bit by endpoint id
    https://git.kernel.org/netdev/net-next/c/602837e8479d
  - [net-next,06/10] mptcp: getsockopt: add support for IP_TOS
    https://git.kernel.org/netdev/net-next/c/3b1e21eb60e8
  - [net-next,07/10] selftests: mptcp: check IP_TOS in/out are the same
    https://git.kernel.org/netdev/net-next/c/edb596e80cee
  - [net-next,08/10] tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay
    https://git.kernel.org/netdev/net-next/c/6fadaa565882
  - [net-next,09/10] mptcp: expose mptcp_check_and_set_pending
    https://git.kernel.org/netdev/net-next/c/8b38217a2a98
  - [net-next,10/10] mptcp: support TCP_CORK and TCP_NODELAY
    https://git.kernel.org/netdev/net-next/c/4f6e14bd19d6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html