summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-1/+1
* crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2018-03-162-2/+0
* crypto: virtio - convert to new crypto engine APICorentin LABBE2018-02-153-11/+11
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-1/+1
|\
| * crypto: virtio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin2017-07-183-70/+98
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+1
|\
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* | crypto: virtio - adjust priority of algorithmGonglei \(Arei\)2017-01-131-1/+1
* | crypto: virtio - support crypto engine frameworkGonglei \(Arei\)2016-12-304-22/+121
|/