summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg
2018-08-05net/tls: Mark the end in scatterlist tableVakul Garg
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang
2018-07-30net/tls: Use socket data_ready callback on record availabilityVakul Garg
2018-07-28tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes
2018-07-28tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes
2018-07-26net/tls: Removed redundant checks for non-NULLVakul Garg
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva
2018-07-16tls: Stricter error checking in zerocopy sendmsg pathDave Watson
2018-07-16tls: Fix zerocopy_from_iter iov handlingBoris Pismenny
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-07-16tls: Fill software context without allocationBoris Pismenny
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny
2018-07-12net/tls: Use aead_request_alloc/free for request alloc/freeVakul Garg
2018-07-03tls: fix skb_to_sgvec returning unhandled error.Doron Roberts-Kedes
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-27net/tls: Remove VLA usage on nonceKees Cook
2018-06-24tls: Removed unused variableVakul Garg
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