]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-tls-small-general-improvements'
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 21:33:50 +0000 (14:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 21:33:50 +0000 (14:33 -0700)
commit4ec0bdc10c2f2e2c0ca37ab38c27cc2d5d478d49
tree6d529355add3ad7deebf4b1cebe9dd559ee88d83
parentefc1151a74bc6dcd24aa43675881a1b01a469834
parentfa3f3255bfe8940c21e0465ed64564f629ea7d4d
Merge branch 'net-tls-small-general-improvements'

Jakub Kicinski says:

====================
net/tls: small general improvements

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 warning which can be triggered in normal operation,
(especially for devices explicitly making use of the fallback path).
Next two paths change the condition checking around the call to
tls_device_decrypted() to make it easier to extend.  Remaining
commits are centered around reorganizing struct tls_context for
better cache utilization.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>