MPTCP Linux Development
 help / color / mirror / Atom feed
* [MPTCP][PATCH RFC 0/5] The infinite mapping support
@ 2021-09-03  8:15 Geliang Tang
  2021-09-03  8:15 ` [MPTCP][PATCH RFC 1/5] mptcp: don't send RST for single subflow Geliang Tang
  0 siblings, 1 reply; 9+ messages in thread
From: Geliang Tang @ 2021-09-03  8:15 UTC (permalink / raw)
  To: mptcp, geliangtang; +Cc: Geliang Tang

From: Geliang Tang <geliangtang@xiaomi.com>

This patchset doesn't work yet. I sent this RFC version for some
suggestions and help.

tag: export/20210901T094059

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/216

Geliang Tang (5):
  mptcp: don't send RST for single subflow
  mptcp: infinite mapping sending
  mptcp: infinite mapping receiving
  mptcp: add a mib for the infinite mapping sending
  DO-NOT-MERGE: mptcp: mp_fail test

 net/mptcp/mib.c                               |  1 +
 net/mptcp/mib.h                               |  1 +
 net/mptcp/options.c                           | 13 ++++++++
 net/mptcp/pm.c                                |  6 ++++
 net/mptcp/protocol.c                          | 32 +++++++++++++++++++
 net/mptcp/protocol.h                          |  3 ++
 net/mptcp/subflow.c                           | 27 +++++++++++++---
 .../testing/selftests/net/mptcp/mptcp_join.sh | 18 +++++++++++
 8 files changed, 96 insertions(+), 5 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-09-04  0:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-03  8:15 [MPTCP][PATCH RFC 0/5] The infinite mapping support Geliang Tang
2021-09-03  8:15 ` [MPTCP][PATCH RFC 1/5] mptcp: don't send RST for single subflow Geliang Tang
2021-09-03  8:15   ` [MPTCP][PATCH RFC 2/5] mptcp: infinite mapping sending Geliang Tang
2021-09-03  8:15     ` [MPTCP][PATCH RFC 3/5] mptcp: infinite mapping receiving Geliang Tang
2021-09-03  8:15       ` [MPTCP][PATCH RFC 4/5] mptcp: add a mib for the infinite mapping sending Geliang Tang
2021-09-03  8:15         ` [MPTCP][PATCH RFC 5/5] DO-NOT-MERGE: mptcp: mp_fail test Geliang Tang
2021-09-04  0:31       ` [MPTCP][PATCH RFC 3/5] mptcp: infinite mapping receiving Mat Martineau
2021-09-04  0:23     ` [MPTCP][PATCH RFC 2/5] mptcp: infinite mapping sending Mat Martineau
2021-09-03 23:50   ` [MPTCP][PATCH RFC 1/5] mptcp: don't send RST for single subflow Mat Martineau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox