]> git.baikalelectronics.ru Git - kernel.git/commit
tls: rx: don't store the decryption status in socket context
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Apr 2022 03:38:17 +0000 (20:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Apr 2022 10:49:08 +0000 (11:49 +0100)
commit4babd113621eb86433bea5d3e55b509ddacc1fde
tree7ba139a1374660ed29a1e0ed51a79f59a27ca674
parent2dcea8a7811dda8e26f406ab640d485cd0ad1c09
tls: rx: don't store the decryption status in socket context

Similar justification to previous change, the information
about decryption status belongs in the skb.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/strparser.h
include/net/tls.h
net/tls/tls_device.c
net/tls/tls_sw.c