summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2024-10-10crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu
2024-10-10crypto: hisilicon - fix missed error branchYang Shen
2024-10-10crypto: octeontx2 - Fix authenc setkeyHerbert Xu
2024-10-10crypto: octeontx - Fix authenc setkeyHerbert Xu
2024-10-04crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri
2024-10-04crypto: qcom-rng - fix support for ACPI-based systemsBrian Masney
2024-10-04crypto: caam - Pad SG length when allocating hash edescHerbert Xu
2024-10-04crypto: n2 - Set err to EINVAL if snprintf fails for hmacHerbert Xu
2024-10-04crypto: hisilicon/qm - inject error before stopping queueWeili Qian
2024-10-04crypto: hisilicon/qm - reset device before enabling itWeili Qian
2024-10-04crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian
2024-10-04crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah
2024-10-04crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov
2024-10-04crypto: iaa - Fix potential use after free bugDan Carpenter
2024-10-04crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki
2024-10-04crypto: qat - fix recovery flow for VFsMichal Witwicki
2024-10-04crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki
2024-09-12crypto: starfive - Fix nent assignment in rsa decJia Jie Ho
2024-09-12crypto: starfive - Align rsa input data to 32-bitJia Jie Ho
2024-09-12crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj
2024-09-12crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun
2024-09-08crypto: stm32/cryp - call finalize with bh disabledMaxime Méré
2024-08-03crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips
2024-08-03crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir
2024-08-03crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar
2024-08-03crypto: atmel-sha204a - fix negated return valueLothar Rubusch
2024-08-03crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remo...Christophe JAILLET
2024-06-27Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-06-21crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22crypto: virtio - drop owner assignmentKrzysztof Kozlowski
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-17crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-13Merge tag 'keys-trusted-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-05-10crypto: atmel-sha204a - provide the otp contentLothar Rubusch
2024-05-10crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch
2024-05-10crypto: atmel-i2c - rename read functionLothar Rubusch
2024-05-10crypto: atmel-i2c - add missing arg descriptionLothar Rubusch
2024-05-10crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum
2024-05-10crypto: sahara - use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-05-10crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta
2024-05-10crypto: caam - init-clk based on caam-page0-accessPankaj Gupta
2024-05-10crypto: starfive - Use fallback for unaligned dma accessJia Jie Ho
2024-05-10crypto: starfive - Do not free stack bufferJia Jie Ho
2024-05-10crypto: starfive - Skip unneeded fallback allocationJia Jie Ho
2024-05-10crypto: starfive - Skip dma setup for zeroed messageJia Jie Ho