aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/virtio
AgeCommit message (Expand)Author
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabColin Ian King
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto
2018-08-03crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkci...Jia-Ju Bai
2018-07-01crypto: virtio - Register an algo only if it's supportedFarhan Ali
2018-07-01crypto: virtio - Read crypto services and algorithm masksFarhan Ali
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu
2018-02-15crypto: virtio - convert to new crypto engine APICorentin LABBE
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12crypto: virtio - pr_err() strings should end with newlinesArvind Yadav
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-01-13crypto: virtio - adjust priority of algorithmGonglei \(Arei\)
2016-12-30crypto: virtio - support crypto engine frameworkGonglei \(Arei\)
2016-12-16crypto: add virtio-crypto driverGonglei