aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-01net/tls: Add support for async decryption of tls recordsVakul Garg1-13/+121
2018-08-29net/tls: Calculate nsg for zerocopy path without skb_cow_data.Doron Roberts-Kedes1-1/+79
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg1-96/+142
2018-08-05net/tls: Mark the end in scatterlist tableVakul Garg1-0/+3
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers1-1/+1
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang2-4/+2
2018-07-30net/tls: Use socket data_ready callback on record availabilityVakul Garg1-1/+1
2018-07-28tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes1-7/+5
2018-07-28tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes1-4/+2
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes1-3/+4
2018-07-26net/tls: Removed redundant checks for non-NULLVakul Garg1-6/+3
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+6
2018-07-20tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes1-0/+3
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva1-1/+1
2018-07-16tls: Stricter error checking in zerocopy sendmsg pathDave Watson1-1/+1
2018-07-16tls: Fix zerocopy_from_iter iov handlingBoris Pismenny1-3/+5
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny4-39/+296
2018-07-16tls: Fill software context without allocationBoris Pismenny1-12/+22
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny1-1/+9
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny1-18/+26
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny2-17/+16
2018-07-12net/tls: Use aead_request_alloc/free for request alloc/freeVakul Garg1-8/+4
2018-07-03tls: fix skb_to_sgvec returning unhandled error.Doron Roberts-Kedes1-0/+5
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+11
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2-10/+11
2018-06-27net/tls: Remove VLA usage on nonceKees Cook1-2/+8
2018-06-24tls: Removed unused variableVakul Garg1-3/+0
2018-06-15tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann1-1/+5
2018-06-15tls: fix use-after-free in tls_push_recordDaniel Borkmann1-13/+13
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann2-11/+10
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes1-1/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins1-5/+4
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+6
2018-05-10tls: Fix tls_device initializationBoris Pismenny1-0/+2
2018-05-07net/tls: Fix connection stall on partial tls recordAndre Tomt1-0/+1
2018-05-07tls: fix use after free in tls_sk_proto_closeEric Dumazet1-7/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+7
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin5-3/+1265
2018-05-01net/tls: Split conf to rx + txBoris Pismenny2-111/+130
2018-04-24net/tls: remove redundant second null check on sgoutColin Ian King1-2/+1
2018-04-12net/tls: Remove VLA usageKees Cook1-1/+9
2018-03-31tls: support for Inline tls recordAtul Gupta1-3/+111
2018-03-23tls: RX path for ktlsDave Watson3-68/+582