mptcp.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC mptcp-next 00/10] Implement TCP_FASTOPEN_CONNECT for mptcp
@ 2022-09-08 13:38 Benjamin Hesmans
  2022-09-08 13:38 ` [PATCH RFC mptcp-next 01/10] mptcp: add TCP_FASTOPEN_CONNECT socket option Benjamin Hesmans
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Benjamin Hesmans @ 2022-09-08 13:38 UTC (permalink / raw)
  To: mptcp; +Cc: Benjamin Hesmans

Add support for TCP_FASTOPEN_CONNECT for MPTCP

This series only consider data in the SYN and not the TFO cookies.
Dmytro SHYTYI has pending patch for the TFO cookies and the TCP_FASTOPEN
socket option.

Benjamin Hesmans (10):
  mptcp: add TCP_FASTOPEN_CONNECT socket option
  tcp: export tcp_sendmsg_fastopen
  mptcp: handle defer connect in mptcp_sendmsg
  mptcp: poll allow write call before actual connect
  mptcp: delay mptcp data_ack calculation
  mptcp: allow delayed data_ack calculation
  mptcp: TFO receive: bypass mapping check
  mptcp: allow data that can not be DATA_ACKed
  mptcp: force data_ready
  mptcp: test TFO

 include/net/tcp.h                        |  5 ++-
 net/ipv4/tcp.c                           |  5 +--
 net/ipv4/tcp_fastopen.c                  |  4 ++
 net/ipv4/tcp_minisocks.c                 | 29 ++++++++++++-
 net/mptcp/options.c                      |  1 +
 net/mptcp/protocol.c                     | 32 +++++++++++++-
 net/mptcp/protocol.h                     |  3 +-
 net/mptcp/sockopt.c                      | 18 +++++++-
 net/mptcp/subflow.c                      | 15 ++++++-
 tools/testing/selftests/net/mptcp/tfo.sh | 55 ++++++++++++++++++++++++
 10 files changed, 158 insertions(+), 9 deletions(-)
 create mode 100755 tools/testing/selftests/net/mptcp/tfo.sh

--
2.25.1


-- 


Disclaimer: https://www.tessares.net/mail-disclaimer/ 
<https://www.tessares.net/mail-disclaimer/>



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

end of thread, other threads:[~2022-09-08 15:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 13:38 [PATCH RFC mptcp-next 00/10] Implement TCP_FASTOPEN_CONNECT for mptcp Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 01/10] mptcp: add TCP_FASTOPEN_CONNECT socket option Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 02/10] tcp: export tcp_sendmsg_fastopen Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 03/10] mptcp: handle defer connect in mptcp_sendmsg Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 04/10] mptcp: poll allow write call before actual connect Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 05/10] mptcp: delay mptcp data_ack calculation Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 06/10] mptcp: allow delayed " Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 07/10] mptcp: TFO receive: bypass mapping check Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 08/10] mptcp: allow data that can not be DATA_ACKed Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 09/10] mptcp: force data_ready Benjamin Hesmans
2022-09-08 13:38 ` [PATCH RFC mptcp-next 10/10] mptcp: test TFO Benjamin Hesmans
2022-09-08 14:10   ` mptcp: test TFO: Build Failure MPTCP CI
2022-09-08 15:40   ` mptcp: test TFO: Tests Results MPTCP CI

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