All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [RFC PATCH 0/2] mptcp: cope better with MP_JOIN failure
@ 2020-05-07 14:30 Paolo Abeni
  0 siblings, 0 replies; only message in thread
From: Paolo Abeni @ 2020-05-07 14:30 UTC (permalink / raw)
  To: mptcp 

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

This is an attempt to fix the weird behavior we currently have on MP JOIN
failures.
In the end I was unable to find a way to address the thing without touching
tcp_check_req(), but this is an attempt to keep the impact for !MPTCP build
null, and the MPTCP overhead as low as possible.

Paolo Abeni (2):
  mptcp: add new sock flag to deal with join subflows
  mptcp: cope better with MP_JOIN failure

 include/linux/tcp.h      |  1 +
 include/net/mptcp.h      | 17 ++++++++++-------
 net/ipv4/tcp_minisocks.c |  2 +-
 net/mptcp/protocol.c     |  7 -------
 net/mptcp/subflow.c      | 19 +++++++++++++------
 5 files changed, 25 insertions(+), 21 deletions(-)

-- 
2.21.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-07 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07 14:30 [MPTCP] [RFC PATCH 0/2] mptcp: cope better with MP_JOIN failure Paolo Abeni

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.