summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-20crypto: qat - use masks for AE groupsGiovanni Cabiddu1-21/+25
2023-11-20crypto: qat - refactor fw config related functionsGiovanni Cabiddu1-41/+28
2023-11-20crypto: qat - enable dc chaining serviceAdam Guerin6-4/+69
2023-11-20crypto: qat - consolidate services structureGiovanni Cabiddu4-67/+42
2023-11-20crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu5-7/+27
2023-11-20crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-11-20crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-11-20crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-11-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu2-1/+5
2023-11-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu2-1/+5
2023-11-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu1-1/+3
2023-11-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu2-7/+7
2023-11-20crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-11-20crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello1-1/+1
2023-10-18virtio-crypto: handle config changed by work queuezhenwei pi2-1/+16
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds117-2478/+6352
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+3