summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King2021-03-131-1/+3
| * crypto: cavium - remove unused including <linux/version.h>Tian Tao2021-03-131-1/+0
| * crypto: nx - add missing call to of_node_put()Yang Li2021-03-071-1/+3
| * crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSSKrzysztof Kozlowski2021-03-071-1/+1
| * crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe2021-03-071-1/+1
| * crypto: qce - Remove totallen and offset in qce_startThara Gopinath2021-03-074-14/+10
| * crypto: qce - Remover src_tbl from qce_cipher_reqctxThara Gopinath2021-03-071-1/+0
| * crypto: qce - Set data unit size to message length for AES XTS transformationThara Gopinath2021-03-071-4/+4
| * crypto: qce - Improve the conditions for requesting AES fallback cipherThara Gopinath2021-03-071-6/+11
| * crypto: qce - Set ivsize to 0 for ecb(aes)Thara Gopinath2021-03-071-1/+1
| * crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Thara Gopinath2021-03-071-0/+9
| * crypto: qce - Return error for zero length messagesThara Gopinath2021-03-071-0/+5
| * crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsThara Gopinath2021-03-071-0/+15
| * crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...Thara Gopinath2021-03-071-1/+18
| * crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath2021-03-071-0/+19
| * crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath2021-03-071-88/+34
| * crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()Wei Yongjun2021-03-071-1/+3
| * crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()Wei Yongjun2021-03-071-1/+3
| * crypto: amlogic - Fix unnecessary check in meson_crypto_probe()Tang Bin2021-03-071-3/+0
| * crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2021-03-072-3/+3
* | vio: make remove callback return voidUwe Kleine-König2021-03-022-6/+2
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-2187-5977/+10711
|\
| * crypto: hisilicon/qm - fix printing format issueWeili Qian2021-02-102-9/+9
| * crypto: hisilicon/qm - do not reset hardware when CE happensWeili Qian2021-02-105-7/+24
| * crypto: hisilicon/qm - update irqflagSihang Chen2021-02-101-4/+3
| * crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'Weili Qian2021-02-101-1/+1
| * crypto: hisilicon/qm - fix request missing errorWeili Qian2021-02-101-0/+28
| * crypto: hisilicon/qm - removing driver after resetWeili Qian2021-02-105-20/+36
| * crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann2021-02-101-2/+1
| * crypto: hisilicon/hpre - enable Elliptic curve cryptographyHui Tang2021-02-101-1/+8
| * crypto: hisilicon - PASID fixed on Kunpeng 930Weili Qian2021-02-105-10/+24
| * crypto: hisilicon/qm - fix use of 'dma_map_single'Weili Qian2021-02-101-23/+27
| * crypto: hisilicon/hpre - tiny fixHui Tang2021-02-101-5/+8
| * crypto: hisilicon/hpre - adapt the number of clustersHui Tang2021-02-102-27/+52
| * crypto: cpt - remove casting dma_alloc_coherentXu Wang2021-02-101-4/+4
| * crypto: keembay-ocs-aes - Fix 'q' assignment during CCM B0 generationDaniele Alessandrelli2021-02-101-3/+3
| * crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEJiapeng Chong2021-02-101-2/+2
| * crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2Geert Uytterhoeven2021-02-101-1/+1
| * crypto: crypto4xx - Avoid linking failure with HW_RANDOM=mFlorian Fainelli2021-02-051-1/+1
| * crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELLHerbert Xu2021-02-051-0/+1
| * crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter2021-02-051-1/+1
| * crypto: ccree - fix spelling typo of allocateddingsenjie2021-02-051-1/+1
| * crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu2021-01-295-36/+148
| * crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy2021-01-291-0/+22
| * crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy2021-01-292-12/+17
| * crypto: hisilicon/hpre - add ecc algorithm inqury for uacce deviceHui Tang2021-01-291-1/+4
| * crypto: hisilicon/hpre - add two RAS correctable errors processingHui Tang2021-01-291-2/+6
| * crypto: hisilicon/hpre - delete ECC 1bit error reported thresholdHui Tang2021-01-291-2/+0
| * crypto: keembay - use 64-bit arithmetic for computing bit_lenOvidiu Panait2021-01-221-2/+2
| * crypto: octeontx2 - register with linux crypto frameworkSrujana Challa2021-01-227-2/+1961