Netdev List
 help / color / mirror / Atom feed
* [PATCH 0/3] tls: Use correct sk->sk_prot for IPV6
@ 2017-08-10 10:33 Ilya Lesokhin
  2017-08-10 10:33 ` [PATCH 1/3] ipv6: Prevent unexpected sk->sk_prot changes Ilya Lesokhin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ilya Lesokhin @ 2017-08-10 10:33 UTC (permalink / raw)
  To: netdev; +Cc: davejwatson, aviadye, Ilya Lesokhin

Fix tls code to use the correct sk->sk_prot for IPV6.
Previously it was tcp_prot of IPV4 was used.

Boris Pismenny (1):
  net: Export tcpv6_prot

Ilya Lesokhin (2):
  ipv6: Prevent unexpected sk->sk_prot changes
  tls: Use correct sk->sk_prot for IPV6

 net/ipv6/ipv6_sockglue.c | 12 ++++++++++
 net/ipv6/tcp_ipv6.c      |  1 +
 net/tls/tls_main.c       | 61 ++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 62 insertions(+), 12 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-11 21:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10 10:33 [PATCH 0/3] tls: Use correct sk->sk_prot for IPV6 Ilya Lesokhin
2017-08-10 10:33 ` [PATCH 1/3] ipv6: Prevent unexpected sk->sk_prot changes Ilya Lesokhin
2017-08-10 10:33 ` [PATCH 2/3] net: Export tcpv6_prot Ilya Lesokhin
2017-08-11 21:34   ` David Miller
2017-08-10 10:33 ` [PATCH 3/3] tls: Use correct sk->sk_prot for IPV6 Ilya Lesokhin
2017-08-11 15:06   ` kbuild test robot
2017-08-11 21:36   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox