summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg2018-12-051-4/+6
* tls: Use correct sk->sk_prot for IPV6Boris Pismenny2018-12-051-15/+37
* tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin2018-12-051-3/+2
* tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin2018-12-051-19/+14
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2018-12-052-10/+17
* tls: Add function to update the TLS socket configurationIlya Lesokhin2018-12-051-14/+32
* tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend2018-10-031-2/+7
* tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-291-1/+1
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-292-4/+13
* tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca2018-09-291-4/+1
* net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg2018-09-261-0/+6
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-09-151-0/+1
* sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-281-3/+4
* tls: Stricter error checking in zerocopy sendmsg pathDave Watson2018-07-221-1/+1
* tls: fix use-after-free in tls_push_recordDaniel Borkmann2018-06-261-13/+13
* tls: retrun the correct IV in getsockoptBoris Pismenny2018-05-301-1/+2
* net/tls: Fix connection stall on partial tls recordAndre Tomt2018-05-191-0/+1
* net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-191-0/+7
* tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca2018-01-311-2/+2
* tls: return -EBUSY if crypto_info is already setSabrina Dubroca2018-01-311-1/+3
* tls: fix sw_ctx leakSabrina Dubroca2018-01-311-5/+7
* net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin2018-01-311-0/+9
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-311-2/+2
* tls: Use kzalloc for aead_request allocationIlya Lesokhin2017-12-141-1/+1
* tls: make tls_sw_free_resources staticTobias Klauser2017-09-141-1/+1
* TLS: Fix length check in do_tls_getsockopt_tx()Matthias Rosenfelder2017-07-061-1/+1
* tls: return -EFAULT if copy_to_user() failsDan Carpenter2017-06-231-4/+6
* tls: update KconfigDave Watson2017-06-171-2/+5
* tls: Depend upon INET not plain NET.David S. Miller2017-06-161-1/+1
* tls: kernel TLS supportDave Watson2017-06-154-0/+1278