aboutsummaryrefslogtreecommitdiff
path: root/include/net/tls.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-27net/tls: byte swap device req TCP seq no upon settingGravatar Jakub Kicinski 1-1/+1
2019-04-27net/tls: move definition of tls ops into net/tls.hGravatar Jakub Kicinski 1-0/+17
2019-04-27net/tls: remove old exports of sk_destruct functionsGravatar Jakub Kicinski 1-2/+0
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2019-04-10net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Gravatar Jakub Kicinski 1-1/+1
2019-04-10net/tls: don't leak partially sent record in device modeGravatar Jakub Kicinski 1-0/+2
2019-03-20net/tls: Add support of AES128-CCM based ciphersGravatar Vakul Garg 1-2/+13
2019-03-03tls: Fix write space handlingGravatar Boris Pismenny 1-0/+3
2019-03-03tls: Fix tls_device handling of partial recordsGravatar Boris Pismenny 1-16/+4
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgGravatar Vakul Garg 1-0/+10
2019-02-19net/tls: Move protocol constants from cipher context to tls contextGravatar Vakul Garg 1-17/+29
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSGravatar Dave Watson 1-0/+1
2019-02-01net: tls: Add tls 1.3 supportGravatar Dave Watson 1-17/+49
2019-02-01net: tls: Refactor tls aad space size calculationGravatar Dave Watson 1-0/+1
2019-02-01net: tls: Support 256 bit keysGravatar Dave Watson 1-1/+4
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsGravatar Dave Watson 1-0/+2
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsGravatar Vakul Garg 1-1/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+9
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPGravatar John Fastabend 1-0/+9
2018-12-14net/tls: sleeping function from invalid contextGravatar Atul Gupta 1-0/+6
2018-10-15tls: replace poll implementation with read hookGravatar John Fastabend 1-4/+2
2018-10-15tls: convert to generic sk_msg interfaceGravatar Daniel Borkmann 1-9/+9
2018-10-02tls: Add support for inplace records encryptionGravatar Vakul Garg 1-0/+1
2018-09-29tls: Remove redundant vars from tls record structureGravatar Vakul Garg 1-4/+2
2018-09-24net/tls: Fixed race condition in async encryptionGravatar Vakul Garg 1-11/+5
2018-09-21net/tls: Add support for async encryption of records for performanceGravatar Vakul Garg 1-12/+58
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-10/+9
2018-09-17tls: async support causes out-of-bounds access in crypto APIsGravatar John Fastabend 1-4/+0
2018-09-13tls: zero the crypto information from tls_context before freeingGravatar Sabrina Dubroca 1-10/+9
2018-09-01net/tls: Add support for async decryption of tls recordsGravatar Vakul Garg 1-0/+6
2018-08-13net/tls: Combined memory allocation for decryption requestGravatar Vakul Garg 1-4/+0
2018-07-16tls: Add rx inline crypto offloadGravatar Boris Pismenny 1-4/+59
2018-07-16tls: Split tls_sw_release_resources_rxGravatar Boris Pismenny 1-0/+1
2018-07-16tls: Split decrypt_skb to two functionsGravatar Boris Pismenny 1-0/+2
2018-07-16tls: Refactor tls_offload variable namesGravatar Boris Pismenny 1-8/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-2/+4
2018-06-11tls: fix NULL pointer dereference on pollGravatar Daniel Borkmann 1-4/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2018-05-17tls: don't use stack memory in a scatterlistGravatar Matt Mullins 1-0/+3
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksGravatar Dave Watson 1-0/+1
2018-05-01net/tls: Add generic NIC offload infrastructureGravatar Ilya Lesokhin 1-2/+67
2018-05-01net/tls: Split conf to rx + txGravatar Boris Pismenny 1-18/+33
2018-03-31tls: support for Inline tls recordGravatar Atul Gupta 1-1/+31
2018-03-23tls: RX path for ktlsGravatar Dave Watson 1-2/+25
2018-03-23tls: Refactor variable namesGravatar Dave Watson 1-1/+1
2018-03-23tls: Pass error code explicitly to tls_err_abortGravatar Dave Watson 1-3/+3
2018-03-23tls: Move cipher info to a separate structGravatar Dave Watson 1-11/+15
2018-01-31tls: Add support for encryption using async offload acceleratorGravatar Vakul Garg 1-0/+2