开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
virtio
/
virtio_crypto_skcipher_algs.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-31
crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_c...
Bibo Mao
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_req pointer
Lukas Wunner
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
Lukas Wunner
2025-02-22
crypto: virtio - Drop superfluous ctx->tfm backpointer
Lukas Wunner
2023-08-18
crypto: virtio - Use new crypto_engine_op interface
Herbert Xu
2023-08-18
crypto: virtio - Remove prepare/unprepare request
Herbert Xu
2022-12-28
virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()
Wei Yongjun
2022-05-31
virtio-crypto: wait ctrl queue instead of busy polling
zhenwei pi
2022-05-31
virtio-crypto: use private buffer for control request
zhenwei pi
2022-05-31
virtio-crypto: change code style
zhenwei pi
2022-03-28
virtio-crypto: rename skcipher algs
zhenwei pi