aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-21crypto: virtio - don't use 'default m'Ram Muthiah1-1/+0
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-23/+23
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-7/+7
2020-08-05virtio_crypto: convert to LE accessorsMichael S. Tsirkin1-23/+23
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-1/+2
2020-07-09crypto: virtio - constify features[] and id_table[]Rikard Falkeborn1-2/+2
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-5/+10
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-6/+2
2019-11-17crypto: virtio - switch to skcipher APIArd Biesheuvel2-97/+92
2019-11-17crypto: virtio - deal with unsupported input sizesArd Biesheuvel1-2/+10
2019-11-17crypto: virtio - implement missing support for output IVsArd Biesheuvel1-0/+9
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner4-52/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabColin Ian King1-1/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-47/+204
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto1-2/+2
2018-08-03crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkcipher_do_req()Jia-Ju Bai1-2/+2
2018-07-01crypto: virtio - Register an algo only if it's supportedFarhan Ali3-45/+159
2018-07-01crypto: virtio - Read crypto services and algorithm masksFarhan Ali2-0/+43
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2-2/+0
2018-02-15crypto: virtio - convert to new crypto engine APICorentin LABBE3-11/+11
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12crypto: virtio - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin3-70/+98
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-01-13crypto: virtio - adjust priority of algorithmGonglei \(Arei\)1-1/+1
2016-12-30crypto: virtio - support crypto engine frameworkGonglei \(Arei\)4-22/+121
2016-12-16crypto: add virtio-crypto driverGonglei6-0/+1423