summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-10-24crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-10-24crypto: marvell/octeontx - prevent integer overflowsDan Carpenter1-2/+16
2022-10-24crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-10-24crypto: inside-secure - Change swab to swab32Peter Harliman Liem1-4/+4
2022-10-24crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko1-1/+5
2022-10-24crypto: hisilicon/qm - fix missing put dfx accessWeili Qian1-2/+4
2022-10-24crypto: qat - fix default value of WDT timerLucas Segarra Fernandez1-1/+1
2022-10-24crypto: ccp - Fail the PSP initialization when writing psp data file failedJacky Li1-11/+15
2022-10-24crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua1-2/+2
2022-10-24crypto: sahara - don't sleep when in softirqZhengchao Shao1-9/+9
2022-10-15Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu1-6/+6
2022-08-17crypto: hisilicon/sec - fix auth key size errorKai Ye2-3/+4
2022-08-17crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár1-0/+2
2022-08-17crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao1-1/+1
2022-08-17crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2-8/+8
2022-08-17crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2-11/+11
2022-08-17crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky1-1/+1
2022-08-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov1-0/+1
2022-08-17crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu1-2/+2
2022-08-17crypto: sun8i-ss - Fix error codes for dma_mapping_error()Dan Carpenter1-2/+4
2022-08-17crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter1-4/+12
2022-08-17crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen1-4/+6
2022-07-07crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld1-115/+0
2022-06-24crypto: ccp - Fix device IRQ counting by using platform_irq_count()Tom Lendacky1-10/+2
2022-05-31virtio-crypto: enable retry for virtio-crypto-devlei he1-1/+2
2022-05-31virtio-crypto: adjust dst_len at ops callbacklei he1-1/+4
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi4-55/+64
2022-05-31virtio-crypto: use private buffer for control requestzhenwei pi3-45/+79
2022-05-31virtio-crypto: change code stylezhenwei pi2-53/+59
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2022-05-28Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds77-881/+2605
2022-05-23crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum3-0/+186
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum3-3/+19
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni1-1/+1
2022-05-20crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye1-2/+0
2022-05-20crypto: qat - add support for 401xx devicesGiovanni Cabiddu4-0/+5
2022-05-20crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu2-14/+0
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu3-14/+27
2022-05-20crypto: qat - add param check for DHGiovanni Cabiddu1-0/+4
2022-05-20crypto: qat - add param check for RSAGiovanni Cabiddu1-0/+8
2022-05-20crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu1-49/+34
2022-05-20crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu1-77/+60
2022-05-20crypto: qat - fix memory leak in RSAGiovanni Cabiddu1-11/+1
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu9-18/+123
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu6-54/+101
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2-27/+61
2022-05-20crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu1-0/+3
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov1-2/+2
2022-05-13crypto: talitos - Uniform coding style with defined variablejianchunfu1-5/+5
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi1-6/+1