summaryrefslogtreecommitdiff
path: root/drivers/crypto/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-06-20crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-20crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10
2020-06-20crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2019-12-31crypto: virtio - deal with unsupported input sizesArd Biesheuvel1-2/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+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-03Merge 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