Re: [PATCH net-next 0/8] net/tls: small general improvements

2019-06-04 Thread David Miller
From: Jakub Kicinski Date: Mon, 3 Jun 2019 15:16:57 -0700 > This series cleans up and improves the tls code, mostly the offload > parts. > > First a slight performance optimization - avoiding unnecessary re- > -encryption of records in patch 1. Next patch 2 makes the code > more resilient by c

[PATCH net-next 0/8] net/tls: small general improvements

2019-06-03 Thread Jakub Kicinski
Hi! This series cleans up and improves the tls code, mostly the offload parts. First a slight performance optimization - avoiding unnecessary re- -encryption of records in patch 1. Next patch 2 makes the code more resilient by checking for errors in skb_copy_bits(). Next commit removes a warnin