| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'crc-next' of https://git.kernel.org/pub/scm/linux/kernel/git/eb... | Mark Brown | 2 | -9/+5 |
| 2 days | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/pcmoor... | Mark Brown | 6 | -2/+147 |
| 2 days | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb... | Mark Brown | 32 | -2907/+684 |
| 2 days | Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev... | Mark Brown | 8 | -274/+10 |
| 3 days | crypto: af_alg - Drop support for off-CPU cryptography | Demi Marie Obenour | 5 | -9/+9 |
| 3 days | net: Remove support for AIO on sockets | Demi Marie Obenour | 3 | -112/+22 |
| 3 days | crypto: ecrdsa - remove empty sig_alg exit callback | Thorsten Blum | 1 | -5/+0 |
| 3 days | raid6: hide internals | Christoph Hellwig | 2 | -0/+2 |
| 3 days | raid6: improve the public interface | Christoph Hellwig | 2 | -5/+5 |
| 3 days | raid6: remove raid6_get_zero_page | Christoph Hellwig | 2 | -3/+3 |
| 3 days | Automated merge of 'dev' into 'next' | Paul Moore | 6 | -2/+147 |
| 3 days | crypto: api - Fold crypto_alloc_tfmmem() into crypto_create_tfm_node() | Eric Biggers | 1 | -26/+7 |
| 3 days | crypto: api - Fold __crypto_alloc_tfmgfp() into __crypto_alloc_tfm() | Eric Biggers | 2 | -12/+3 |
| 3 days | crypto: api - Remove per-tfm refcount | Eric Biggers | 2 | -10/+0 |
| 3 days | crypto: api - Remove crypto_clone_tfm() | Eric Biggers | 2 | -28/+0 |
| 3 days | crypto: cipher - Remove crypto_clone_cipher() | Eric Biggers | 1 | -28/+0 |
| 3 days | crypto: hash - Remove support for cloning hash tfms | Eric Biggers | 5 | -170/+0 |
| 3 days | crypto: aegis128 - Use neon-intrinsics.h on ARM too | Ard Biesheuvel | 2 | -9/+5 |
| 10 days | MIPS: Remove unused arch/mips/crypto directory | Ethan Nelson-Moore | 1 | -3/+0 |
| 10 days | LoongArch: Remove unused arch/loongarch/crypto directory | Ethan Nelson-Moore | 1 | -3/+0 |
| 10 days | X.509: Fix validation of ASN.1 certificate header | Lukas Wunner | 1 | -1/+1 |
| 10 days | crypto: ecc - Fix carry overflow in vli multiplication | Anastasia Tishchenko | 1 | -11/+20 |
| 11 days | crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks | David Howells | 1 | -6/+48 |
| 2026-05-15 | crypto: krb5 - filter out async aead implementations at alloc | Michael Bommarito | 1 | -1/+1 |
| 2026-05-15 | crypto: api - use designated initializers for report structs | Thorsten Blum | 12 | -64/+42 |
| 2026-05-15 | crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=y | Lukas Wunner | 1 | -0/+5 |
| 2026-05-15 | crypto: drbg - Remove support for "prediction resistance" | Eric Biggers | 3 | -278/+27 |
| 2026-05-15 | crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTES | Eric Biggers | 1 | -5/+6 |
| 2026-05-15 | crypto: af_alg - Cap AEAD AD length to 0x80000000 | Herbert Xu | 1 | -0/+2 |
| 2026-05-15 | crypto: af_alg - Remove zero-copy support from skcipher and aead | Eric Biggers | 2 | -50/+27 |
| 2026-05-15 | crypto: jitterentropy - fix URL | Thorsten Blum | 1 | -2/+2 |
| 2026-05-15 | crypto: jitterentropy - drop redundant delta check in jent_entropy_init | Thorsten Blum | 1 | -1/+1 |
| 2026-05-13 | crypto: pkcs7: add tests for pkcs7_get_authattr | James Bottomley | 1 | -1/+43 |
| 2026-05-13 | crypto: pkcs7: add ability to extract signed attributes by OID | James Bottomley | 3 | -1/+102 |
| 2026-05-13 | crypto: pkcs7: add flag for validated trust on a signed info block | James Bottomley | 2 | -0/+2 |
| 2026-05-07 | crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contents | Weiming Shi | 1 | -0/+2 |
| 2026-05-07 | crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curve | Thorsten Blum | 1 | -1/+1 |
| 2026-05-07 | crypto: authencesn - Use memcpy_from/to_sglist | Herbert Xu | 1 | -17/+16 |
| 2026-05-07 | crypto: af_alg - Document the deprecation of AF_ALG | Eric Biggers | 1 | -18/+51 |
| 2026-05-07 | crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS mode | Jeff Barnes | 1 | -0/+6 |
| 2026-05-07 | crypto: crypto_null - Drop unused cipher_null crypto_alg | Ard Biesheuvel | 1 | -33/+2 |
| 2026-05-07 | crypto: drbg - Clean up loop in drbg_hmac_update() | Eric Biggers | 1 | -12/+2 |
| 2026-05-07 | crypto: drbg - Clean up generation code | Eric Biggers | 1 | -34/+19 |
| 2026-05-07 | crypto: drbg - Remove redundant reseeding based on random.c state | Eric Biggers | 1 | -98/+9 |
| 2026-05-07 | crypto: drbg - Change DRBG_MAX_REQUESTS to 4096 | Eric Biggers | 1 | -1/+1 |
| 2026-05-07 | crypto: drbg - Include get_random_bytes() output in additional input | Eric Biggers | 1 | -4/+25 |
| 2026-05-07 | crypto: drbg - Simplify "uninstantiate" logic | Eric Biggers | 1 | -44/+13 |
| 2026-05-07 | crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed() | Eric Biggers | 1 | -22/+12 |
| 2026-05-07 | crypto: drbg - Separate "reseed" case in drbg_kcapi_seed() | Eric Biggers | 1 | -22/+16 |
| 2026-05-07 | crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed() | Eric Biggers | 1 | -64/+43 |
| 2026-05-07 | crypto: drbg - Put rng_alg methods in logical order | Eric Biggers | 1 | -46/+36 |
| 2026-05-07 | crypto: drbg - Simplify drbg_generate_long() and fold into caller | Eric Biggers | 1 | -31/+17 |
| 2026-05-07 | crypto: drbg - Eliminate use of 'drbg_string' and lists | Eric Biggers | 2 | -111/+69 |
| 2026-05-07 | crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::C | Eric Biggers | 1 | -23/+15 |
| 2026-05-07 | crypto: drbg - Move module aliases to end of file | Eric Biggers | 1 | -3/+2 |
| 2026-05-07 | crypto: drbg - Install separate seed functions for pr and nopr | Eric Biggers | 1 | -9/+16 |
| 2026-05-07 | crypto: drbg - Remove drbg_core | Eric Biggers | 1 | -86/+13 |
| 2026-05-07 | crypto: drbg - Use HMAC-SHA512 library API | Eric Biggers | 2 | -175/+41 |
| 2026-05-07 | crypto: drbg - Embed V and C into struct drbg_state | Eric Biggers | 1 | -26/+4 |
| 2026-05-07 | crypto: drbg - Move fixed values into constants | Eric Biggers | 1 | -122/+61 |
| 2026-05-07 | crypto: drbg - De-virtualize drbg_state_ops | Eric Biggers | 1 | -44/+6 |
| 2026-05-07 | crypto: drbg - Simplify algorithm registration | Eric Biggers | 1 | -65/+35 |
| 2026-05-07 | crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384 | Eric Biggers | 3 | -327/+2 |
| 2026-05-07 | crypto: testmgr - Update test for drbg_nopr_hmac_sha512 | Eric Biggers | 2 | -47/+215 |
| 2026-05-07 | crypto: testmgr - Add test for drbg_pr_hmac_sha512 | Eric Biggers | 2 | -1/+203 |
| 2026-05-07 | crypto: drbg - Flatten the DRBG menu | Eric Biggers | 1 | -12/+5 |
| 2026-05-07 | crypto: drbg - Remove support for HASH_DRBG | Eric Biggers | 4 | -678/+6 |
| 2026-05-07 | crypto: drbg - Remove support for CTR_DRBG | Eric Biggers | 4 | -623/+6 |
| 2026-05-07 | crypto: drbg - Remove import of crypto_cipher functions | Eric Biggers | 1 | -2/+0 |
| 2026-05-07 | crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c | Eric Biggers | 2 | -3/+132 |
| 2026-05-07 | crypto: drbg - Remove obsolete FIPS 140-2 continuous test | Eric Biggers | 1 | -76/+2 |
| 2026-05-07 | crypto: drbg - Remove unhelpful helper functions | Eric Biggers | 2 | -34/+15 |
| 2026-05-07 | crypto: drbg - Remove broken commented-out code | Eric Biggers | 1 | -29/+0 |
| 2026-05-07 | crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMAC | Eric Biggers | 2 | -22/+3 |
| 2026-05-07 | crypto: drbg - Fix the fips_enabled priority boost | Eric Biggers | 1 | -1/+1 |
| 2026-05-07 | crypto: drbg - Fix ineffective sanity check | Eric Biggers | 1 | -5/+4 |
| 2026-05-07 | crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG | Eric Biggers | 2 | -4/+6 |
| 2026-05-07 | crypto: drbg - Fix returning success on failure in CTR_DRBG | Eric Biggers | 1 | -1/+1 |
| 2026-05-05 | keys: cleanup dead code in Kconfig for FIPS_SIGNATURE_SELFTEST | Julian Braha | 1 | -1/+0 |
| 2026-05-02 | Merge tag 'v7.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -0/+5 |
| 2026-04-23 | crypto: authencesn - reject short ahash digests during instance creation | Yucheng Lu | 1 | -0/+5 |
| 2026-04-21 | Merge tag 'v7.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | 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/... | 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/... | Linus Torvalds | 17 | -408/+1896 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 6 | -249/+0 |
| 2026-04-13 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -18/+1 |
| 2026-04-13 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 14 | -825/+420 |
| 2026-04-13 | Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -580/+0 |
| 2026-04-12 | Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 6 | -249/+0 |
| 2026-04-12 | Merge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | 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/... | Linus Torvalds | 5 | -146/+70 |
| 2026-03-31 | crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp... | 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 |
| 2026-03-22 | crypto: Fix several spelling mistakes in comments | Sun Chaobo | 5 | -5/+5 |
| 2026-03-21 | crypto: krb5enc - fix sleepable flag handling in encrypt dispatch | Wesley Atwell | 1 | -2/+3 |
| 2026-03-21 | crypto: simd - reject compat registrations without __ prefixes | Wesley Atwell | 1 | -4/+12 |
| 2026-03-17 | crypto: crc32c - Remove another outdated comment | Eric Biggers | 1 | -5/+0 |
| 2026-03-17 | crypto: crc32c - Remove more outdated usage information | Eric Biggers | 1 | -13/+1 |
| 2026-03-15 | crypto: testmgr - Add test vectors for authenc(hmac(sha512),rfc3686(ctr(aes))) | Aleksander Jan Bajkowski | 2 | -1/+296 |
| 2026-03-15 | crypto: testmgr - Add test vectors for authenc(hmac(sha384),rfc3686(ctr(aes))) | Aleksander Jan Bajkowski | 2 | -1/+268 |
| 2026-03-15 | crypto: testmgr - Add test vectors for authenc(hmac(sha256),rfc3686(ctr(aes))) | Aleksander Jan Bajkowski | 2 | -1/+240 |
| 2026-03-15 | crypto: testmgr - Add test vectors for authenc(hmac(sha224),rfc3686(ctr(aes))) | Aleksander Jan Bajkowski | 2 | -1/+240 |
| 2026-03-15 | crypto: testmgr - Add test vectors for authenc(hmac(sha1),rfc3686(ctr(aes))) | Aleksander Jan Bajkowski | 2 | -1/+226 |
| 2026-03-14 | crypto: tcrypt - stop ahash speed tests when setkey fails | Saeed Mirzamohammadi | 1 | -2/+8 |
| 2026-03-14 | crypto: tcrypt - clamp num_mb to avoid divide-by-zero | Saeed Mirzamohammadi | 1 | -0/+5 |
| 2026-03-09 | crypto: jitterentropy - Use SHA-3 library | David Howells | 4 | -108/+52 |
| 2026-03-09 | crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library | Eric Biggers | 3 | -6/+189 |
| 2026-03-03 | crypto: testmgr - Fix stale references to aes-generic | Eric Biggers | 1 | -2/+2 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_CRC32 | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_CRC32C | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_XXHASH | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_SHA256 | Geert Uytterhoeven | 1 | -1/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_BLAKE2B | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-02-28 | crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des)) | Aleksander Jan Bajkowski | 2 | -0/+64 |
| 2026-02-28 | crypto: tesmgr - allow authenc(hmac(sha224/sha384),cbc(aes)) in fips mode | Aleksander Jan Bajkowski | 1 | -0/+2 |
| 2026-02-22 | x509: select CONFIG_CRYPTO_LIB_SHA256 | Arnd Bergmann | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 15 | -35/+35 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 17 | -39/+37 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -0/+3 |
| 2026-02-10 | Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 9 | -18/+31 |
| 2026-02-10 | Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 13 | -50/+379 |
| 2026-02-10 | Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 20 | -175/+774 |
| 2026-02-10 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 13 | -3313/+356 |
| 2026-02-07 | crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des3_ede)) | Aleksander Jan Bajkowski | 2 | -0/+66 |
| 2026-02-06 | crypto: testmgr - Add test vectors for authenc(hmac(sha224),cbc(aes)) | Aleksander Jan Bajkowski | 2 | -0/+292 |
| 2026-02-06 | crypto: testmgr - Add test vectors for authenc(hmac(sha384),cbc(aes)) | Aleksander Jan Bajkowski | 2 | -0/+318 |
| 2026-02-06 | crypto: rng - Use unregister_rngs in register_rngs | Thorsten Blum | 1 | -8/+4 |
| 2026-02-05 | pkcs7: Change a pr_warn() to pr_warn_once() | David Howells | 1 | -1/+1 |
| 2026-02-02 | pkcs7: Allow authenticatedAttributes for ML-DSA | David Howells | 4 | -0/+28 |
| 2026-01-30 | pkcs7, x509: Add ML-DSA support | David Howells | 3 | -2/+59 |
| 2026-01-30 | pkcs7: Allow the signing algo to do whatever digestion it wants itself | David Howells | 4 | -19/+48 |
| 2026-01-30 | pkcs7, x509: Rename ->digest to ->m | David Howells | 5 | -25/+22 |
| 2026-01-30 | x509: Separately calculate sha256 for blacklist | David Howells | 2 | -9/+15 |
| 2026-01-28 | crypto: Use scoped init guard | Marco Elver | 2 | -2/+2 |
| 2026-01-23 | crypto: ecc - Streamline alloc_point and remove {alloc,free}_digits_space | Thorsten Blum | 1 | -18/+9 |
| 2026-01-23 | crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips mode | Aleksander Jan Bajkowski | 1 | -0/+4 |
| 2026-01-23 | crypto: blowfish - fix typo in comment | Alexander Bendezu | 1 | -1/+1 |
| 2026-01-23 | crypto: api - remove unnecessary forward declarations | Thorsten Blum | 8 | -27/+16 |
| 2026-01-23 | crypto: simd - Simplify request size calculation in simd_aead_init | Thorsten Blum | 1 | -2/+2 |
| 2026-01-23 | crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers} | Thorsten Blum | 1 | -21/+12 |
| 2026-01-23 | crypto: lskcipher - Use unregister_lskciphers in register_lskciphers | Thorsten Blum | 1 | -8/+4 |
| 2026-01-23 | crypto: skcipher - Use unregister_skciphers in register_skciphers | Thorsten Blum | 1 | -8/+4 |
| 2026-01-23 | crypto: shash - Use unregister_shashes in register_shashes | Thorsten Blum | 1 | -8/+4 |
| 2026-01-23 | crypto: ahash - Use unregister_ahashes in register_ahashes | Thorsten Blum | 1 | -8/+4 |
| 2026-01-23 | crypto: acomp - Use unregister_acomps in register_acomps | Thorsten Blum | 1 | -8/+4 |
| 2026-01-21 | crypto: Add ML-DSA crypto_sig support | David Howells | 3 | -0/+212 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 3 | -0/+3 |
| 2026-01-20 | crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec | Taeyang Lee | 1 | -0/+6 |
| 2026-01-15 | crypto: drbg - Use new AES library API | Eric Biggers | 2 | -26/+16 |
| 2026-01-12 | crypto: aes - Replace aes-generic with wrapper around lib | Eric Biggers | 5 | -1340/+94 |
| 2026-01-12 | crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI | Eric Biggers | 3 | -105/+0 |
| 2026-01-12 | crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[] | Eric Biggers | 2 | -2/+2 |
| 2026-01-12 | crypto: testmgr - Remove nhpoly1305 tests | Eric Biggers | 2 | -1378/+0 |
| 2026-01-12 | crypto: nhpoly1305 - Remove crypto_shash support | Eric Biggers | 3 | -262/+0 |
| 2026-01-12 | crypto: adiantum - Drop support for asynchronous xchacha ciphers | Eric Biggers | 1 | -104/+70 |
| 2026-01-12 | crypto: adiantum - Use memcpy_{to,from}_sglist() | Eric Biggers | 1 | -4/+4 |
| 2026-01-12 | crypto: adiantum - Use scatter_walk API instead of sg_miter | Eric Biggers | 1 | -18/+15 |
| 2026-01-12 | crypto: adiantum - Convert to use NH library | Eric Biggers | 3 | -110/+191 |
| 2026-01-05 | crypto: Enable context analysis | Marco Elver | 9 | -17/+30 |
| 2025-12-29 | crypto: drbg - make drbg_get_random_bytes() return *void* | Sergey Shtylyov | 1 | -12/+5 |
| 2025-12-29 | crypto: drbg - make drbg_fips_continuous_test() return bool | Sergey Shtylyov | 1 | -17/+11 |