Commit Graph

  • be0240f657 crypto: qce - use memcpy_and_pad in qce_aead_setkey master Thorsten Blum 2026-03-21 14:14:39 +01:00
  • fdacdc8cf8 crypto: inside-secure/eip93 - add missing address terminator character Mieczyslaw Nalewaj 2026-03-21 11:23:06 +01:00
  • 9503ab5a1d crypto: inside-secure/eip93 - correct ecb(des-eip93) typo Mieczyslaw Nalewaj 2026-03-21 10:59:37 +01:00
  • 67b53a660e crypto: hisilicon/sec2 - prevent req used-after-free for sec Wenkai Lin 2026-03-21 15:00:38 +08:00
  • 07fa25957a crypto: cryptd - Remove unused functions Eric Biggers 2026-03-20 15:17:27 -07:00
  • 5c8009f3c1 crypto: inside-secure/eip93 - make it selectable for ECONET Aleksander Jan Bajkowski 2026-03-20 22:19:23 +01:00
  • a09c5e0649 crypto: ti - Add support for AES-CCM in DTHEv2 driver T Pratham 2026-03-20 16:20:52 +05:30
  • 37b902c603 crypto: ti - Add support for AES-GCM in DTHEv2 driver T Pratham 2026-03-20 16:20:51 +05:30
  • 92c0a9bbcd crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_dev Thorsten Blum 2026-03-20 09:49:14 +01:00
  • 1a9670df56 crypto: stm32 - use list_first_entry_or_null to simplify hash_find_dev Thorsten Blum 2026-03-20 09:49:13 +01:00
  • d0c0a414cc crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes))) Aleksander Jan Bajkowski 2026-03-19 18:11:21 +01:00
  • 6ac142bf26 crypto: qat - add anti-rollback support for GEN6 devices Suman Kumar Chakraborty 2026-03-19 11:02:57 +00:00
  • 177730a273 crypto: caam - guard HMAC key hex dumps in hash_digest_key Thorsten Blum 2026-03-19 10:29:33 +01:00
  • d134feeb5d printk: add print_hex_dump_devel() Thorsten Blum 2026-03-19 10:29:32 +01:00
  • b0bfa49c03 crypto: nx - Fix packed layout in struct nx842_crypto_header Gustavo A. R. Silva 2026-03-17 17:40:02 -06:00
  • 928c5e894c crypto: nx - annotate struct nx842_crypto_header with __counted_by Thorsten Blum 2026-03-17 21:18:06 +01:00
  • 914b0c68d4 crypto: marvell/cesa - use memcpy_and_pad in mv_cesa_ahash_export Thorsten Blum 2026-03-17 17:52:57 +01:00
  • f30579bbae crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/remove Thorsten Blum 2026-03-17 09:04:52 +01:00
  • f9bbd547cf crypto: add missing kernel-doc for anonymous union members Kit Dallege 2026-03-15 15:57:22 +01:00
  • 7c622c4fa8 crypto: simd - Remove unused skcipher support Eric Biggers 2026-03-14 14:37:20 -07:00
  • bab1adf3b8 crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path Thorsten Blum 2026-03-14 20:36:29 +01:00
  • c8c4a2972f padata: Put CPU offline callback in ONLINE section to allow failure Daniel Jordan 2026-03-13 11:24:33 -04:00
  • 7fc31dd864 crypto: Fix several spelling mistakes in comments Sun Chaobo 2026-03-13 22:52:57 +08:00
  • b44c7129f1 crypto: hisilicon - add device load query functionality to debugfs Zongyu Wu 2026-03-13 17:40:39 +08:00
  • 3414c80977 hwrng: core - avoid kernel-doc warnings Randy Dunlap 2026-03-11 22:13:23 -07:00
  • 344e6a4f7f crypto: nx - fix context leak in nx842_crypto_free_ctx Thorsten Blum 2026-03-11 16:56:49 +01:00
  • adb3faf2db crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx Thorsten Blum 2026-03-11 16:56:47 +01:00
  • 57a13941c0 crypto: atmel-aes - guard unregister on error in atmel_aes_register_algs Thorsten Blum 2026-03-11 12:39:28 +01:00
  • 464da0bf19 crypto: qat - add wireless mode support for QAT GEN6 George Abraham P 2026-03-11 13:52:45 +05:30
  • 3fcfff4ed3 crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup Thorsten Blum 2026-03-11 03:07:35 +01:00
  • 2aeec9af77 crypto: tegra - Disable softirqs before finalizing request Herbert Xu 2026-03-10 18:28:29 +09:00
  • 326118443e crypto: artpec6 - use memcpy_and_pad to simplify prepare_hash Thorsten Blum 2026-03-09 22:11:21 +01:00
  • 2ef3bac16f crypto: krb5enc - fix sleepable flag handling in encrypt dispatch Wesley Atwell 2026-03-09 00:26:24 -06:00
  • e0ce97f781 crypto: simd - reject compat registrations without __ prefixes Wesley Atwell 2026-03-08 22:31:43 -06:00
  • c708d3fad4 crypto: atmel - use list_first_entry_or_null to simplify find_dev Thorsten Blum 2026-03-09 00:22:32 +01:00
  • c8a9a64753 crypto: atmel-tdes - fix DMA sync direction Thorsten Blum 2026-03-07 16:31:10 +01:00
  • 5377032914 crypto: inside-secure/eip93 - register hash before authenc algorithms Aleksander Jan Bajkowski 2026-03-06 23:17:40 +01:00
  • f4abb1af1b MAINTAINERS: remove outdated entry for crypto/rng.c Eric Biggers 2026-03-05 20:19:15 -08:00
  • 82fc2b17fa crypto: testmgr - Add test vectors for authenc(hmac(sha512),rfc3686(ctr(aes))) Aleksander Jan Bajkowski 2026-03-05 21:08:24 +01:00
  • 2f08142717 crypto: testmgr - Add test vectors for authenc(hmac(sha384),rfc3686(ctr(aes))) Aleksander Jan Bajkowski 2026-03-05 21:08:23 +01:00
  • 5ac6b904c7 crypto: testmgr - Add test vectors for authenc(hmac(sha256),rfc3686(ctr(aes))) Aleksander Jan Bajkowski 2026-03-05 21:08:22 +01:00
  • d46c27c01f crypto: testmgr - Add test vectors for authenc(hmac(sha224),rfc3686(ctr(aes))) Aleksander Jan Bajkowski 2026-03-05 21:08:21 +01:00
  • b45b4314d3 crypto: testmgr - Add test vectors for authenc(hmac(sha1),rfc3686(ctr(aes))) Aleksander Jan Bajkowski 2026-03-05 21:08:20 +01:00
  • 68095ad9de MAINTAINERS: Remove bouncing maintaner for IAA driver Dave Hansen 2026-03-05 09:21:33 -08:00
  • e7dcb722bb crypto: qat - fix firmware loading failure for GEN6 devices Suman Kumar Chakraborty 2026-03-05 08:58:59 +00:00
  • 4963b39e3a crypto: qat - fix indentation of macros in qat_hal.c Suman Kumar Chakraborty 2026-03-05 08:58:58 +00:00
  • f06b4ee335 crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C check Thorsten Blum 2026-03-04 09:24:02 +01:00
  • 1e84df6ccf dt-bindings: crypto: inside-secure,safexcel: add compatible for MT7981 Aleksander Jan Bajkowski 2026-03-03 19:53:49 +01:00
  • 03170b8f84 crypto: tcrypt - stop ahash speed tests when setkey fails Saeed Mirzamohammadi 2026-03-02 16:06:40 -08:00
  • 32e76e3757 crypto: tcrypt - clamp num_mb to avoid divide-by-zero Saeed Mirzamohammadi 2026-03-02 15:59:14 -08:00
  • 3ac9498813 include/psp-sev.h: fix structure member in comment Tycho Andersen (AMD) 2026-03-02 08:02:24 -07:00
  • 35a89319f6 crypto: ccp - simplify sev_update_firmware() Tycho Andersen (AMD) 2026-03-02 08:02:23 -07:00
  • d23cf35880 crypto: qce - Remove return variable and unused assignments Thorsten Blum 2026-03-02 12:34:53 +01:00
  • 25ab621f7d dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng Robert Marko 2026-03-02 12:20:10 +01:00
  • 76755a576a crypto: qat - Drop redundant local variables Thorsten Blum 2026-02-27 12:53:56 +01:00
  • 8456e55162 crypto: docs/userspace-if - Fix outdated links Alexander Dahl 2026-02-26 16:56:27 +01:00
  • 35645ca63c crypto: ti - Add support for AES-CTR in DTHEv2 driver T Pratham 2026-02-26 18:24:39 +05:30
  • 73117ea647 padata: Remove cpu online check from cpu add and removal Chuyi Zhou 2026-02-26 16:07:03 +08:00
  • d2ad1cf29a crypto: ecc - correct kernel-doc format Randy Dunlap 2026-02-24 17:45:28 -08:00
  • 8fe0cdfd9c crypto: des - fix all kernel-doc warnings Randy Dunlap 2026-02-24 17:45:18 -08:00
  • 2f5b5ce1e4 crypto: acomp - repair kernel-doc warnings Randy Dunlap 2026-02-24 17:45:00 -08:00
  • c9429bf564 rhashtable: consolidate hash computation in rht_key_get_hash() Mykyta Yatsenko 2026-02-24 19:29:54 +00:00
  • 68e96c9736 crypto: atmel-i2c - Replace hard-coded bus clock rate with constant Thorsten Blum 2026-02-23 17:57:37 +01:00
  • 3193dd7e84 crypto: qce - Replace snprintf("%s") with strscpy Thorsten Blum 2026-02-23 16:57:55 +01:00
  • 39e2a75fff MAINTAINERS: Remove Daniele Alessandrelli as Keem Bay maintainer Daniele Alessandrelli 2026-02-23 15:06:22 +00:00
  • 618195a7ac dt-bindings: crypto: qcom,inline-crypto-engine: Document the Eliza ICE Abel Vesa 2026-02-23 10:44:02 +02:00
  • 1eccfd0e65 crypto: vmx - Remove disabled build directive Thorsten Blum 2026-02-23 08:56:12 +01:00
  • 095d50008d crypto: atmel-ecc - Release client on allocation failure Thorsten Blum 2026-02-20 15:03:13 +01:00
  • de4e66b763 crypto: atmel-sha204a - Fix uninitialized data access on OTP read error Thorsten Blum 2026-02-20 14:31:36 +01:00
  • 1eb6c478f1 dt-bindings: crypto: ice: add operating-points-v2 property for QCOM ICE Abhinaba Rakshit 2026-02-19 15:09:13 +05:30
  • 635c3a757a crypto: atmel-sha204a - Fix OTP sysfs read and error handling Thorsten Blum 2026-02-16 08:45:51 +01:00
  • 094c276da6 crypto: atmel-sha204a - Fix error codes in OTP reads Thorsten Blum 2026-02-15 21:51:53 +01:00
  • b7abbc8c7a crypto: inside-secure/eip93 - fix register definition Aleksander Jan Bajkowski 2026-02-08 11:35:53 +01:00
  • 2127a1bf89 crypto: virtio - Convert from tasklet to BH workqueue Pat Somaru 2026-02-07 13:20:01 -05:00
  • 404ba6b46b crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des)) Aleksander Jan Bajkowski 2026-02-07 15:51:03 +01:00
  • 0441ee8d35 crypto: tesmgr - allow authenc(hmac(sha224/sha384),cbc(aes)) in fips mode Aleksander Jan Bajkowski 2026-02-06 20:26:59 +01:00
  • f050e4209a crypto: safexcel - Add support for authenc(hmac(md5),*) suites Aleksander Jan Bajkowski 2026-02-03 19:21:52 +01:00
  • c75daa3730 crypto: safexcel - Group authenc ciphersuites Aleksander Jan Bajkowski 2026-02-03 19:21:51 +01:00
  • 476466e927 crypto: caam - Replace snprintf with strscpy in caam_hash_alloc Thorsten Blum 2026-02-03 00:01:17 +01:00
  • a4559a2b37 crypto: octeontx - Replace scnprintf with strscpy in print_ucode_info Thorsten Blum 2026-02-02 18:33:21 +01:00
  • d240b079a3 crypto: atmel-sha204a - Fix OOM ->tfm_count leak Thorsten Blum 2026-02-19 00:54:00 +01:00
  • 889b0e2721 crypto: ccp - Fix use-after-free on error path Alper Ak 2026-02-09 13:30:42 +03:00
  • 8168a7b72b crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled Ashish Kalra 2026-02-06 21:26:45 +00:00
  • 6de23f81a5 Linux 7.0-rc1 Linus Torvalds 2026-02-22 13:18:59 -08:00
  • fbf3380361 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux Linus Torvalds 2026-02-22 13:12:04 -08:00
  • 75e1f66a9e Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux Linus Torvalds 2026-02-22 13:09:33 -08:00
  • aaf96df959 CREDITS: Add -next to Stephen Rothwell's entry Mark Brown 2026-02-17 13:10:46 +00:00
  • 746b9ef5d5 x509: select CONFIG_CRYPTO_LIB_SHA256 Arnd Bergmann 2026-02-17 08:26:49 +00:00
  • fd1d6b9d13 xz: fix arm fdt compile error for kmalloc replacement Haiyue Wang 2026-02-22 20:11:00 +08:00
  • 5f2eac7767 Merge tag 'rtc-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux Linus Torvalds 2026-02-22 09:43:11 -08:00
  • 1dd419145d Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux Linus Torvalds 2026-02-22 08:43:31 -08:00
  • d2ba6e9c0a Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Linus Torvalds 2026-02-22 08:40:13 -08:00
  • 189f164e57 Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses Kees Cook 2026-02-21 23:46:04 -08:00
  • 32a92f8c89 Convert more 'alloc_obj' cases to default GFP_KERNEL arguments Linus Torvalds 2026-02-21 20:03:00 -08:00
  • 323bbfcf1e Convert 'alloc_flex' family to use the new default GFP_KERNEL argument Linus Torvalds 2026-02-21 17:06:51 -08:00
  • bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument Linus Torvalds 2026-02-21 16:37:42 -08:00
  • e19e1b480a add default_gfp() helper macro and use it in the new *alloc_obj() helpers Linus Torvalds 2026-02-21 16:14:11 -08:00
  • fa5c82f4d2 slab.h: disable completely broken overflow handling in flex allocations Linus Torvalds 2026-02-21 15:12:09 -08:00
  • 8934827db5 Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux Linus Torvalds 2026-02-21 11:02:58 -08:00
  • c7decec2f2 Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools Linus Torvalds 2026-02-21 10:51:08 -08:00