summaryrefslogtreecommitdiff
path: root/net/tls/tls_sw.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2018-12-05tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin1-2/+1
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca1-1/+1
2018-09-29tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca1-4/+1
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg1-0/+6
2018-07-28sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+4
2018-07-22tls: Stricter error checking in zerocopy sendmsg pathDave Watson1-1/+1
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann1-13/+13
2018-01-31tls: fix sw_ctx leakSabrina Dubroca1-5/+7
2018-01-31net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-2/+2
2017-12-14tls: Use kzalloc for aead_request allocationIlya Lesokhin1-1/+1
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser1-1/+1
2017-06-15tls: kernel TLS supportDave Watson1-0/+772