netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: cope with syncookie on MP_JOINs
@ 2020-06-17 10:08 Paolo Abeni
  2020-06-17 10:08 ` [PATCH net 1/2] mptcp: cache msk on MP_JOIN init_req Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paolo Abeni @ 2020-06-17 10:08 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Jakub Kicinski, mptcp

Currently syncookies on MP_JOIN connections are not handled correctly: the
connections fallback to TCP and are kept alive instead of resetting them at
fallback time.

The first patch propagates the required information up to syn_recv_sock time,
and the 2nd patch addresses the unifying the error path for all MP_JOIN
requests.

Paolo Abeni (2):
  mptcp: cache msk on MP_JOIN init_req
  mptcp: drop MP_JOIN request sock on syn cookies

 net/mptcp/protocol.h |  1 +
 net/mptcp/subflow.c  | 57 +++++++++++++++++++++-----------------------
 2 files changed, 28 insertions(+), 30 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-06-19  3:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-17 10:08 [PATCH net 0/2] mptcp: cope with syncookie on MP_JOINs Paolo Abeni
2020-06-17 10:08 ` [PATCH net 1/2] mptcp: cache msk on MP_JOIN init_req Paolo Abeni
2020-06-17 18:13   ` [MPTCP] " Mat Martineau
2020-06-17 10:08 ` [PATCH net 2/2] mptcp: drop MP_JOIN request sock on syn cookies Paolo Abeni
2020-06-17 18:14   ` [MPTCP] " Mat Martineau
2020-06-19  3:26 ` [PATCH net 0/2] mptcp: cope with syncookie on MP_JOINs David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).