index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tls
/
tls_sw.c
Age
Commit message (
Expand
)
Author
2018-08-13
net/tls: Combined memory allocation for decryption request
Vakul Garg
2018-08-05
net/tls: Mark the end in scatterlist table
Vakul Garg
2018-08-01
net/tls: Use kmemdup to simplify the code
zhong jiang
2018-07-30
net/tls: Use socket data_ready callback on record availability
Vakul Garg
2018-07-28
tls: Fix improper revert in zerocopy_from_iter
Doron Roberts-Kedes
2018-07-28
tls: Remove dead code in tls_sw_sendmsg
Doron Roberts-Kedes
2018-07-26
tls: Skip zerocopy path for ITER_KVEC
Doron Roberts-Kedes
2018-07-26
net/tls: Removed redundant checks for non-NULL
Vakul Garg
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
tls: check RCV_SHUTDOWN in tls_wait_data
Doron Roberts-Kedes
2018-07-16
tls: Stricter error checking in zerocopy sendmsg path
Dave Watson
2018-07-16
tls: Fix zerocopy_from_iter iov handling
Boris Pismenny
2018-07-16
tls: Add rx inline crypto offload
Boris Pismenny
2018-07-16
tls: Fill software context without allocation
Boris Pismenny
2018-07-16
tls: Split tls_sw_release_resources_rx
Boris Pismenny
2018-07-16
tls: Split decrypt_skb to two functions
Boris Pismenny
2018-07-12
net/tls: Use aead_request_alloc/free for request alloc/free
Vakul Garg
2018-07-03
tls: fix skb_to_sgvec returning unhandled error.
Doron Roberts-Kedes
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-27
net/tls: Remove VLA usage on nonce
Kees Cook
2018-06-24
tls: Removed unused variable
Vakul Garg
2018-06-15
tls: fix waitall behavior in tls_sw_recvmsg
Daniel Borkmann
2018-06-15
tls: fix use-after-free in tls_push_record
Daniel Borkmann
2018-06-11
tls: fix NULL pointer dereference on poll
Daniel Borkmann
2018-06-06
strparser: Add __strp_unpause and use it in ktls.
Doron Roberts-Kedes
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-17
tls: don't use stack memory in a scatterlist
Matt Mullins
2018-05-01
net/tls: Split conf to rx + tx
Boris Pismenny
2018-04-24
net/tls: remove redundant second null check on sgout
Colin Ian King
2018-04-12
net/tls: Remove VLA usage
Kees Cook
2018-03-23
tls: RX path for ktls
Dave Watson
2018-03-23
tls: Pass error code explicitly to tls_err_abort
Dave Watson
2018-03-23
tls: Move cipher info to a separate struct
Dave Watson
2018-03-23
tls: Generalize zerocopy_from_iter
Dave Watson
2018-03-19
net: generalize sk_alloc_sg to work with scatterlist rings
John Fastabend
2018-03-19
sock: make static tls function alloc_sg generic sock helper
John Fastabend
2018-01-31
tls: Add support for encryption using async offload accelerator
Vakul Garg
2018-01-22
tls: Correct length of scatterlist in tls_sw_sendpage
Dave Watson
2018-01-17
tls: fix sw_ctx leak
Sabrina Dubroca
2018-01-15
net/tls: Fix inverted error codes to avoid endless loop
r.hering@avm.de
2017-11-14
tls: Move tls_make_aad to header to allow sharing
Ilya Lesokhin
2017-11-14
tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.
Ilya Lesokhin
2017-11-14
tls: Use kzalloc for aead_request allocation
Ilya Lesokhin
2017-09-14
tls: make tls_sw_free_resources static
Tobias Klauser
2017-06-15
tls: kernel TLS support
Dave Watson