index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
virtio
/
virtio_crypto_akcipher_algs.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_req pointer
Lukas Wunner
1
-5
/
+4
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
Lukas Wunner
1
-4
/
+4
2025-02-22
crypto: virtio - Drop superfluous ctx->tfm backpointer
Lukas Wunner
1
-5
/
+0
2025-02-22
crypto: virtio - Simplify RSA key size caching
Lukas Wunner
1
-11
/
+8
2024-10-05
crypto: virtio - Drop sign/verify operations
Lukas Wunner
1
-44
/
+21
2024-03-15
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-6
/
+6
2024-02-09
crypto: virtio/akcipher - Fix stack overflow on memcpy
zhenwei pi
1
-2
/
+3
2024-01-26
crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
Markus Elfring
1
-6
/
+6
2023-08-18
crypto: virtio - Use new crypto_engine_op interface
Herbert Xu
1
-14
/
+19
2023-08-18
crypto: virtio - Remove prepare/unprepare request
Herbert Xu
1
-2
/
+0
2023-02-10
crypto: virtio/akcipher - Do not use GFP_ATOMIC when not needed
Christophe JAILLET
1
-1
/
+1
2022-12-02
crypto: virtio - Use helper to set reqsize
Herbert Xu
1
-2
/
+3
2022-09-27
virtio-crypto: fix memory-leak
lei he
1
-0
/
+4
2022-05-31
virtio-crypto: adjust dst_len at ops callback
lei he
1
-1
/
+4
2022-05-31
virtio-crypto: wait ctrl queue instead of busy polling
zhenwei pi
1
-24
/
+5
2022-05-31
virtio-crypto: use private buffer for control request
zhenwei pi
1
-22
/
+35
2022-05-31
virtio-crypto: change code style
zhenwei pi
1
-16
/
+24
2022-03-28
virtio-crypto: implement RSA algorithm
zhenwei pi
1
-0
/
+585