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