From: Paolo Abeni <pabeni@redhat.com>
To: netdev@vger.kernel.org
Cc: Mat Martineau <mathew.j.martineau@linux.intel.com>,
"David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net 0/3] mptcp: a bunch of fixes
Date: Fri, 29 May 2020 17:43:28 +0200 [thread overview]
Message-ID: <cover.1590766645.git.pabeni@redhat.com> (raw)
This patch series pulls together a few bugfixes for MPTCP bug observed while
doing stress-test with apache bench - forced to use MPTCP and multiple
subflows.
Paolo Abeni (3):
mptcp: fix unblocking connect()
mptcp: fix race between MP_JOIN and close
mptcp: remove msk from the token container at destruction time.
net/mptcp/protocol.c | 64 +++++++++++++++++++++++++++++++-------------
1 file changed, 46 insertions(+), 18 deletions(-)
--
2.21.3
next reply other threads:[~2020-05-29 15:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-29 15:43 Paolo Abeni [this message]
2020-05-29 15:43 ` [PATCH net 1/3] mptcp: fix unblocking connect() Paolo Abeni
2020-05-29 17:35 ` Mat Martineau
2020-05-29 15:43 ` [PATCH net 2/3] mptcp: fix race between MP_JOIN and close Paolo Abeni
2020-05-29 17:35 ` Mat Martineau
2020-05-29 15:43 ` [PATCH net 3/3] mptcp: remove msk from the token container at destruction time Paolo Abeni
2020-05-29 17:36 ` Mat Martineau
2020-05-31 4:41 ` [PATCH net 0/3] mptcp: a bunch of fixes 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.1590766645.git.pabeni@redhat.com \
--to=pabeni@redhat.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=mathew.j.martineau@linux.intel.com \
--cc=netdev@vger.kernel.org \
/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.