index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-10
/
+0
2026-06-16
Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
4
-350
/
+14
2026-06-11
crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512
Eric Biggers
1
-53
/
+0
2026-05-29
crypto: af_alg - Drop support for off-CPU cryptography
Demi Marie Obenour
1
-1
/
+13
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
1
-4
/
+1
2026-05-29
crypto: cipher - Remove crypto_clone_cipher()
Eric Biggers
1
-2
/
+0
2026-05-29
crypto: hash - Remove support for cloning hash tfms
Eric Biggers
1
-8
/
+0
2026-05-21
crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
David Howells
1
-3
/
+6
2026-05-07
crypto: drbg - Eliminate use of 'drbg_string' and lists
Eric Biggers
2
-39
/
+25
2026-05-07
crypto: drbg - Remove support for CTR_DRBG
Eric Biggers
1
-0
/
+3
2026-05-07
crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c
Eric Biggers
1
-181
/
+0
2026-05-07
crypto: drbg - Remove obsolete FIPS 140-2 continuous test
Eric Biggers
1
-2
/
+0
2026-05-07
crypto: drbg - Remove unhelpful helper functions
Eric Biggers
1
-76
/
+0
2026-05-07
crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels
Eric Biggers
1
-11
/
+7
2026-05-07
crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG
Eric Biggers
1
-18
/
+0
2026-04-16
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
10
-73
/
+44
2026-04-14
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-215
/
+385
2026-04-14
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-20
/
+0
2026-04-12
crypto: geniv - Remove unused spinlock from struct aead_geniv_ctx
Herbert Xu
1
-2
/
+0
2026-04-03
crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS mode
Eric Biggers
1
-2
/
+13
2026-04-03
crypto: rng - Unexport "default RNG" symbols
Eric Biggers
1
-5
/
+0
2026-04-03
crypto: rng - Add crypto_stdrng_get_bytes()
Eric Biggers
1
-0
/
+13
2026-04-01
lib/crypto: arm64/aes: Remove obsolete chunking logic
Eric Biggers
1
-3
/
+3
2026-03-31
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
1
-3
/
+2
2026-03-30
lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnit
Eric Biggers
1
-2
/
+0
2026-03-27
crypto: remove HKDF library
Eric Biggers
1
-20
/
+0
2026-03-27
crypto: cryptd - Remove unused functions
Eric Biggers
1
-33
/
+0
2026-03-24
crypto: sm3 - Remove 'struct sm3_state'
Eric Biggers
1
-7
/
+0
2026-03-24
crypto: sm3 - Remove the original "sm3_block_generic()"
Eric Biggers
1
-2
/
+0
2026-03-24
crypto: sm3 - Remove sm3_base.h
Eric Biggers
1
-92
/
+0
2026-03-24
lib/crypto: sm3: Add SM3 library API
Eric Biggers
1
-10
/
+60
2026-03-24
crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]
Eric Biggers
1
-5
/
+0
2026-03-24
crypto: sm3 - Fold sm3_init() into its caller
Eric Biggers
2
-14
/
+11
2026-03-24
lib/crypto: aesgcm: Use GHASH library API
Eric Biggers
1
-2
/
+2
2026-03-24
lib/crypto: gf128hash: Remove unused content from ghash.h
Eric Biggers
2
-14
/
+1
2026-03-24
lib/crypto: gf128mul: Remove unused 4k_lle functions
Eric Biggers
1
-14
/
+3
2026-03-24
lib/crypto: s390/ghash: Migrate optimized code into library
Eric Biggers
1
-1
/
+2
2026-03-24
lib/crypto: riscv/ghash: Migrate optimized code into library
Eric Biggers
1
-0
/
+3
2026-03-24
lib/crypto: powerpc/ghash: Migrate optimized code into library
Eric Biggers
1
-0
/
+4
2026-03-23
lib/crypto: gf128hash: Add GHASH support
Eric Biggers
1
-0
/
+95
2026-03-23
lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functions
Eric Biggers
1
-19
/
+3
2026-03-23
lib/crypto: gf128hash: Rename polyval module to gf128hash
Eric Biggers
1
-8
/
+8
2026-03-22
crypto: add missing kernel-doc for anonymous union members
Kit Dallege
3
-0
/
+3
2026-03-22
crypto: simd - Remove unused skcipher support
Eric Biggers
1
-19
/
+0
2026-03-19
lib/crypto: Remove unused file blockhash.h
Eric Biggers
1
-52
/
+0
2026-03-09
lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
Eric Biggers
1
-6
/
+3
2026-03-09
lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
Eric Biggers
1
-0
/
+69
2026-03-09
lib/crypto: aes: Add support for CBC-based MACs
Eric Biggers
1
-0
/
+154
2026-03-07
crypto: ecc - correct kernel-doc format
Randy Dunlap
1
-10
/
+12
2026-03-07
crypto: des - fix all kernel-doc warnings
Randy Dunlap
1
-4
/
+4
[next]