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-12crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2
2024-06-12crypto: bcm - Fix pointer arithmeticAleksandr Mishin1-1/+1
2024-04-03crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-04-03crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
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-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
2023-11-28crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu1-0/+2
2023-11-20crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALLPeter Gonda1-3/+5
2023-11-20crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu1-21/+25
2023-11-20crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu5-7/+27
2023-11-20crypto: hisilicon/qm - split a debugfs.c from qmKai Ye4-1172/+1192
2023-11-20crypto: hisilicon/qm - modify the process of regs dfxKai Ye4-77/+95
2023-11-20crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye1-1/+0
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 crypto algorithmsGiovanni Cabiddu2-1/+6
2023-11-20crypto: qat - extend buffer list interfaceGiovanni Cabiddu3-18/+54
2023-11-20crypto: qat - generalize crypto request buffersGiovanni Cabiddu3-39/+39
2023-11-20crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu3-45/+49
2023-11-20crypto: qat - rename bufferlist functionsGiovanni Cabiddu3-24/+24
2023-11-20crypto: qat - relocate bufferlist logicGiovanni Cabiddu4-184/+214
2023-11-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu1-1/+3