summaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)Author
2018-10-03tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend
2018-09-29tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann
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-26tls: Fix zerocopy_from_iter iov handlingBoris Pismenny
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-20tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes
2018-07-16tls: Stricter error checking in zerocopy sendmsg pathDave Watson
2018-07-03tls: fix skb_to_sgvec returning unhandled error.Doron Roberts-Kedes
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-15tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann
2018-06-15tls: fix use-after-free in tls_push_recordDaniel Borkmann
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10tls: Fix tls_device initializationBoris Pismenny
2018-05-07net/tls: Fix connection stall on partial tls recordAndre Tomt
2018-05-07tls: fix use after free in tls_sk_proto_closeEric Dumazet
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin
2018-05-01net/tls: Split conf to rx + txBoris Pismenny
2018-04-24net/tls: remove redundant second null check on sgoutColin Ian King
2018-04-12net/tls: Remove VLA usageKees Cook
2018-03-31tls: support for Inline tls recordAtul Gupta
2018-03-23tls: RX path for ktlsDave Watson
2018-03-23tls: Refactor variable namesDave Watson
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson
2018-03-23tls: Move cipher info to a separate structDave Watson
2018-03-23tls: Generalize zerocopy_from_iterDave Watson
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend
2018-02-27tls: Use correct sk->sk_prot for IPV6Boris Pismenny
2018-02-14tls: getsockopt return record sequence numberBoris Pismenny
2018-02-14tls: reset the crypto info if copy_from_user failsBoris Pismenny
2018-02-14tls: retrun the correct IV in getsockoptBoris Pismenny
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca
2018-01-17tls: fix sw_ctx leakSabrina Dubroca
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2017-11-14tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin
2017-11-14tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin