aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-05-31virtio-crypto: enable retry for virtio-crypto-devGravatar lei he 1-1/+2
2022-05-31virtio-crypto: adjust dst_len at ops callbackGravatar lei he 1-1/+4
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingGravatar zhenwei pi 4-55/+64
2022-05-31virtio-crypto: use private buffer for control requestGravatar zhenwei pi 3-45/+79
2022-05-31virtio-crypto: change code styleGravatar zhenwei pi 2-53/+59
2022-03-28virtio-crypto: rename skcipher algsGravatar zhenwei pi 4-9/+9
2022-03-28virtio-crypto: implement RSA algorithmGravatar zhenwei pi 6-1/+608
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-4/+4
2021-08-12crypto: virtio - Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-2/+2
2020-08-21crypto: virtio - don't use 'default m'Gravatar Ram Muthiah 1-1/+0
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-23/+23
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 2-7/+7
2020-08-05virtio_crypto: convert to LE accessorsGravatar Michael S. Tsirkin 1-23/+23
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-1/+2
2020-07-09crypto: virtio - constify features[] and id_table[]Gravatar Rikard Falkeborn 1-2/+2
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Gravatar Longpeng(Mike) 1-0/+1
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Gravatar Longpeng(Mike) 1-2/+3
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Gravatar Longpeng(Mike) 1-5/+10
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-6/+2
2019-11-17crypto: virtio - switch to skcipher APIGravatar Ard Biesheuvel 2-97/+92
2019-11-17crypto: virtio - deal with unsupported input sizesGravatar Ard Biesheuvel 1-2/+10
2019-11-17crypto: virtio - implement missing support for output IVsGravatar Ard Biesheuvel 1-0/+9
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionGravatar Eric Biggers 1-1/+1
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationGravatar Fuqian Huang 1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 4-52/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabGravatar Colin Ian King 1-1/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-47/+204
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Gravatar Caleb Raitto 1-2/+2
2018-08-03crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkci...Gravatar Jia-Ju Bai 1-2/+2
2018-07-01crypto: virtio - Register an algo only if it's supportedGravatar Farhan Ali 3-45/+159
2018-07-01crypto: virtio - Read crypto services and algorithm masksGravatar Farhan Ali 2-0/+43
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-1/+1
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCGravatar Peter Wu 2-2/+0
2018-02-15crypto: virtio - convert to new crypto engine APIGravatar Corentin LABBE 3-11/+11
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-12crypto: virtio - pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesGravatar Zeng, Xin 3-70/+98
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 1-2/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+1
2017-01-13crypto: virtio - adjust priority of algorithmGravatar Gonglei \(Arei\) 1-1/+1
2016-12-30crypto: virtio - support crypto engine frameworkGravatar Gonglei \(Arei\) 4-22/+121
2016-12-16crypto: add virtio-crypto driverGravatar Gonglei 6-0/+1423