mptcp.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH mptcp-next v10 0/3] mptcp: Fast Open Mechanism:
@ 2022-09-23  0:15 Dmytro Shytyi
  2022-09-23  0:15 ` [RFC PATCH mptcp-next v10 1/3] mptcp: add mptcp_setsockopt_fastopen Dmytro Shytyi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dmytro Shytyi @ 2022-09-23  0:15 UTC (permalink / raw)
  To: mptcp; +Cc: Dmytro Shytyi

Compared to the previous patches, these focus on the sender side.

Dmytro Shytyi (3):
  mptcp: add mptcp_setsockopt_fastopen
  mptcp: add mptcp_stream_connect to *.h
  mptcp: reuse tcp_sendmsg_fastopen()

 include/net/tcp.h    |  3 +++
 net/ipv4/tcp.c       | 23 ++++++++++++++++++-----
 net/mptcp/Makefile   |  2 +-
 net/mptcp/fastopen.c | 32 ++++++++++++++++++++++++++++++++
 net/mptcp/protocol.c | 22 ++++++++++++++++++----
 net/mptcp/protocol.h |  6 ++++++
 net/mptcp/sockopt.c  |  3 +++
 7 files changed, 81 insertions(+), 10 deletions(-)
 create mode 100644 net/mptcp/fastopen.c

-- 
2.25.1



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

end of thread, other threads:[~2022-09-23  2:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23  0:15 [RFC PATCH mptcp-next v10 0/3] mptcp: Fast Open Mechanism: Dmytro Shytyi
2022-09-23  0:15 ` [RFC PATCH mptcp-next v10 1/3] mptcp: add mptcp_setsockopt_fastopen Dmytro Shytyi
2022-09-23  0:15 ` [RFC PATCH mptcp-next v10 2/3] mptcp: add mptcp_stream_connect to *.h Dmytro Shytyi
2022-09-23  0:15 ` [RFC PATCH mptcp-next v10 3/3] mptcp: reuse tcp_sendmsg_fastopen() Dmytro Shytyi
2022-09-23  0:44   ` mptcp: reuse tcp_sendmsg_fastopen(): Build Failure MPTCP CI
2022-09-23  1:49   ` mptcp: reuse tcp_sendmsg_fastopen(): Tests Results MPTCP CI
2022-09-23  2:26 ` [RFC PATCH mptcp-next v10 0/3] mptcp: Fast Open Mechanism: Dmytro Shytyi

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