mbox series

[net,0/4] mptcp: Fix IPv6 reqsk ops and some netlink error codes

Message ID 20221210002810.289674-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Fix IPv6 reqsk ops and some netlink error codes | expand

Message

Mat Martineau Dec. 10, 2022, 12:28 a.m. UTC
Patch 1 adds some missing error status values for MPTCP path management
netlink commands with invalid attributes.

Patches 2-4 make IPv6 subflows use the correct request_sock_ops
structure and IPv6-specific destructor. The first patch in this group is
a prerequisite change that simplifies the last two patches.


Matthieu Baerts (3):
  mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
  mptcp: dedicated request sock for subflow in v6
  mptcp: use proper req destructor for IPv6

Wei Yongjun (1):
  mptcp: netlink: fix some error return code

 include/net/mptcp.h      | 12 ++++++--
 net/ipv4/syncookies.c    |  7 ++---
 net/mptcp/pm_userspace.c |  4 +++
 net/mptcp/subflow.c      | 61 +++++++++++++++++++++++++++++++++-------
 4 files changed, 68 insertions(+), 16 deletions(-)


base-commit: 01de1123322e4fe1bbd0fcdf0982511b55519c03

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 12, 2022, 9:20 p.m. UTC | #1
Hello:

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

On Fri,  9 Dec 2022 16:28:06 -0800 you wrote:
> Patch 1 adds some missing error status values for MPTCP path management
> netlink commands with invalid attributes.
> 
> Patches 2-4 make IPv6 subflows use the correct request_sock_ops
> structure and IPv6-specific destructor. The first patch in this group is
> a prerequisite change that simplifies the last two patches.
> 
> [...]

Here is the summary with links:
  - [net,1/4] mptcp: netlink: fix some error return code
    https://git.kernel.org/netdev/net/c/e0fe1123ab2b
  - [net,2/4] mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
    https://git.kernel.org/netdev/net/c/3fff88186f04
  - [net,3/4] mptcp: dedicated request sock for subflow in v6
    https://git.kernel.org/netdev/net/c/34b21d1ddc8a
  - [net,4/4] mptcp: use proper req destructor for IPv6
    https://git.kernel.org/netdev/net/c/d3295fee3c75

You are awesome, thank you!