summaryrefslogtreecommitdiff
path: root/net/tls
Commit message (Expand)AuthorAge
* tls: Add support for encryption using async offload acceleratorVakul Garg2018-01-31
* tls: Correct length of scatterlist in tls_sw_sendpageDave Watson2018-01-22
* tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca2018-01-17
* tls: return -EBUSY if crypto_info is already setSabrina Dubroca2018-01-17
* tls: fix sw_ctx leakSabrina Dubroca2018-01-17
* net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin2018-01-17
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-15
* tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin2017-11-14
* tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin2017-11-14
* tls: Move tls_make_aad to header to allow sharingIlya Lesokhin2017-11-14
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2017-11-14
* tls: Add function to update the TLS socket configurationIlya Lesokhin2017-11-14
* tls: Use kzalloc for aead_request allocationIlya Lesokhin2017-11-14
* tls: make tls_sw_free_resources staticTobias Klauser2017-09-14
* TLS: Fix length check in do_tls_getsockopt_tx()Matthias Rosenfelder2017-07-06
* tls: return -EFAULT if copy_to_user() failsDan Carpenter2017-06-23
* tls: update KconfigDave Watson2017-06-17
* tls: Depend upon INET not plain NET.David S. Miller2017-06-16
* tls: kernel TLS supportDave Watson2017-06-15