From: Boris Pismenny <bor...@mellanox.com> Date: Tue, 27 Feb 2018 14:18:39 +0200
> The tls ulp overrides sk->prot with a new tls specific proto structs. > The tls specific structs were previously based on the ipv4 specific > tcp_prot sturct. > As a result, attaching the tls ulp to an ipv6 tcp socket replaced > some ipv6 callback with the ipv4 equivalents. > > This patch adds ipv6 tls proto structs and uses them when > attached to ipv6 sockets. > > Fixes: 3c4d7559159b ('tls: kernel TLS support') > Signed-off-by: Boris Pismenny <bor...@mellanox.com> > Signed-off-by: Ilya Lesokhin <il...@mellanox.com> Applied and queued up for -stable, thanks Boris.