summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2018-12-05net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg
2018-12-05tls: Use correct sk->sk_prot for IPV6Boris Pismenny
2018-12-05tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin
2018-12-05tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin
2018-12-05tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin
2018-12-05tls: Add function to update the TLS socket configurationIlya Lesokhin
2018-10-03tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend
2018-09-29tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-09-29tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-07-28sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann
2018-07-22tls: Stricter error checking in zerocopy sendmsg pathDave Watson
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann
2018-05-30tls: retrun the correct IV in getsockoptBoris Pismenny
2018-05-19net/tls: Fix connection stall on partial tls recordAndre Tomt
2018-05-19net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson
2018-01-31tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca
2018-01-31tls: return -EBUSY if crypto_info is already setSabrina Dubroca
2018-01-31tls: fix sw_ctx leakSabrina Dubroca
2018-01-31net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin
2018-01-31net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2017-12-14tls: Use kzalloc for aead_request allocationIlya Lesokhin
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser
2017-07-06TLS: Fix length check in do_tls_getsockopt_tx()Matthias Rosenfelder
2017-06-23tls: return -EFAULT if copy_to_user() failsDan Carpenter
2017-06-17tls: update KconfigDave Watson
2017-06-16tls: Depend upon INET not plain NET.David S. Miller
2017-06-15tls: kernel TLS supportDave Watson