summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu2024-10-101-0/+2
* crypto: hisilicon - fix missed error branchYang Shen2024-10-101-4/+10
* crypto: octeontx2 - Fix authenc setkeyHerbert Xu2024-10-101-164/+90
* crypto: octeontx - Fix authenc setkeyHerbert Xu2024-10-101-168/+93
* crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri2024-10-041-0/+2
* crypto: qcom-rng - fix support for ACPI-based systemsBrian Masney2024-10-041-2/+2
* crypto: caam - Pad SG length when allocating hash edescHerbert Xu2024-10-041-0/+1
* crypto: n2 - Set err to EINVAL if snprintf fails for hmacHerbert Xu2024-10-041-0/+1
* crypto: hisilicon/qm - inject error before stopping queueWeili Qian2024-10-041-23/+24
* crypto: hisilicon/qm - reset device before enabling itWeili Qian2024-10-044-64/+121
* crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian2024-10-041-16/+6
* crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah2024-10-041-1/+12
* crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov2024-10-041-1/+1
* crypto: iaa - Fix potential use after free bugDan Carpenter2024-10-041-2/+2
* crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki2024-10-041-3/+6
* crypto: qat - fix recovery flow for VFsMichal Witwicki2024-10-043-0/+17
* crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki2024-10-041-2/+2
* crypto: starfive - Fix nent assignment in rsa decJia Jie Ho2024-09-122-3/+1
* crypto: starfive - Align rsa input data to 32-bitJia Jie Ho2024-09-122-5/+10
* crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj2024-09-122-3/+9
* crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun2024-09-121-0/+1
* crypto: stm32/cryp - call finalize with bh disabledMaxime Méré2024-09-081-1/+5
* crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips2024-08-031-1/+7
* crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir2024-08-031-1/+2
* crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar2024-08-031-2/+4
* crypto: atmel-sha204a - fix negated return valueLothar Rubusch2024-08-031-1/+1
* crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remo...Christophe JAILLET2024-08-031-1/+0
* Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-06-271-2/+3
|\
| * crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng2024-06-211-2/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \
| * | crypto: virtio - drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-201-14/+5
|\ \ \ | | |/ | |/|
| * | crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu2024-05-171-14/+5
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-188-8/+8
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-108-8/+8
| | |/ | |/|
* | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-141-3/+6
|\ \ \
| * | | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-3/+6
| |/ /
* | | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-1374-1179/+8191
|\ \ \ | | |/ | |/|
| * | crypto: atmel-sha204a - provide the otp contentLothar Rubusch2024-05-101-0/+45
| * | crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch2024-05-103-0/+52
| * | crypto: atmel-i2c - rename read functionLothar Rubusch2024-05-102-4/+4
| * | crypto: atmel-i2c - add missing arg descriptionLothar Rubusch2024-05-101-0/+1
| * | crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum2024-05-101-4/+2
| * | crypto: sahara - use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-05-101-8/+8
| * | crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta2024-05-101-0/+3
| * | crypto: caam - init-clk based on caam-page0-accessPankaj Gupta2024-05-101-1/+15
| * | crypto: starfive - Use fallback for unaligned dma accessJia Jie Ho2024-05-101-5/+7
| * | crypto: starfive - Do not free stack bufferJia Jie Ho2024-05-101-1/+0
| * | crypto: starfive - Skip unneeded fallback allocationJia Jie Ho2024-05-101-6/+4
| * | crypto: starfive - Skip dma setup for zeroed messageJia Jie Ho2024-05-101-0/+4