summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-04-03crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
2026-04-03crypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
2026-04-03crypto: qat - use acomp_tfm_ctx()Giovanni Cabiddu1-5/+3
2026-04-03crypto: ccp - Replace snprintf("%s") with strscpyThorsten Blum6-18/+15
2026-04-03crypto: hifn_795x - Replace snprintf("%s") with strscpyThorsten Blum1-3/+3
2026-04-03crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta1-2/+18
2026-04-03crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta1-2/+12
2026-04-02Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-19/+28
2026-03-30crypto/ccp: Update HV_FIXED page states to allow freeing of memoryTom Lendacky1-3/+10
2026-03-30crypto/ccp: Implement SNP x86 shutdownTycho Andersen (AMD)1-17/+24
2026-03-29x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/Tycho Andersen (AMD)1-8/+0
2026-03-29x86/sev, crypto/ccp: Move SNP init to ccp driverTycho Andersen (AMD)1-0/+2
2026-03-27crypto: qce - use memcpy_and_pad in qce_aead_setkeyThorsten Blum1-2/+2
2026-03-27crypto: inside-secure/eip93 - add missing address terminator characterMieczyslaw Nalewaj13-13/+13
2026-03-27crypto: inside-secure/eip93 - correct ecb(des-eip93) typoMieczyslaw Nalewaj1-1/+1
2026-03-27crypto: hisilicon/sec2 - prevent req used-after-free for secWenkai Lin1-1/+1
2026-03-27crypto: inside-secure/eip93 - make it selectable for ECONETAleksander Jan Bajkowski1-1/+1
2026-03-27crypto: ti - Add support for AES-CCM in DTHEv2 driverT Pratham3-16/+126
2026-03-27crypto: ti - Add support for AES-GCM in DTHEv2 driverT Pratham3-3/+628
2026-03-27crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_devThorsten Blum1-11/+5
2026-03-27crypto: stm32 - use list_first_entry_or_null to simplify hash_find_devThorsten Blum1-11/+5
2026-03-27crypto: qat - add anti-rollback support for GEN6 devicesSuman Kumar Chakraborty13-5/+383
2026-03-27crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4
2026-03-27crypto: nx - Fix packed layout in struct nx842_crypto_headerGustavo A. R. Silva1-2/+2
2026-03-27crypto: nx - annotate struct nx842_crypto_header with __counted_byThorsten Blum1-1/+1
2026-03-27crypto: marvell/cesa - use memcpy_and_pad in mv_cesa_ahash_exportThorsten Blum1-2/+1
2026-03-27crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/removeThorsten Blum1-17/+10
2026-03-26crypto: caam - fix overflow on long hmac keysHoria Geantă1-1/+2
2026-03-26crypto: caam - fix DMA corruption on long hmac keysHoria Geantă1-1/+2
2026-03-26crypto: tegra - Add missing CRYPTO_ALG_ASYNCEric Biggers2-17/+24
2026-03-23crypto: sm3 - Remove 'struct sm3_state'Eric Biggers1-2/+2
2026-03-23crypto: sm3 - Replace with wrapper around libraryEric Biggers1-2/+2
2026-03-23crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3Eric Biggers2-2/+2
2026-03-23crypto: gcm - Use GHASH library instead of crypto_ahashEric Biggers1-1/+1
2026-03-22crypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum1-4/+2
2026-03-22crypto: hisilicon - add device load query functionality to debugfsZongyu Wu4-0/+102
2026-03-22crypto: nx - fix context leak in nx842_crypto_free_ctxThorsten Blum1-4/+2
2026-03-22crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum1-4/+4
2026-03-22crypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum1-2/+4
2026-03-22crypto: qat - add wireless mode support for QAT GEN6George Abraham P7-18/+137
2026-03-22crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
2026-03-22crypto: tegra - Disable softirqs before finalizing requestHerbert Xu2-0/+12
2026-03-22crypto: artpec6 - use memcpy_and_pad to simplify prepare_hashThorsten Blum1-6/+3
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2026-03-15crypto: atmel - use list_first_entry_or_null to simplify find_devThorsten Blum1-12/+5
2026-03-15crypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
2026-03-15crypto: inside-secure/eip93 - register hash before authenc algorithmsAleksander Jan Bajkowski1-8/+8
2026-03-15crypto: qat - fix firmware loading failure for GEN6 devicesSuman Kumar Chakraborty3-1/+12
2026-03-15crypto: qat - fix indentation of macros in qat_hal.cSuman Kumar Chakraborty1-11/+11
2026-03-15crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C checkThorsten Blum1-4/+0