Merge branch 'tls-Fix-issues-in-tls_device'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2019 06:10:16 +0000 (22:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2019 06:10:16 +0000 (22:10 -0800)
commita9836336dddf08ec5d56c0a375558e7f30c4eb3d
tree75fa2eb08c51a96fe31f037838bb0432f2bea423
parent7d827379b062533085f3cd31762a8bb7bf48df19
parentd069b780e367149a42d92be85ab21ac8c0281aad
Merge branch 'tls-Fix-issues-in-tls_device'

Boris Pismenny says:

====================
tls: Fix issues in tls_device

This series fixes issues encountered in tls_device code paths,
which were introduced recently.

Additionally, this series includes a fix for tls software only receive flow,
which causes corruption of payload received by user space applications.

This series was tested using the OpenSSL integration of KTLS -
https://github.com/mellan
====================

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