aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2022-09-29 01:52:11 +0000
committerJakub Kicinski <[email protected]>2022-09-29 01:52:11 +0000
commit30b172ee56658b9c297c6d73f0a5c32ed1470dd0 (patch)
treea81b3f200ee0f5da3c84a31be5ea1e5566fbfc4f /drivers/net/xen-netback/interface.c
parentnetns: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (diff)
parentmptcp: poll allow write call before actual connect (diff)
downloadkernel-30b172ee56658b9c297c6d73f0a5c32ed1470dd0.tar.gz
kernel-30b172ee56658b9c297c6d73f0a5c32ed1470dd0.zip
Merge branch 'mptcp-mptcp-support-for-tcp_fastopen_connect'
Mat Martineau says: ==================== mptcp: MPTCP support for TCP_FASTOPEN_CONNECT RFC 8684 appendix B describes how to use TCP Fast Open with MPTCP. This series allows TFO use with MPTCP using the TCP_FASTOPEN_CONNECT socket option. The scope here is limited to the initiator of the connection - support for MSG_FASTOPEN and the listener side of the connection will be in a separate series. The preexisting TCP fastopen code does most of the work, so these changes mostly involve plumbing MPTCP through to those TCP functions. Patch 1 changes the MPTCP socket option code to pass the TCP_FASTOPEN_CONNECT option through to the initial unconnected subflow. Patch 2 exports the existing tcp_sendmsg_fastopen() function from tcp.c Patch 3 adds the call to tcp_sendmsg_fastopen() from the MPTCP send function. Patch 4 modifies mptcp_poll() to handle the deferred TFO connection. ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions