Skip to content
Commit 8f073036 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-tls-fix-device-surprise-removal-with-offload'



Jakub Kicinski says:

====================
net/tls: fix device surprise removal with offload

This series fixes two issues with device surprise removal.
First we need to take a read lock around resync, otherwise
netdev notifier handler may clear the structures from under
our feet.

Secondly we need to be careful about the interpretation
of device features.  Offload has to be properly cleaned
up even if the TLS device features got cleared after
connection state was installed.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 0d18c7bd c3f4a6c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment