On 08/01/17 08:18 PM, Tom Herbert wrote: > Fix TCP and TLS to use the newer ULP infrastructure in sockets. > > Signed-off-by: Tom Herbert <t...@quantonium.net> > --- > Documentation/networking/tls.txt | 6 +- > include/net/inet_connection_sock.h | 4 -- > include/net/tcp.h | 25 ------- > include/net/tls.h | 4 +- > net/ipv4/sysctl_net_ipv4.c | 9 ++- > net/ipv4/tcp.c | 40 ++++++----- > net/ipv4/tcp_ipv4.c | 2 - > net/ipv4/tcp_ulp.c | 135 > ------------------------------------- > net/tls/Kconfig | 1 + > net/tls/tls_main.c | 21 +++--- > 10 files changed, 47 insertions(+), 200 deletions(-) > delete mode 100644 net/ipv4/tcp_ulp.c
It looks like net/ipv4/Makefile needs updating as well. I ran this through some ktls tests with no issues. Thanks Tested-by: Dave Watson <davejwat...@fb.com>