[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180227.144409.1854173660838110361.davem@davemloft.net>
Date: Tue, 27 Feb 2018 14:44:09 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: borisp@...lanox.com
Cc: netdev@...r.kernel.org, ilyal@...lanox.com, tracywwnj@...il.com,
xiyou.wangcong@...il.com, weiwan@...gle.com, linux@...ck-us.net,
davejwatson@...com
Subject: Re: [PATCH v4 net] tls: Use correct sk->sk_prot for IPV6
From: Boris Pismenny <borisp@...lanox.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 <borisp@...lanox.com>
> Signed-off-by: Ilya Lesokhin <ilyal@...lanox.com>
Applied and queued up for -stable, thanks Boris.
Powered by blists - more mailing lists