summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko6 days1-1/+1
* virtio_crypto: convert to use virtio_find_vqs_info()Jiri Pirko6 days1-19/+12
* crypto: virtio - drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-152-8/+6
|\
| * crypto: virtio - remove duplicate check if queue is brokenLi RongQing2024-02-091-2/+0
| * crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() aft...Markus Elfring2024-01-261-6/+6
* | crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi2024-02-091-2/+3
|/
* crypto: virtio - Wait for tasklet to complete on device removewangyangxin2023-12-221-0/+3
* crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2023-12-012-10/+15
* virtio-crypto: handle config changed by work queuezhenwei pi2023-10-182-1/+16
* crypto: virtio - Use new crypto_engine_op interfaceHerbert Xu2023-08-182-26/+30
* crypto: virtio - Remove prepare/unprepare requestHerbert Xu2023-08-182-4/+0
* virtio-crypto: call scheduler when we free unused buffsXianting Tian2023-07-031-0/+1
* Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-1/+1
|\
| * crypto: virtio/akcipher - Do not use GFP_ATOMIC when not neededChristophe JAILLET2023-02-101-1/+1
* | virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()Wei Yongjun2022-12-281-1/+2
|/
* crypto: virtio - Use helper to set reqsizeHerbert Xu2022-12-021-2/+3
* virtio-crypto: fix memory-leaklei he2022-09-271-0/+4
* virtio-crypto: enable retry for virtio-crypto-devlei he2022-05-311-1/+2
* virtio-crypto: adjust dst_len at ops callbacklei he2022-05-311-1/+4
* virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi2022-05-314-55/+64
* virtio-crypto: use private buffer for control requestzhenwei pi2022-05-313-45/+79
* virtio-crypto: change code stylezhenwei pi2022-05-312-53/+59
* virtio-crypto: rename skcipher algszhenwei pi2022-03-284-9/+9
* virtio-crypto: implement RSA algorithmzhenwei pi2022-03-286-1/+608
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-4/+4
* crypto: virtio - Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-121-2/+2
* crypto: virtio - don't use 'default m'Ram Muthiah2020-08-211-1/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-23/+23
|\
| * virtio_crypto: convert to LE accessorsMichael S. Tsirkin2020-08-051-23/+23
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-072-7/+7
* | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-1/+2
* | crypto: virtio - constify features[] and id_table[]Rikard Falkeborn2020-07-091-2/+2
|/
* crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)2020-06-041-0/+1
* crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)2020-06-041-2/+3
* crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)2020-06-041-5/+10
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-6/+2
* crypto: virtio - switch to skcipher APIArd Biesheuvel2019-11-172-97/+92
* crypto: virtio - deal with unsupported input sizesArd Biesheuvel2019-11-171-2/+10
* crypto: virtio - implement missing support for output IVsArd Biesheuvel2019-11-171-0/+9
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
* crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-261-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-214-52/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* crypto: virtio - clean up indentation, replace spaces with tabColin Ian King2019-01-111-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-154-47/+204
|\
| * crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkci...Jia-Ju Bai2018-08-031-2/+2
| * crypto: virtio - Register an algo only if it's supportedFarhan Ali2018-07-013-45/+159
| * crypto: virtio - Read crypto services and algorithm masksFarhan Ali2018-07-012-0/+43
* | virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto2018-08-111-2/+2
|/