Re: [v3,net-next,2/2] tls: Use correct sk->sk_prot for IPV6

2018-02-26 Thread Boris Pismenny
Hi Guenter, On 2/23/2018 11:52 PM, Guenter Roeck wrote: Hi Ilya, On Mon, Sep 04, 2017 at 01:14:01PM +0300, Ilya Lesokhin wrote: 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

Re: [v3,net-next,2/2] tls: Use correct sk->sk_prot for IPV6

2018-02-23 Thread Guenter Roeck
Hi Ilya, On Mon, Sep 04, 2017 at 01:14:01PM +0300, Ilya Lesokhin wrote: > 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

[PATCH v3 net-next 2/2] tls: Use correct sk->sk_prot for IPV6

2017-09-04 Thread Ilya Lesokhin
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