summaryrefslogtreecommitdiff
path: root/net/tls/tls_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05tls: Use correct sk->sk_prot for IPV6Boris Pismenny1-15/+37
2018-12-05tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin1-3/+2
2018-12-05tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin1-19/+14
2018-12-05tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin1-8/+16
2018-12-05tls: Add function to update the TLS socket configurationIlya Lesokhin1-14/+32
2018-10-04tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-09-29tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca1-1/+1
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca1-3/+12
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+1
2018-05-30tls: retrun the correct IV in getsockoptBoris Pismenny1-1/+2
2018-05-19net/tls: Fix connection stall on partial tls recordAndre Tomt1-0/+1
2018-05-19net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+7
2018-01-31tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca1-2/+2
2018-01-31tls: return -EBUSY if crypto_info is already setSabrina Dubroca1-1/+3
2018-01-31net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin1-0/+9
2017-07-06TLS: Fix length check in do_tls_getsockopt_tx()Matthias Rosenfelder1-1/+1
2017-06-23tls: return -EFAULT if copy_to_user() failsDan Carpenter1-4/+6
2017-06-15tls: kernel TLS supportDave Watson1-0/+487