summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu2024-06-161-14/+5
* crypto: ccp - drop platform ifdef checksArnd Bergmann2024-06-161-12/+2
* crypto: ccp - Remove forward declarationNathan Chancellor2024-06-161-28/+25
* crypto: bcm - Fix pointer arithmeticAleksandr Mishin2024-06-161-1/+1
* crypto: qat - resolve race condition during AER recoveryDamian Muszynski2024-04-131-6/+16
* crypto: qat - fix double free during resetSvyatoslav Pankratov2024-04-131-1/+2
* crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin2024-02-231-1/+1
* crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait2024-01-251-36/+2
* crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait2024-01-251-1/+4
* crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait2024-01-251-2/+8
* crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait2024-01-251-8/+10
* crypto: sahara - fix ahash reqsizeOvidiu Panait2024-01-251-2/+1
* crypto: virtio - Wait for tasklet to complete on device removewangyangxin2024-01-251-0/+3
* crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait2024-01-251-5/+3
* crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait2024-01-251-2/+7
* crypto: sahara - fix ahash selftest failureOvidiu Panait2024-01-251-1/+1
* crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait2024-01-251-21/+13
* crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu2024-01-251-1/+4
* crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2024-01-252-10/+15
* chtls: fix tp->rcv_tstamp initializationEric Dumazet2023-11-201-1/+1
* crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin2023-09-231-1/+1
* crypto: caam - fix unchecked return value errorGaurav Jain2023-09-231-1/+3
* crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2023-08-112-3/+3
* crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu2023-03-111-6/+4
* crypto: n2 - add missing hash statesizeCorentin Labbe2023-01-181-0/+6
* crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui2023-01-181-2/+6
* crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König2023-01-181-1/+1
* crypto: cavium - prevent integer overflow loading firmwareDan Carpenter2022-10-261-2/+4
* crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-08-252-8/+8
* crypto: marvell/cesa - ECB does not IVCorentin Labbe2022-06-141-1/+0
* crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek2022-05-251-0/+1
* crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-05-251-1/+3
* crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns2022-04-151-0/+16
* crypto: vmx - add missing dependenciesPetr Vorel2022-04-151-0/+4
* crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt2022-04-151-1/+1
* crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-281-0/+8
* crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney2022-03-231-7/+10
* crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut2022-01-271-2/+2
* crypto: stm32/cryp - fix double pm exitNicolas Toromanoff2022-01-271-2/+0
* crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye2022-01-271-1/+1
* crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-11-262-0/+12
* crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-11-261-0/+7
* crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin2021-11-261-0/+2
* crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter2021-10-061-6/+8
* crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2021-09-261-1/+1
* crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson2021-09-221-27/+9
* crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-09-221-3/+4
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-09-221-1/+0
* crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-09-225-16/+16
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-09-221-0/+2