summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-01-12virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()Wei Yongjun1-1/+2
2023-01-07crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello1-1/+10
2023-01-07crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2023-01-07crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang2-3/+3
2022-12-31crypto: hisilicon/qm - increase the memory of local variablesKai Ye1-2/+1
2022-12-31crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song1-8/+2
2022-12-31crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2022-12-31crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2022-12-31crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2-2/+1
2022-12-31crypto: qat - fix error return code in adf_probeWang Yufen1-0/+1
2022-12-31crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-12-31crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-12-31crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2022-12-31crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2022-12-31crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2022-12-31crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2022-12-31crypto: rockchip - add fallback for cipherCorentin Labbe3-13/+90
2022-12-31crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2022-12-31crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2022-12-31crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova1-0/+1
2022-12-31crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe1-1/+1
2022-12-31crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian1-1/+1
2022-12-31crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian4-67/+141
2022-12-31crypto: hisilicon/qm - fix missing destroy qp_idrWeili Qian1-3/+4
2022-12-14crypto: ccp - Add a quirk to firmware updateJarkko Sakkinen1-2/+14
2022-10-21crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-10-21crypto: marvell/octeontx - prevent integer overflowsDan Carpenter1-2/+16
2022-10-21crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-10-21crypto: inside-secure - Change swab to swab32Peter Harliman Liem1-4/+4
2022-10-21crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko1-1/+5
2022-10-21crypto: hisilicon/qm - fix missing put dfx accessWeili Qian1-2/+4
2022-10-21crypto: qat - fix default value of WDT timerLucas Segarra Fernandez1-1/+1
2022-10-21crypto: ccp - Fail the PSP initialization when writing psp data file failedJacky Li1-11/+15
2022-10-21crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua1-2/+2
2022-10-21crypto: 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-09-28virtio-crypto: fix memory-leaklei he1-0/+4
2022-08-03Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds59-297/+632
2022-07-29crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+5
2022-07-29crypto: hisilicon/sec - fix auth key size errorKai Ye2-3/+4
2022-07-29crypto: ccree - Remove a useless dma_supported() callChristophe JAILLET1-10/+3
2022-07-29crypto: ccp - Add support for new CCP/PSP device IDMario Limonciello1-0/+7
2022-07-29crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár1-0/+2
2022-07-29crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao1-1/+1
2022-07-22crypto: keembay-ocs-ecc - Drop if with an always false conditionUwe Kleine-König1-2/+0
2022-07-15crypto: sa2ul - Check engine status before enablingAndrew Davis2-8/+8
2022-07-15crypto: sa2ul - Set the supported_algos bits individuallyAndrew Davis1-1/+9
2022-07-15crypto: atmel-tdes - initialize tdes_dd while declaringClaudiu Beznea1-3/+1
2022-07-15crypto: atmel-sha - initialize sha_dd while declaringClaudiu Beznea1-3/+1
2022-07-15crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2-4/+5