linux-stable/drivers/crypto/chelsio/chtls
Vinay Kumar Yadav 71027d5619 crypto: chtls - Fixed memory leak
[ Upstream commit 93e23eb2ed ]

Freed work request skbs when connection terminates.
enqueue_wr()/ dequeue_wr() is shared between softirq
and application contexts, should be protected by socket
lock. Moved dequeue_wr() to appropriate file.

Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-02-24 08:34:44 +01:00
..
Makefile crypto: chtls - Makefile Kconfig 2018-03-31 23:37:33 -04:00
chtls.h crypto/chelsio/chtls: listen fails with multiadapt 2019-12-05 09:20:18 +01:00
chtls_cm.c crypto: chtls - Fixed memory leak 2020-02-24 08:34:44 +01:00
chtls_cm.h crypto: chtls - Fixed memory leak 2020-02-24 08:34:44 +01:00
chtls_hw.c crypto: chtls - Fixed memory leak 2020-02-24 08:34:44 +01:00
chtls_io.c net: use skb_queue_empty_lockless() in busy poll contexts 2019-11-10 11:27:49 +01:00
chtls_main.c crypto/chelsio/chtls: listen fails with multiadapt 2019-12-05 09:20:18 +01:00