summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-06-16crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
2024-06-16crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2
2024-06-16crypto: ccp - Remove forward declarationNathan Chancellor1-28/+25
2024-06-16crypto: bcm - Fix pointer arithmeticAleksandr Mishin1-1/+1
2024-04-13crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-04-13crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2024-02-23crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin1-1/+1
2024-01-25crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait1-36/+2
2024-01-25crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait1-1/+4
2024-01-25crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait1-2/+8
2024-01-25crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait1-8/+10
2024-01-25crypto: sahara - fix ahash reqsizeOvidiu Panait1-2/+1
2024-01-25crypto: virtio - Wait for tasklet to complete on device removewangyangxin1-0/+3
2024-01-25crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait1-5/+3
2024-01-25crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait1-2/+7
2024-01-25crypto: sahara - fix ahash selftest failureOvidiu Panait1-1/+1
2024-01-25crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait1-21/+13
2024-01-25crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2024-01-25crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2023-11-20chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-09-23crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-09-23crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-08-11crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-03-11crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu1-6/+4
2023-01-18crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2023-01-18crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2023-01-18crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-10-26crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-08-25crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2-8/+8
2022-06-14crypto: marvell/cesa - ECB does not IVCorentin Labbe1-1/+0
2022-05-25crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek1-0/+1
2022-05-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun1-1/+3
2022-04-15crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2022-04-15crypto: vmx - add missing dependenciesPetr Vorel1-0/+4
2022-04-15crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt1-1/+1
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu1-0/+8
2022-03-23crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney1-7/+10
2022-01-27crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut1-2/+2
2022-01-27crypto: stm32/cryp - fix double pm exitNicolas Toromanoff1-2/+0
2022-01-27crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2021-11-26crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-11-26crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-11-26crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin1-0/+2
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-09-26crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2021-09-22crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson1-27/+9
2021-09-22crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-09-22crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-09-22crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-09-22crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2