summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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: sahara - handle zero-length aes requestsOvidiu Panait2024-01-251-0/+3
* crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait2024-01-251-60/+25
* crypto: virtio - Wait for tasklet to complete on device removewangyangxin2024-01-251-0/+3
* crypto: hisilicon/zip - save capability registers in probe processZhiqi Song2024-01-251-13/+60
* crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song2024-01-253-6/+57
* crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song2024-01-251-18/+64
* crypto: hisilicon/qm - add a function to set qm algsWenkai Lin2024-01-254-119/+55
* crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang2024-01-251-0/+65
* crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song2024-01-251-10/+52
* 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 - fix cbc selftest failureOvidiu Panait2024-01-251-2/+31
* crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait2024-01-251-21/+13
* crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich2024-01-251-8/+11
* crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu2024-01-251-1/+4
* crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni2024-01-251-2/+1
* crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2024-01-252-10/+15
* crypto: jh7110 - Correct deferred probe returnChanho Park2024-01-251-7/+3
* crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu2024-01-101-65/+40
* crypto: qat - fix double free during resetSvyatoslav Pankratov2024-01-101-1/+2
* crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu2023-11-281-0/+2
* crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu2023-11-201-21/+25
* crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu2023-11-203-0/+58
* crypto: qat - use masks for AE groupsGiovanni Cabiddu2023-11-201-21/+25
* crypto: qat - refactor fw config related functionsGiovanni Cabiddu2023-11-201-41/+28
* crypto: qat - enable dc chaining serviceAdam Guerin2023-11-206-4/+69
* crypto: qat - consolidate services structureGiovanni Cabiddu2023-11-204-67/+42
* crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu2023-11-205-7/+27
* crypto: qat - increase size of buffersGiovanni Cabiddu2023-11-202-3/+3
* crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain2023-11-201-1/+2
* crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain2023-11-201-1/+2
* crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu2023-11-202-1/+5
* crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu2023-11-202-1/+5
* crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu2023-11-201-1/+3
* crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu2023-11-202-7/+7
* crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET2023-11-201-1/+1
* crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello2023-11-201-1/+1
* virtio-crypto: handle config changed by work queuezhenwei pi2023-10-182-1/+16
* Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-29117-2478/+6352
|\
| * crypto: chelsio - Remove unused declarationsYue Haibing2023-08-252-2/+0
| * crypto: qat - fix crypto capability detection for 4xxxAdam Guerin2023-08-252-1/+13
| * crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-2333-45/+25
| * crypto: zynqmp - Use new crypto_engine_op interfaceHerbert Xu2023-08-181-17/+18
| * crypto: virtio - Use new crypto_engine_op interfaceHerbert Xu2023-08-182-26/+30