From: Paolo Abeni <pabeni at redhat.com>
To: mptcp at lists.01.org
Subject: [MPTCP] [PATCH net-next 0/3] mptcp: a bunch of fixes
Date: Wed, 09 Dec 2020 12:03:28 +0100 [thread overview]
Message-ID: <cover.1607508810.git.pabeni@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 603 bytes --]
This series includes a few fixes following-up the
recent code refactor for the MPTCP RX and TX paths.
Boundling them together, since the fixes are somewhat
related.
Paolo Abeni (3):
mptcp: link MPC subflow into msk only after accept
mptcp: plug subflow context memory leak
mptcp: be careful on subflows shutdown
net/mptcp/options.c | 7 ++++++-
net/mptcp/pm.c | 8 +++++++-
net/mptcp/protocol.c | 23 +++++++++++++++++++++--
net/mptcp/protocol.h | 1 +
net/mptcp/subflow.c | 19 +++++++++++++------
5 files changed, 48 insertions(+), 10 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-next 0/3] mptcp: a bunch of fixes
Date: Wed, 9 Dec 2020 12:03:28 +0100 [thread overview]
Message-ID: <cover.1607508810.git.pabeni@redhat.com> (raw)
This series includes a few fixes following-up the
recent code refactor for the MPTCP RX and TX paths.
Boundling them together, since the fixes are somewhat
related.
Paolo Abeni (3):
mptcp: link MPC subflow into msk only after accept
mptcp: plug subflow context memory leak
mptcp: be careful on subflows shutdown
net/mptcp/options.c | 7 ++++++-
net/mptcp/pm.c | 8 +++++++-
net/mptcp/protocol.c | 23 +++++++++++++++++++++--
net/mptcp/protocol.h | 1 +
net/mptcp/subflow.c | 19 +++++++++++++------
5 files changed, 48 insertions(+), 10 deletions(-)
--
2.26.2
next reply other threads:[~2020-12-09 11:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-09 11:03 Paolo Abeni [this message]
2020-12-09 11:03 ` [PATCH net-next 0/3] mptcp: a bunch of fixes Paolo Abeni
-- strict thread matches above, loose matches on Subject: below --
2020-12-09 11:03 [MPTCP] [PATCH net-next 1/3] mptcp: link MPC subflow into msk only after accept Paolo Abeni
2020-12-09 11:03 ` Paolo Abeni
2020-12-09 11:03 [MPTCP] [PATCH net-next 2/3] mptcp: plug subflow context memory leak Paolo Abeni
2020-12-09 11:03 ` Paolo Abeni
2020-12-09 11:03 [MPTCP] [PATCH net-next 3/3] mptcp: be careful on subflows shutdown Paolo Abeni
2020-12-09 11:03 ` Paolo Abeni
2020-12-10 3:32 [MPTCP] Re: [PATCH net-next 0/3] mptcp: a bunch of fixes David Miller
2020-12-10 3:32 ` 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.1607508810.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.