summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
11 dayscrypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang1-3/+18
2024-06-27crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang1-4/+1
2024-06-27crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang1-1/+3
2024-06-16crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
2024-06-12crypto: qat - specify firmware files for 402xxGiovanni Cabiddu1-0/+2
2024-06-12crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2
2024-06-12crypto: bcm - Fix pointer arithmeticAleksandr Mishin1-1/+1
2024-04-03crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov1-17/+17
2024-04-03crypto: rk3288 - Fix use after free in unprepareHerbert Xu1-2/+2
2024-04-03crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-03-27crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski1-0/+8
2024-03-27crypto: qat - relocate and rename get_service_enabled()Jie Wang3-26/+34
2024-03-27crypto: qat - move adf_cfg_servicesGiovanni Cabiddu4-13/+24
2024-03-27crypto: qat - avoid division by zeroAdam Guerin1-0/+3
2024-03-27crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello1-2/+9
2024-03-27crypto: xilinx - call finalize with bh disabledQuanyang Wang1-0/+3
2024-03-01crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi1-2/+3
2024-02-23crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-02-05crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin1-1/+1
2024-02-05crypto: octeontx2 - Fix cptvf driver cleanupBharat Bhushan2-2/+7
2024-02-05crypto: starfive - Fix dev_err_probe return errorJia Jie Ho1-1/+1
2024-01-26crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait1-36/+2
2024-01-26crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait1-1/+4
2024-01-26crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait1-2/+8
2024-01-26crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait1-8/+10
2024-01-26crypto: sahara - fix ahash reqsizeOvidiu Panait1-2/+1
2024-01-26crypto: sahara - handle zero-length aes requestsOvidiu Panait1-0/+3
2024-01-26crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait1-60/+25
2024-01-26crypto: virtio - Wait for tasklet to complete on device removewangyangxin1-0/+3
2024-01-26crypto: hisilicon/zip - save capability registers in probe processZhiqi Song1-13/+60
2024-01-26crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song3-6/+57
2024-01-26crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song1-18/+64
2024-01-26crypto: hisilicon/qm - add a function to set qm algsWenkai Lin4-119/+55
2024-01-26crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang1-0/+65
2024-01-26crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song1-10/+52
2024-01-26crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait1-5/+3
2024-01-26crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait1-2/+7
2024-01-26crypto: sahara - fix ahash selftest failureOvidiu Panait1-1/+1
2024-01-26crypto: sahara - fix cbc selftest failureOvidiu Panait1-2/+31
2024-01-26crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait1-21/+13
2024-01-26crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich1-8/+11
2024-01-26crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2024-01-26crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni1-2/+1
2024-01-26crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2024-01-26crypto: jh7110 - Correct deferred probe returnChanho Park1-7/+3
2024-01-10crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu1-65/+40
2024-01-10crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-11-28crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu1-0/+2
2023-11-20crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu1-21/+25
2023-11-20crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu3-0/+58