aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAge
* tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-13
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-13
* tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca2018-09-13
* net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg2018-09-09
* tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend2018-08-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-18
|\
| * tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-16
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-15
|\ \ | |/ |/|
| * crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers2018-08-03
* | net/tls: Combined memory allocation for decryption requestVakul Garg2018-08-13
* | net/tls: Mark the end in scatterlist tableVakul Garg2018-08-05
* | net/tls: Use kmemdup to simplify the codezhong jiang2018-08-01
* | net/tls: Use socket data_ready callback on record availabilityVakul Garg2018-07-30
* | tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes2018-07-29
* | tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes2018-07-29
* | tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes2018-07-26
* | net/tls: Removed redundant checks for non-NULLVakul Garg2018-07-26
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-24
|\|
| * tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes2018-07-20
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-21
|\|
| * tls: Stricter error checking in zerocopy sendmsg pathDave Watson2018-07-16
| * tls: fix skb_to_sgvec returning unhandled error.Doron Roberts-Kedes2018-07-03
* | tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva2018-07-20
* | tls: Fix zerocopy_from_iter iov handlingBoris Pismenny2018-07-16
* | tls: Add rx inline crypto offloadBoris Pismenny2018-07-16
* | tls: Fill software context without allocationBoris Pismenny2018-07-16
* | tls: Split tls_sw_release_resources_rxBoris Pismenny2018-07-16
* | tls: Split decrypt_skb to two functionsBoris Pismenny2018-07-16
* | tls: Refactor tls_offload variable namesBoris Pismenny2018-07-16
* | net/tls: Use aead_request_alloc/free for request alloc/freeVakul Garg2018-07-12
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-02
|\|
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* | net/tls: Remove VLA usage on nonceKees Cook2018-06-26
* | tls: Removed unused variableVakul Garg2018-06-24
|/
* tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann2018-06-15
* tls: fix use-after-free in tls_push_recordDaniel Borkmann2018-06-15
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-11
* strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
|\
| * tls: don't use stack memory in a scatterlistMatt Mullins2018-05-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-11
|\|
| * net/tls: Fix connection stall on partial tls recordAndre Tomt2018-05-07
| * tls: fix use after free in tls_sk_proto_closeEric Dumazet2018-05-07
* | tls: Fix tls_device initializationBoris Pismenny2018-05-10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-04
|\|
| * net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-01
* | net/tls: Add generic NIC offload infrastructureIlya Lesokhin2018-05-01
* | net/tls: Split conf to rx + txBoris Pismenny2018-05-01
* | net/tls: remove redundant second null check on sgoutColin Ian King2018-04-24
|/
* net/tls: Remove VLA usageKees Cook2018-04-12