Re: [PATCH v3 net-next 4/5] tcp: Adjust TCP ULP to defer to sockets ULP
On 08/07/2017 10:28 AM, Tom Herbert wrote: > Fix TCP and TLS to use the newer ULP infrastructure in sockets. > > Signed-off-by: Tom Herbert > --- Looks OK to me. Acked-by: John Fastabend
[PATCH v3 net-next 4/5] tcp: Adjust TCP ULP to defer to sockets ULP
Fix TCP and TLS to use the newer ULP infrastructure in sockets. Signed-off-by: Tom Herbert --- Documentation/networking/tls.txt | 6 +- include/net/inet_connection_sock.h | 4 -- include/net/tcp.h | 25 --- include/net/tls.h | 4 +- net/ipv4/Makefil