public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] mptcp: Fix IPv6 reqsk ops and some netlink error codes
@ 2022-12-10  0:28 Mat Martineau
  2022-12-10  0:28 ` [PATCH net 1/4] mptcp: netlink: fix some error return code Mat Martineau
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mat Martineau @ 2022-12-10  0:28 UTC (permalink / raw)
  To: netdev
  Cc: Mat Martineau, davem, kuba, pabeni, edumazet, fw, kishen.maloor,
	dcaratti, matthieu.baerts, mptcp, stable

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
-- 
2.38.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-12 21:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10  0:28 [PATCH net 0/4] mptcp: Fix IPv6 reqsk ops and some netlink error codes Mat Martineau
2022-12-10  0:28 ` [PATCH net 1/4] mptcp: netlink: fix some error return code Mat Martineau
2022-12-10  0:28 ` [PATCH net 2/4] mptcp: remove MPTCP 'ifdef' in TCP SYN cookies Mat Martineau
2022-12-10  0:28 ` [PATCH net 3/4] mptcp: dedicated request sock for subflow in v6 Mat Martineau
2022-12-10  0:28 ` [PATCH net 4/4] mptcp: use proper req destructor for IPv6 Mat Martineau
2022-12-12 21:20 ` [PATCH net 0/4] mptcp: Fix IPv6 reqsk ops and some netlink error codes patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox