]> 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)
commit80d0fb310dda67bec78d84951818e43b19bb289d
tree7ba139a1374660ed29a1e0ed51a79f59a27ca674
parent758e91c6855a0613160d8b0fb97f84ce2accb94e
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