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
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-17
crypto: deflate - Make the acomp walk atomic
Herbert Xu
2
-4
/
+4
2025-04-16
crypto: poly1305 - centralize the shash wrappers for arch code
Eric Biggers
3
-150
/
+154
2025-04-16
crypto: deadcode structs from 'comp' removal
Dr. David Alan Gilbert
5
-20
/
+0
2025-04-16
crypto: cbcmac - Set block size properly
Herbert Xu
1
-1
/
+1
2025-04-16
crypto: lib/sm3 - Move sm3 library into lib/crypto
Herbert Xu
3
-251
/
+1
2025-04-16
crypto: hash - Add HASH_REQUEST_ON_STACK
Herbert Xu
1
-4
/
+102
2025-04-16
crypto: shash - Remove dynamic descsize
Herbert Xu
1
-17
/
+1
2025-04-16
crypto: hmac - Make descsize an algorithm attribute
Herbert Xu
1
-3
/
+1
2025-04-16
crypto: api - Add support for duplicating algorithms before registration
Herbert Xu
14
-14
/
+52
2025-04-16
crypto: api - Allow delayed algorithm destruction
Herbert Xu
1
-4
/
+4
2025-04-16
crypto: essiv - Remove unnecessary strscpy() size argument
Thorsten Blum
1
-2
/
+1
2025-04-16
crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
7
-13
/
+21
2025-04-16
crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
1
-2
/
+7
2025-04-16
crypto: ahash - Use cra_reqsize
Herbert Xu
1
-2
/
+2
2025-04-16
crypto: acomp - Remove reqsize field
Herbert Xu
1
-1
/
+1
2025-04-16
crypto: acomp - Use cra_reqsize
Herbert Xu
1
-1
/
+1
2025-04-16
crypto: acomp - Simplify folio handling
Herbert Xu
2
-48
/
+4
2025-04-16
crypto: acomp - Add ACOMP_REQUEST_CLONE
Herbert Xu
1
-0
/
+23
2025-04-16
crypto: acomp - Add ACOMP_FBREQ_ON_STACK
Herbert Xu
1
-13
/
+1
2025-04-16
crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()
Thorsten Blum
1
-2
/
+1
2025-04-16
crypto: ahash - Remove request chaining
Herbert Xu
1
-137
/
+32
2025-04-16
Revert "crypto: tcrypt - Restore multibuffer ahash tests"
Herbert Xu
1
-231
/
+0
2025-04-16
crypto: acomp - Remove request chaining
Herbert Xu
2
-100
/
+35
2025-04-16
crypto: deflate - Remove request chaining
Herbert Xu
1
-14
/
+0
2025-04-16
Revert "crypto: testmgr - Add multibuffer acomp testing"
Herbert Xu
1
-83
/
+64
2025-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2
-75
/
+2
2025-04-12
crypto: ahash - Disable request chaining
Herbert Xu
1
-75
/
+1
2025-04-12
crypto: scomp - Fix wild memory accesses in scomp_free_streams
Herbert Xu
1
-3
/
+4
2025-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-0
/
+3
2025-04-09
crypto: scomp - Fix null-pointer deref when freeing streams
Herbert Xu
1
-0
/
+3
2025-04-07
crypto: chacha - remove <crypto/internal/chacha.h>
Eric Biggers
1
-1
/
+34
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
3
-140
/
+229
2025-04-07
crypto: scomp - Drop the dst scratch buffer
Herbert Xu
1
-54
/
+44
2025-04-07
crypto: deflate - Convert to acomp
Herbert Xu
1
-176
/
+187
2025-04-07
crypto: acomp - Add acomp_walk
Herbert Xu
1
-0
/
+116
2025-04-07
crypto: acomp - Move scomp stream allocation code into acomp
Herbert Xu
2
-121
/
+124
2025-04-07
crypto: scomp - Allocate per-cpu buffer on first use of each CPU
Herbert Xu
1
-41
/
+158
2025-04-07
crypto: api - Ensure cra_type->destroy is done in process context
Herbert Xu
3
-15
/
+11
2025-04-07
crypto: api - Move alg destroy work from instance to template
Herbert Xu
1
-8
/
+27
2025-04-02
Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-133
/
+24
2025-03-30
Revert "crypto: testmgr - Add multibuffer hash testing"
Herbert Xu
1
-133
/
+24
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
53
-1223
/
+5808
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
3
-0
/
+580
2025-03-22
crypto: testmgr - Add multibuffer acomp testing
Herbert Xu
1
-64
/
+80
2025-03-22
crypto: acomp - Fix synchronous acomp chaining fallback
Herbert Xu
1
-22
/
+11
2025-03-22
crypto: testmgr - Add multibuffer hash testing
Herbert Xu
1
-24
/
+136
2025-03-22
crypto: hash - Fix synchronous ahash chaining fallback
Herbert Xu
1
-32
/
+28
2025-03-21
crypto: essiv - Replace memcpy() + NUL-termination with strscpy()
Thorsten Blum
1
-2
/
+1
2025-03-21
crypto: api - Call crypto_alg_put in crypto_unregister_alg
Herbert Xu
1
-2
/
+1
2025-03-21
crypto: scompress - Fix incorrect stream freeing
Herbert Xu
1
-1
/
+1
[prev]
[next]