[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170123185922.48046-1-tracywwnj@gmail.com>
Date: Mon, 23 Jan 2017 10:59:19 -0800
From: Wei Wang <tracywwnj@...il.com>
To: netdev@...r.kernel.org, David Miller <davem@...emloft.net>
Cc: Eric Dumazet <edumazet@...gle.com>,
Yuchung Cheng <ycheng@...gle.com>, Wei Wang <weiwan@...gle.com>
Subject: [PATCH net-next 0/3] net/tcp-fastopen: Add new userspace API support
From: Wei Wang <weiwan@...gle.com>
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.)
Wei Wang (3):
net/tcp-fastopen: refactor cookie check logic
net: Remove __sk_dst_reset() in tcp_v6_connect()
net/tcp-fastopen: Add new API support
include/linux/tcp.h | 3 ++-
include/net/inet_sock.h | 6 +++++-
include/net/tcp.h | 3 +++
include/uapi/linux/tcp.h | 1 +
net/ipv4/af_inet.c | 31 ++++++++++++++++++++-------
net/ipv4/tcp.c | 35 ++++++++++++++++++++++++++++++-
net/ipv4/tcp_fastopen.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
net/ipv4/tcp_ipv4.c | 7 ++++++-
net/ipv4/tcp_output.c | 16 ++------------
net/ipv6/tcp_ipv6.c | 6 +++++-
10 files changed, 136 insertions(+), 26 deletions(-)
--
2.11.0.483.g087da7b7c-goog
Powered by blists - more mailing lists