summaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)AuthorLines
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend-0/+2
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg-1/+7
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson-0/+2
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca-2/+2
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca-1/+3
2018-01-17tls: fix sw_ctx leakSabrina Dubroca-5/+7
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin-0/+9
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de-2/+2
2017-11-14tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin-3/+2
2017-11-14tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin-17/+12
2017-11-14tls: Move tls_make_aad to header to allow sharingIlya Lesokhin-17/+1
2017-11-14tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin-10/+16
2017-11-14tls: Add function to update the TLS socket configurationIlya Lesokhin-14/+32
2017-11-14tls: Use kzalloc for aead_request allocationIlya Lesokhin-1/+1
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser-1/+1
2017-07-06TLS: Fix length check in do_tls_getsockopt_tx()Matthias Rosenfelder-1/+1
2017-06-23tls: return -EFAULT if copy_to_user() failsDan Carpenter-4/+6
2017-06-17tls: update KconfigDave Watson-2/+5
2017-06-16tls: Depend upon INET not plain NET.David S. Miller-1/+1
2017-06-15tls: kernel TLS supportDave Watson-0/+1278