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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
Merge tag 'v7.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-32
/
+51
2026-04-20
crypto: krb5enc - fix async decrypt skipping hash verification
Dudu Lu
1
-21
/
+31
2026-04-20
crypto: algif_aead - snapshot IV for async AEAD requests
Douya Le
1
-2
/
+8
2026-04-17
crypto: acomp - fix wrong pointer stored by acomp_save_req()
Giovanni Cabiddu
1
-5
/
+3
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-201
/
+10
2026-04-16
crypto: pcrypt - Fix handling of MAY_BACKLOG requests
Herbert Xu
1
-2
/
+5
2026-04-16
crypto: authencesn - Fix src offset when decrypting in-place
Herbert Xu
1
-2
/
+4
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
17
-408
/
+1896
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
6
-249
/
+0
2026-04-13
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-18
/
+1
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
14
-825
/
+420
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
3
-580
/
+0
2026-04-12
Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
6
-249
/
+0
2026-04-12
Merge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-7
/
+14
2026-04-12
crypto: af_alg - use sock_kmemdup in alg_setkey_by_key_serial
Thorsten Blum
1
-3
/
+1
2026-04-12
crypto: geniv - Remove unused spinlock from struct aead_geniv_ctx
Herbert Xu
1
-2
/
+0
2026-04-12
crypto: jitterentropy - replace long-held spinlock with mutex
Haixin Xu
1
-7
/
+7
2026-04-12
crypto: algif_aead - Fix minimum RX size check for decryption
Herbert Xu
1
-1
/
+1
2026-04-12
X.509: Fix out-of-bounds access when parsing extensions
Lukas Wunner
1
-4
/
+4
2026-04-12
crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
Herbert Xu
1
-2
/
+2
2026-04-08
crypto: Remove michael_mic from crypto_shash API
Eric Biggers
6
-249
/
+0
2026-04-02
async_xor: use xor_gen
Christoph Hellwig
1
-24
/
+10
2026-04-02
xor: move to lib/raid/
Christoph Hellwig
3
-179
/
+0
2026-04-02
xor: assert that xor_blocks is not call from interrupt context
Christoph Hellwig
1
-0
/
+2
2026-04-03
crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
Eric Biggers
1
-8
/
+19
2026-04-03
crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=n
Eric Biggers
1
-7
/
+0
2026-04-03
crypto: fips - Depend on CRYPTO_DRBG=y
Eric Biggers
1
-1
/
+1
2026-04-03
crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS mode
Eric Biggers
1
-2
/
+2
2026-04-03
crypto: rng - Unexport "default RNG" symbols
Eric Biggers
1
-6
/
+3
2026-04-03
crypto: geniv - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-7
/
+1
2026-04-03
crypto: ecc - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-8
/
+3
2026-04-03
crypto: dh - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-7
/
+1
2026-04-03
crypto: rng - Add crypto_stdrng_get_bytes()
Eric Biggers
1
-0
/
+14
2026-04-03
crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))
Aleksander Jan Bajkowski
2
-0
/
+262
2026-04-03
crypto: af_alg - limit RX SG extraction by receive buffer budget
Douya Le
2
-0
/
+7
2026-04-02
Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-146
/
+70
2026-03-31
crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
Herbert Xu
1
-18
/
+28
2026-03-31
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
3
-123
/
+32
2026-03-27
crypto: remove HKDF library
Eric Biggers
3
-580
/
+0
2026-03-27
crypto: cryptd - Remove unused functions
Eric Biggers
1
-110
/
+2
2026-03-27
crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))
Aleksander Jan Bajkowski
2
-0
/
+214
2026-03-26
crypto: af-alg - fix NULL pointer dereference in scatterwalk
Norbert Szetei
1
-1
/
+3
2026-03-26
crypto: deflate - fix spurious -ENOSPC
Mikulas Patocka
1
-4
/
+7
2026-03-23
crypto: sm3 - Replace with wrapper around library
Eric Biggers
4
-65
/
+92
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
2
-2
/
+2
2026-03-23
crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]
Eric Biggers
1
-8
/
+0
2026-03-23
crypto: ghash - Remove ghash from crypto_shash API
Eric Biggers
6
-294
/
+0
2026-03-23
crypto: gcm - Use GHASH library instead of crypto_ahash
Eric Biggers
3
-341
/
+84
2026-03-23
lib/crypto: gf128hash: Rename polyval module to gf128hash
Eric Biggers
2
-2
/
+2
2026-03-22
crypto: simd - Remove unused skcipher support
Eric Biggers
1
-230
/
+5
[next]