| Age | Commit message (Expand) | Author | Files | Lines |
| 4 days | Merge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 4 | -7/+14 |
| 4 days | crypto: algif_aead - Fix minimum RX size check for decryption | Herbert Xu | 1 | -1/+1 |
| 4 days | X.509: Fix out-of-bounds access when parsing extensions | Lukas Wunner | 1 | -4/+4 |
| 4 days | crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl | Herbert Xu | 1 | -2/+2 |
| 13 days | crypto: af_alg - limit RX SG extraction by receive buffer budget | Douya Le | 2 | -0/+7 |
| 13 days | 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-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-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-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 |
| 2025-12-29 | crypto: drbg - kill useless variable in drbg_fips_continuous_test() | Sergey Shtylyov | 1 | -3/+1 |
| 2025-12-29 | crypto: khazad - simplify return statement in khazad_mod_init | Thorsten Blum | 1 | -4/+1 |
| 2025-12-19 | crypto: algapi - Use crypto_unregister_algs in crypto_register_algs | Thorsten Blum | 1 | -9/+5 |
| 2025-12-19 | crypto: scompress - Use crypto_unregister_scomps in crypto_register_scomps | Thorsten Blum | 1 | -8/+4 |
| 2025-12-19 | crypto: scompress - Remove forward declaration of crypto_scomp_show | Thorsten Blum | 1 | -4/+2 |
| 2025-12-19 | crypto: fips - annotate fips_enable() with __init to free init memory after boot | Can Peng | 1 | -1/+1 |
| 2025-12-19 | crypto: seqiv - Do not use req->iv after crypto_aead_encrypt | Herbert Xu | 1 | -3/+5 |
| 2025-12-03 | Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
| 2025-12-03 | Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 24 | -1291/+830 |
| 2025-12-02 | Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -21/+12 |
| 2025-12-01 | crypto: zstd - fix double-free in per-CPU stream cleanup | Giovanni Cabiddu | 1 | -6/+1 |
| 2025-11-24 | crypto: ahash - Zero positive err value in ahash_update_finish | Herbert Xu | 1 | -1/+5 |
| 2025-11-24 | crypto: ahash - Fix crypto_ahash_import with partial block data | Herbert Xu | 1 | -1/+11 |
| 2025-11-24 | crypto: drbg - Delete unused ctx from struct sdesc | Herbert Xu | 1 | -1/+0 |
| 2025-11-24 | crypto: testmgr - Add missing DES weak and semi-weak key tests | Thorsten Blum | 1 | -0/+120 |
| 2025-11-22 | Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist" | Eric Biggers | 2 | -254/+255 |
| 2025-11-22 | crypto: scatterwalk - Fix memcpy_sglist() to always succeed | Eric Biggers | 1 | -12/+83 |
| 2025-11-22 | crypto: tcrypt - Remove unused poly1305 support | Eric Biggers | 2 | -22/+0 |
| 2025-11-22 | crypto: ansi_cprng - Remove unused ansi_cprng algorithm | Eric Biggers | 6 | -694/+1 |
| 2025-11-22 | crypto: asymmetric_keys - fix uninitialized pointers with free attribute | Ally Heev | 2 | -2/+2 |
| 2025-11-22 | KEYS: Avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -2/+5 |
| 2025-11-14 | crypto: zstd - Remove unnecessary size_t cast | Thorsten Blum | 1 | -3/+2 |
| 2025-11-14 | crypto: zstd - Annotate struct zstd_ctx with __counted_by | Thorsten Blum | 1 | -2/+3 |
| 2025-11-12 | Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stack | Eric Biggers | 1 | -21/+12 |
| 2025-11-12 | crypto: aegis128-neon - Move to more abstract 'ksimd' guard API | Ard Biesheuvel | 1 | -21/+12 |
| 2025-11-11 | crypto: testmgr - Remove polyval tests | Eric Biggers | 3 | -181/+0 |
| 2025-11-11 | crypto: polyval - Remove the polyval crypto_shash | Eric Biggers | 3 | -216/+0 |
| 2025-11-11 | crypto: hctr2 - Convert to use POLYVAL library | Eric Biggers | 3 | -163/+64 |
| 2025-11-11 | crypto: polyval - Rename conflicting functions | Eric Biggers | 1 | -6/+6 |
| 2025-11-06 | crypto: deflate - Use struct_size to improve deflate_alloc_stream | Thorsten Blum | 1 | -1/+2 |
| 2025-11-05 | crypto: sha3 - Reimplement using library API | Eric Biggers | 5 | -291/+176 |
| 2025-11-05 | crypto: jitterentropy - Use default sha3 implementation | Eric Biggers | 1 | -10/+2 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-10-31 | crypto: aead - Add support for on-stack AEAD req allocation | T Pratham | 1 | -0/+19 |
| 2025-10-29 | crypto: blake2b - Reimplement using library API | Eric Biggers | 5 | -194/+117 |
| 2025-10-23 | crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id | Thorsten Blum | 1 | -3/+9 |
| 2025-10-20 | crypto: aead - Fix reqsize handling | T Pratham | 1 | -0/+1 |
| 2025-10-17 | crypto: drbg - make drbg_{ctr_bcc,kcapi_sym}() return *void* | Karina Yankevich | 1 | -30/+14 |
| 2025-10-17 | crypto: authenc - Correctly pass EINPROGRESS back up to the caller | Herbert Xu | 1 | -25/+50 |
| 2025-10-17 | crypto: af_alg - zero initialize memory allocated via sock_kmalloc | Shivani Agarwal | 3 | -7/+4 |
| 2025-10-17 | crypto: fips - replace simple_strtol with kstrtoint to improve fips_enable | Thorsten Blum | 1 | -1/+4 |
| 2025-10-17 | crypto: drbg - Replace AES cipher calls with library calls | Harsh Jain | 2 | -27/+23 |
| 2025-10-17 | crypto: drbg - Export CTR DRBG DF functions | Harsh Jain | 4 | -241/+260 |
| 2025-10-10 | Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -8/+8 |
| 2025-10-09 | crypto: essiv - Check ssize for decryption and in-place encryption | Herbert Xu | 1 | -8/+6 |
| 2025-10-08 | Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -1/+14 |
| 2025-10-08 | crypto: skcipher - Fix reqsize handling | T Pratham | 1 | -0/+2 |
| 2025-10-06 | crypto: rng - Ensure set_ent is always present | Herbert Xu | 1 | -0/+8 |
| 2025-10-06 | Revert "crypto: testmgr - desupport SHA-1 for FIPS 140" | Herbert Xu | 1 | -0/+5 |
| 2025-10-04 | Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 9 | -19/+36 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+6 |
| 2025-10-02 | crypto: zstd - Fix compression bug caused by truncation | Herbert Xu | 1 | -1/+1 |
| 2025-09-30 | Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -0/+1 |
| 2025-09-29 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -1612/+218 |
| 2025-09-28 | KEYS: X.509: Fix Basic Constraints CA flag parsing | Fan Wu | 1 | -4/+12 |
| 2025-09-22 | bpf: Implement signature verification for BPF programs | KP Singh | 1 | -0/+1 |
| 2025-09-21 | crypto: remove nth_page() usage within SG entry | David Hildenbrand | 2 | -6/+6 |
| 2025-09-20 | crypto: anubis - simplify return statement in anubis_mod_init | Thorsten Blum | 1 | -4/+1 |
| 2025-09-20 | crypto: comp - Use same definition of context alloc and free ops | Dan Moulding | 5 | -10/+20 |
| 2025-09-19 | Merge tag 'v6.17-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+9 |
| 2025-09-18 | crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg | Herbert Xu | 1 | -0/+7 |
| 2025-09-18 | crypto: af_alg - Set merge to zero early in af_alg_sendmsg | Herbert Xu | 1 | -1/+2 |
| 2025-09-13 | crypto: cryptd - WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 1 | -1/+2 |
| 2025-09-08 | crypto: md5 - Implement export_core() and import_core() | Eric Biggers | 1 | -0/+39 |
| 2025-09-06 | crypto: curve25519 - Remove unused kpp support | Eric Biggers | 3 | -100/+0 |
| 2025-09-06 | crypto: testmgr - Remove curve25519 kpp tests | Eric Biggers | 2 | -1231/+0 |
| 2025-09-02 | crypto: sha512 - Implement export_core() and import_core() | Eric Biggers | 1 | -0/+71 |
| 2025-09-02 | crypto: sha256 - Implement export_core() and import_core() | Eric Biggers | 1 | -0/+71 |
| 2025-09-02 | crypto: sha1 - Implement export_core() and import_core() | Eric Biggers | 1 | -0/+39 |
| 2025-08-30 | crypto: jitter - Mark intermediary memory as clean | Edward Adam Davis | 1 | -0/+1 |
| 2025-08-29 | crypto: chacha - register only "-lib" drivers | Eric Biggers | 3 | -110/+29 |
| 2025-08-29 | lib/crypto: poly1305: Consolidate into single module | Eric Biggers | 1 | -0/+2 |
| 2025-08-26 | crypto: md5 - Wrap library and add HMAC support | Eric Biggers | 3 | -175/+152 |
| 2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -3/+3 |
| 2025-07-31 | Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 10 | -211/+310 |
| 2025-07-28 | Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 9 | -531/+810 |
| 2025-07-18 | crypto: jitter - replace ARRAY_SIZE definition with header include | Ruben Wauters | 1 | -1/+1 |
| 2025-07-18 | crypto: engine - remove {prepare,unprepare}_crypt_hardware callbacks | Ovidiu Panait | 1 | -29/+1 |
| 2025-07-18 | crypto: engine - remove request batching support | Ovidiu Panait | 1 | -24/+1 |
| 2025-07-18 | crypto: krb5 - Fix memory leak in krb5_test_one_prf() | Eric Biggers | 1 | -0/+1 |
| 2025-07-18 | crypto: acomp - Fix CFI failure due to type punning | Eric Biggers | 2 | -2/+12 |
| 2025-07-18 | crypto: cryptd - Use nested-BH locking for cryptd_cpu_queue | Sebastian Andrzej Siewior | 1 | -0/+6 |
| 2025-07-14 | crypto: sha1 - Use same state format as legacy drivers | Eric Biggers | 1 | -0/+66 |
| 2025-07-14 | crypto: sha1 - Wrap library and add HMAC support | Eric Biggers | 5 | -89/+144 |
| 2025-07-10 | crypto: zstd - replace zero-length array with flexible array member | Thorsten Blum | 1 | -1/+1 |
| 2025-07-10 | crypto: zstd - fix duplicate check warning | Suman Kumar Chakraborty | 1 | -3/+2 |
| 2025-07-09 | lib/raid6: replace custom zero page with ZERO_PAGE | Herbert Xu | 2 | -3/+3 |
| 2025-07-08 | lib/crypto: hash_info: Move hash_info.c into lib/crypto/ | Eric Biggers | 3 | -67/+0 |
| 2025-07-07 | crypto: jitter - fix intermediary handling | Markus Theil | 1 | -4/+5 |
| 2025-07-04 | crypto: sha256 - Use same state format as legacy drivers | Eric Biggers | 1 | -0/+95 |
| 2025-07-04 | crypto: sha256 - Wrap library and add HMAC support | Eric Biggers | 4 | -161/+142 |
| 2025-07-04 | lib/crypto: sha256: Make library API use strongly-typed contexts | Eric Biggers | 1 | -8/+8 |
| 2025-06-30 | crypto/crc32[c]: register only "-lib" drivers | Eric Biggers | 4 | -122/+13 |
| 2025-06-30 | crypto: testmgr - remove crc32c context format test | Eric Biggers | 1 | -54/+1 |
| 2025-06-30 | crypto: sha512 - Use same state format as legacy drivers | Eric Biggers | 1 | -0/+96 |
| 2025-06-30 | crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library | Eric Biggers | 5 | -219/+272 |
| 2025-06-26 | crypto: testmgr - Enable phmac selftest | Harald Freudenberger | 1 | -0/+30 |
| 2025-06-26 | crypto: ahash - make hash walk functions from ahash.c public | Harald Freudenberger | 1 | -21/+5 |
| 2025-06-23 | crypto: testmgr - Restore sha384 and hmac_sha384 drbgs in FIPS mode | Jeff Barnes | 1 | -0/+4 |
| 2025-06-23 | crypto: zstd - convert to acomp | Suman Kumar Chakraborty | 1 | -120/+232 |
| 2025-06-23 | crypto: ahash - Stop legacy tfms from using the set_virt fallback path | Herbert Xu | 1 | -0/+3 |
| 2025-06-23 | crypto: wp512 - Use API partial block handling | Herbert Xu | 1 | -76/+45 |
| 2025-06-18 | crypto: ahash - Fix infinite recursion in ahash_def_finup | Herbert Xu | 1 | -1/+3 |
| 2025-06-13 | crypto: pcrypt - Optimize pcrypt_aead_init_tfm() | Yury Norov [NVIDIA] | 1 | -5/+2 |
| 2025-06-13 | crypto: testmgr - desupport SHA-1 for FIPS 140 | Vegard Nossum | 1 | -5/+0 |
| 2025-06-13 | crypto: testmgr - reinstate kconfig control over full self-tests | Eric Biggers | 2 | -7/+33 |
| 2025-06-11 | crypto: ahash - Add support for drivers with no fallback | Herbert Xu | 1 | -1/+9 |
| 2025-06-11 | crypto: hkdf - move to late_initcall | Eric Biggers | 1 | -1/+1 |
| 2025-05-30 | Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
| 2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+1 |
| 2025-05-28 | Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+5 |
| 2025-05-27 | crypto: shash - Fix buffer overrun in import function | Herbert Xu | 1 | -4/+5 |
| 2025-05-26 | Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 113 | -3874/+3077 |
| 2025-05-26 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 3 | -4/+6 |
| 2025-05-23 | crypto: api - Redo lookup on EEXIST | Herbert Xu | 1 | -2/+11 |
| 2025-05-23 | Revert "crypto: testmgr - Add hash export format testing" | Herbert Xu | 2 | -88/+9 |
| 2025-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+0 |
| 2025-05-21 | include: pe.h: Fix PE definitions | Pali Rohár | 1 | -4/+4 |
| 2025-05-19 | crypto: xts - Only add ecb if it is not already there | Herbert Xu | 1 | -2/+2 |
| 2025-05-19 | crypto: lrw - Only add ecb if it is not already there | Herbert Xu | 1 | -2/+2 |
| 2025-05-19 | crypto: testmgr - Add hash export format testing | Herbert Xu | 2 | -9/+88 |
| 2025-05-19 | crypto: testmgr - Use ahash for generic tfm | Herbert Xu | 1 | -19/+18 |
| 2025-05-19 | crypto: hmac - Add ahash support | Herbert Xu | 2 | -14/+334 |
| 2025-05-19 | crypto: testmgr - Ignore EEXIST on shash allocation | Herbert Xu | 1 | -1/+1 |
| 2025-05-19 | crypto: algapi - Add driver template support to crypto_inst_setname | Herbert Xu | 1 | -4/+4 |
| 2025-05-19 | crypto: shash - Set reqsize in shash_alg | Herbert Xu | 2 | -1/+2 |
| 2025-05-19 | crypto: hmac - Add export_core and import_core | Herbert Xu | 1 | -0/+19 |
| 2025-05-19 | crypto: hmac - Zero shash desc in setkey | Herbert Xu | 1 | -25/+10 |
| 2025-05-19 | crypto: ahash - Handle partial blocks in API | Herbert Xu | 1 | -277/+246 |
| 2025-05-19 | crypto: hash - Add export_core and import_core hooks | Herbert Xu | 2 | -11/+55 |
| 2025-05-19 | crypto: algif_hash - fix double free in hash_accept | Ivan Pravdin | 1 | -4/+0 |
| 2025-05-12 | crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTS | Eric Biggers | 2 | -4/+4 |
| 2025-05-12 | crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol | Eric Biggers | 1 | -1/+1 |
| 2025-05-12 | crypto: testmgr - rename noextratests to noslowtests | Eric Biggers | 1 | -21/+20 |
| 2025-05-12 | crypto: testmgr - make it easier to enable the full set of tests | Eric Biggers | 2 | -67/+5 |
| 2025-05-12 | crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS | Eric Biggers | 8 | -25/+29 |
| 2025-05-12 | crypto: testmgr - remove panic_on_fail | Eric Biggers | 1 | -7/+3 |