summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+1
2018-07-28sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+4
2018-07-22tls: Stricter error checking in zerocopy sendmsg pathDave Watson1-1/+1
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann1-13/+13
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-31tls: fix sw_ctx leakSabrina Dubroca1-5/+7
2018-01-31net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin1-0/+9
2018-01-31net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-2/+2
2017-12-14tls: Use kzalloc for aead_request allocationIlya Lesokhin1-1/+1
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser1-1/+1
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-18tls: update KconfigDave Watson1-2/+5
2017-06-16tls: Depend upon INET not plain NET.David S. Miller1-1/+1
2017-06-15tls: kernel TLS supportDave Watson4-0/+1278