summaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
Commit message (Expand)AuthorAgeFilesLines
...
* | net/tls: pass record number as a byte arrayJakub Kicinski2019-06-111-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-0/+4
|\|
| * net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-041-0/+4
* | net/tls: export TLS per skb encryptionDirk van der Merwe2019-06-061-0/+1
* | net/tls: simplify driver context retrievalJakub Kicinski2019-06-061-6/+22
* | net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytesJakub Kicinski2019-06-061-3/+4
* | net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2019-06-041-7/+3
* | net/tls: reorganize struct tls_contextJakub Kicinski2019-06-041-11/+15
|/
* net/tls: byte swap device req TCP seq no upon settingJakub Kicinski2019-04-271-1/+1
* net/tls: move definition of tls ops into net/tls.hJakub Kicinski2019-04-271-0/+17
* net/tls: remove old exports of sk_destruct functionsJakub Kicinski2019-04-271-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+3
|\
| * net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-101-1/+1
| * net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-101-0/+2
* | net/tls: Add support of AES128-CCM based ciphersVakul Garg2019-03-201-2/+13
|/
* tls: Fix write space handlingBoris Pismenny2019-03-031-0/+3
* tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-031-16/+4
* tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg2019-02-241-0/+10
* net/tls: Move protocol constants from cipher context to tls contextVakul Garg2019-02-191-17/+29
* net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson2019-02-011-0/+1
* net: tls: Add tls 1.3 supportDave Watson2019-02-011-17/+49
* net: tls: Refactor tls aad space size calculationDave Watson2019-02-011-0/+1
* net: tls: Support 256 bit keysDave Watson2019-02-011-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-0/+2
|\
| * net: tls: Save iv in tls_rec for async crypto requestsDave Watson2019-01-281-0/+2
* | tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg2019-01-171-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-201-0/+9
|\
| * bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2018-12-201-0/+9
* | net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-0/+6
|/
* tls: replace poll implementation with read hookJohn Fastabend2018-10-151-4/+2
* tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-9/+9
* tls: Add support for inplace records encryptionVakul Garg2018-10-021-0/+1
* tls: Remove redundant vars from tls record structureVakul Garg2018-09-291-4/+2
* net/tls: Fixed race condition in async encryptionVakul Garg2018-09-241-11/+5
* net/tls: Add support for async encryption of records for performanceVakul Garg2018-09-211-12/+58
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-10/+9
|\
| * tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-131-10/+9
* | tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend2018-09-171-4/+0
* | net/tls: Add support for async decryption of tls recordsVakul Garg2018-09-011-0/+6
|/
* net/tls: Combined memory allocation for decryption requestVakul Garg2018-08-131-4/+0
* tls: Add rx inline crypto offloadBoris Pismenny2018-07-161-4/+59
* tls: Split tls_sw_release_resources_rxBoris Pismenny2018-07-161-0/+1
* tls: Split decrypt_skb to two functionsBoris Pismenny2018-07-161-0/+2
* tls: Refactor tls_offload variable namesBoris Pismenny2018-07-161-8/+8
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+4
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-111-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+4
|\
| * tls: don't use stack memory in a scatterlistMatt Mullins2018-05-171-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+1
|\|
| * net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-011-0/+1