netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: some fallback fixes
@ 2020-10-09 16:59 Paolo Abeni
  2020-10-09 17:00 ` [PATCH net 1/2] mptcp: fix fallback for MP_JOIN subflows Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paolo Abeni @ 2020-10-09 16:59 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Jakub Kicinski, mptcp

pktdrill pointed-out we currently don't handle properly some
fallback scenario for MP_JOIN subflows

The first patch addresses such issue.

Patch 2/2 fixes a related pre-existing issue that is more
evident after 1/2: we could keep using for MPTCP signaling
closed subflows.

Paolo Abeni (2):
  mptcp: fix fallback for MP_JOIN subflows
  mptcp: subflows garbage collection

 net/mptcp/options.c  | 32 +++++++++++++++++++++++++-------
 net/mptcp/protocol.c | 17 +++++++++++++++++
 net/mptcp/protocol.h |  2 ++
 net/mptcp/subflow.c  | 16 ++++++++++++++--
 4 files changed, 58 insertions(+), 9 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-10-12  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-09 16:59 [PATCH net 0/2] mptcp: some fallback fixes Paolo Abeni
2020-10-09 17:00 ` [PATCH net 1/2] mptcp: fix fallback for MP_JOIN subflows Paolo Abeni
2020-10-09 17:00 ` [PATCH net 2/2] mptcp: subflows garbage collection Paolo Abeni
2020-10-10 18:13 ` [PATCH net 0/2] mptcp: some fallback fixes Jakub Kicinski
2020-10-12  8:01   ` Paolo Abeni

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).