mbox series

[net-next,0/3] mptcp: a bunch of fixes

Message ID cover.1607508810.git.pabeni@redhat.com
Headers show
Series mptcp: a bunch of fixes | expand

Message

Paolo Abeni Dec. 9, 2020, 11:03 a.m. UTC
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(-)

Comments

David Miller Dec. 10, 2020, 3:32 a.m. UTC | #1
From: Paolo Abeni <pabeni@redhat.com>
Date: Wed,  9 Dec 2020 12:03:28 +0100

> 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.
Series applied, thanks.