All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni at redhat.com>
To: mptcp at lists.01.org
Subject: [MPTCP] [PATCH net 0/2] mptcp: cope with syncookie on MP_JOINs
Date: Wed, 17 Jun 2020 12:08:55 +0200	[thread overview]
Message-ID: <cover.1592388398.git.pabeni@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: Paolo Abeni <pabeni@redhat.com>
To: netdev@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	mptcp@lists.01.org
Subject: [PATCH net 0/2] mptcp: cope with syncookie on MP_JOINs
Date: Wed, 17 Jun 2020 12:08:55 +0200	[thread overview]
Message-ID: <cover.1592388398.git.pabeni@redhat.com> (raw)

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


             reply	other threads:[~2020-06-17 10:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-17 10:08 Paolo Abeni [this message]
2020-06-17 10:08 ` [PATCH net 0/2] mptcp: cope with syncookie on MP_JOINs Paolo Abeni
  -- strict thread matches above, loose matches on Subject: below --
2020-06-17 10:08 [MPTCP] [PATCH net 1/2] mptcp: cache msk on MP_JOIN init_req Paolo Abeni
2020-06-17 10:08 ` Paolo Abeni
2020-06-17 10:08 [MPTCP] [PATCH net 2/2] mptcp: drop MP_JOIN request sock on syn cookies Paolo Abeni
2020-06-17 10:08 ` Paolo Abeni
2020-06-17 18:13 [MPTCP] Re: [PATCH net 1/2] mptcp: cache msk on MP_JOIN init_req Mat Martineau
2020-06-17 18:13 ` [MPTCP] " Mat Martineau
2020-06-17 18:14 [MPTCP] Re: [PATCH net 2/2] mptcp: drop MP_JOIN request sock on syn cookies Mat Martineau
2020-06-17 18:14 ` [MPTCP] " Mat Martineau
2020-06-19  3:26 [MPTCP] Re: [PATCH net 0/2] mptcp: cope with syncookie on MP_JOINs David Miller
2020-06-19  3:26 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1592388398.git.pabeni@redhat.com \
    --to=unknown@example.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.