summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
5 dayscrypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
5 dayscrypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham1-2/+2
5 dayscrypto: eip93 - fix hmac setkey algo selectionAleksander Jan Bajkowski1-1/+1
5 dayscrypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
5 dayscrypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu1-1/+1
5 dayscrypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
5 dayscrypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
5 dayscrypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta1-2/+18
5 dayscrypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta1-2/+12
5 dayscrypto: hisilicon/sec2 - prevent req used-after-free for secWenkai Lin1-1/+1
5 dayscrypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum1-2/+4
5 dayscrypto: tegra - Disable softirqs before finalizing requestHerbert Xu2-0/+12
5 dayscrypto: inside-secure/eip93 - register hash before authenc algorithmsAleksander Jan Bajkowski1-8/+8
5 dayscrypto: inside-secure/eip93 - fix register definitionAleksander Jan Bajkowski1-1/+1
2026-05-14crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4
2026-05-14crypto: qat - fix firmware loading failure for GEN6 devicesSuman Kumar Chakraborty3-1/+12
2026-05-14crypto: qat - fix indentation of macros in qat_hal.cSuman Kumar Chakraborty1-11/+11
2026-05-07crypto: nx - Fix packed layout in struct nx842_crypto_headerGustavo A. R. Silva1-2/+2
2026-05-07crypto: nx - fix context leak in nx842_crypto_free_ctxThorsten Blum1-4/+2
2026-05-07crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum1-4/+4
2026-05-07crypto: atmel-sha204a - Fix uninitialized data access on OTP read errorThorsten Blum1-0/+4
2026-05-07crypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum1-4/+2
2026-05-07crypto: atmel-sha204a - Fix error codes in OTP readsThorsten Blum2-5/+6
2026-05-07crypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
2026-05-07crypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
2026-05-07crypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier1-1/+1
2026-05-07crypto: atmel-ecc - Release client on allocation failureThorsten Blum1-0/+1
2026-05-07crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
2026-05-07crypto: talitos - rename first/last to first_desc/last_descPaul Louvel1-23/+23
2026-05-07crypto: talitos - fix SEC1 32k ahash request limitationPaul Louvel1-69/+147
2026-05-07crypto: qat - fix IRQ cleanup on 6xxx probe failureGiovanni Cabiddu1-1/+3
2026-05-07crypto: atmel-sha204a - Fix OTP sysfs read and error handlingThorsten Blum1-9/+11
2026-04-27crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-04-27crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-03Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-19/+28
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-19Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2026-03-14crypto: padlock-sha - Disable for Zhaoxin processorAlanSong-oc1-0/+7
2026-03-14crypto: ccp - Fix leaking the same page twiceGuenter Roeck1-3/+1
2026-02-28crypto: atmel-sha204a - Fix OOM ->tfm_count leakThorsten Blum1-2/+3
2026-02-28crypto: ccp - Fix use-after-free on error pathAlper Ak1-1/+1
2026-02-28crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabledAshish Kalra1-6/+4
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-5/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds10-22/+11
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds71-111/+111
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook88-176/+172
2026-02-14Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-13/+86