| Commit message (Expand) | Author | Age | Files | Lines |
* | tls: fix currently broken MSG_PEEK behavior | Daniel Borkmann | 2018-09-17 | 1 | -0/+8 |
* | tls: zero the crypto information from tls_context before freeing | Sabrina Dubroca | 2018-09-13 | 1 | -4/+4 |
* | tls: don't copy the key out of tls12_crypto_info_aes_gcm_128 | Sabrina Dubroca | 2018-09-13 | 1 | -4/+1 |
* | net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC | Vakul Garg | 2018-09-09 | 1 | -0/+6 |
* | net/tls: Combined memory allocation for decryption request | Vakul Garg | 2018-08-13 | 1 | -96/+142 |
* | net/tls: Mark the end in scatterlist table | Vakul Garg | 2018-08-05 | 1 | -0/+3 |
* | net/tls: Use kmemdup to simplify the code | zhong jiang | 2018-08-01 | 1 | -2/+1 |
* | net/tls: Use socket data_ready callback on record availability | Vakul Garg | 2018-07-30 | 1 | -1/+1 |
* | tls: Fix improper revert in zerocopy_from_iter | Doron Roberts-Kedes | 2018-07-28 | 1 | -7/+5 |
* | tls: Remove dead code in tls_sw_sendmsg | Doron Roberts-Kedes | 2018-07-28 | 1 | -4/+2 |
* | tls: Skip zerocopy path for ITER_KVEC | Doron Roberts-Kedes | 2018-07-26 | 1 | -3/+4 |
* | net/tls: Removed redundant checks for non-NULL | Vakul Garg | 2018-07-26 | 1 | -6/+3 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-07-24 | 1 | -0/+3 |
|\ |
|
| * | tls: check RCV_SHUTDOWN in tls_wait_data | Doron Roberts-Kedes | 2018-07-20 | 1 | -0/+3 |
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2018-07-20 | 1 | -1/+6 |
|\| |
|
| * | tls: Stricter error checking in zerocopy sendmsg path | Dave Watson | 2018-07-16 | 1 | -1/+1 |
| * | tls: fix skb_to_sgvec returning unhandled error. | Doron Roberts-Kedes | 2018-07-03 | 1 | -0/+5 |
* | | tls: Fix zerocopy_from_iter iov handling | Boris Pismenny | 2018-07-16 | 1 | -3/+5 |
* | | tls: Add rx inline crypto offload | Boris Pismenny | 2018-07-16 | 1 | -5/+19 |
* | | tls: Fill software context without allocation | Boris Pismenny | 2018-07-16 | 1 | -12/+22 |
* | | tls: Split tls_sw_release_resources_rx | Boris Pismenny | 2018-07-16 | 1 | -1/+9 |
* | | tls: Split decrypt_skb to two functions | Boris Pismenny | 2018-07-16 | 1 | -18/+26 |
* | | net/tls: Use aead_request_alloc/free for request alloc/free | Vakul Garg | 2018-07-12 | 1 | -8/+4 |
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-07-03 | 1 | -9/+10 |
|\| |
|
| * | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2018-06-28 | 1 | -9/+10 |
* | | net/tls: Remove VLA usage on nonce | Kees Cook | 2018-06-27 | 1 | -2/+8 |
* | | tls: Removed unused variable | Vakul Garg | 2018-06-24 | 1 | -3/+0 |
|/ |
|
* | tls: fix waitall behavior in tls_sw_recvmsg | Daniel Borkmann | 2018-06-15 | 1 | -1/+5 |
* | tls: fix use-after-free in tls_push_record | Daniel Borkmann | 2018-06-15 | 1 | -13/+13 |
* | tls: fix NULL pointer dereference on poll | Daniel Borkmann | 2018-06-11 | 1 | -10/+9 |
* | strparser: Add __strp_unpause and use it in ktls. | Doron Roberts-Kedes | 2018-06-06 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-21 | 1 | -5/+4 |
|\ |
|
| * | tls: don't use stack memory in a scatterlist | Matt Mullins | 2018-05-17 | 1 | -5/+4 |
* | | net/tls: Split conf to rx + tx | Boris Pismenny | 2018-05-01 | 1 | -59/+79 |
* | | net/tls: remove redundant second null check on sgout | Colin Ian King | 2018-04-24 | 1 | -2/+1 |
|/ |
|
* | net/tls: Remove VLA usage | Kees Cook | 2018-04-12 | 1 | -1/+9 |
* | tls: RX path for ktls | Dave Watson | 2018-03-23 | 1 | -58/+529 |
* | tls: Pass error code explicitly to tls_err_abort | Dave Watson | 2018-03-23 | 1 | -1/+1 |
* | tls: Move cipher info to a separate struct | Dave Watson | 2018-03-23 | 1 | -28/+30 |
* | tls: Generalize zerocopy_from_iter | Dave Watson | 2018-03-23 | 1 | -12/+19 |
* | net: generalize sk_alloc_sg to work with scatterlist rings | John Fastabend | 2018-03-19 | 1 | -2/+2 |
* | sock: make static tls function alloc_sg generic sock helper | John Fastabend | 2018-03-19 | 1 | -62/+7 |
* | tls: Add support for encryption using async offload accelerator | Vakul Garg | 2018-01-31 | 1 | -1/+7 |
* | tls: Correct length of scatterlist in tls_sw_sendpage | Dave Watson | 2018-01-22 | 1 | -0/+2 |
* | tls: fix sw_ctx leak | Sabrina Dubroca | 2018-01-17 | 1 | -5/+7 |
* | net/tls: Fix inverted error codes to avoid endless loop | r.hering@avm.de | 2018-01-15 | 1 | -2/+2 |
* | tls: Move tls_make_aad to header to allow sharing | Ilya Lesokhin | 2017-11-14 | 1 | -17/+1 |
* | tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. | Ilya Lesokhin | 2017-11-14 | 1 | -2/+2 |
* | tls: Use kzalloc for aead_request allocation | Ilya Lesokhin | 2017-11-14 | 1 | -1/+1 |
* | tls: make tls_sw_free_resources static | Tobias Klauser | 2017-09-14 | 1 | -1/+1 |