From: David S. Miller Date: Wed, 25 Jan 2017 19:04:39 +0000 (-0500) Subject: Merge branch 'tcp-fastopen-new-API' X-Git-Tag: v5.15~11849^2~321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb92f76ef54f988af529c89e843958f8673de9e8;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'tcp-fastopen-new-API' Wei Wang says: ==================== net/tcp-fastopen: Add new userspace API support The patch series is to add support for new userspace API for TCP fastopen sockets. In the current code, user has to call sendto()/sendmsg() with special flag MSG_FASTOPEN for TCP fastopen sockets. This API is quite different from the normal TCP socket API and can be cumbersome for applications to make use fastopen sockets. So this new patch introduces a new way of using TCP fastopen sockets which is similar to normal TCP sockets with a new sockopt TCP_FASTOPEN_CONNECT. More details about it is described in the third patch. (First 2 patches are preparations for the third patch.) ==================== Signed-off-by: David S. Miller --- eb92f76ef54f988af529c89e843958f8673de9e8