summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
35 hourscrypto: qce - Remove unsafe/deprecated algorithmsBartosz Golaszewski7-239/+20
35 hourscrypto: mxs-dcp - fix source scatterlist length accessThorsten Blum1-1/+1
35 hourscrypto: iaa - fall back to software for multi-entry scatterlistsGiovanni Cabiddu3-51/+71
35 hourscrypto: qce - fix CCM AAD buffer underallocationMd Sadre Alam1-1/+1
35 hourscrypto: atmel-tdes - use scatterlist length before DMA mappingThorsten Blum1-3/+2
35 hourscrypto: sun8i-ss - Remove crypto_rng interfaceEric Biggers5-254/+0
35 hourscrypto: sun8i-ce - Remove crypto_rng interfaceEric Biggers5-260/+0
35 hourscrypto: qcom-rng - Allow zero as a random numberEric Biggers1-2/+0
35 hourscrypto: qcom-rng - Remove crypto_rng interfaceEric Biggers2-140/+19
35 hourscrypto: qcom-rng - Enable clock in hwrng caseEric Biggers1-0/+16
35 hourscrypto: virtio - bound the akcipher result lengthBryam Vargas1-1/+2
2026-08-10Merge tag 'v7.2-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-21/+5
2026-07-30crypto: starfive - use scatterlist length before DMA mappingThorsten Blum1-1/+1
2026-07-30crypto: qce - fix error path in devm_qce_register_algsThorsten Blum1-1/+1
2026-07-30crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req()Vladislav Dronov1-19/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)12-12/+0
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+93
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds110-3208/+1684
2026-06-12crypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang1-1/+1
2026-06-12crypto: atmel-ecc - drop dead code in atmel_ecdh_max_sizeThorsten Blum1-9/+1
2026-06-12crypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
2026-06-12crypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
2026-06-12crypto: amcc - convert irq_of_parse_and_map to platform_get_irqRosen Penev2-2/+6
2026-06-12crypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers5-142/+0
2026-06-12hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/Eric Biggers3-354/+0
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers2-30/+16
2026-06-11crypto: xilinx-trng - Fix return value of xtrng_hwrng_trng_read()Eric Biggers1-3/+6
2026-06-11crypto: xilinx-trng - Remove crypto_rng interfaceEric Biggers2-82/+4
2026-06-11crypto: exynos-rng - Remove exynos-rng driverEric Biggers3-418/+0
2026-06-11hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/Eric Biggers4-108/+0
2026-06-11crypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-295/+2
2026-06-11crypto: loongson - Remove broken and unused loongson-rngEric Biggers5-218/+0
2026-06-11crypto: crypto4xx - Remove insecure and unused rng_algEric Biggers4-104/+0
2026-06-11crypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
2026-06-10PCI/P2PDMA: Add Intel QAT, DSA, IAA devices to whitelistLukas Wunner1-5/+0
2026-06-05crypto: qat - simplify adf_service_mask_to_string helperThorsten Blum1-4/+3
2026-06-05crypto: qat - add KPT support for GEN6 devicesJunyuan Wang14-2/+489
2026-06-05crypto: nx - fix nx_crypto_ctx_exit argumentSam James2-5/+3
2026-05-29crypto: loongson - Select CRYPTO_RNGEric Biggers1-0/+1
2026-05-29crypto: ccp/tsm - Enable the root port after the endpointAlexey Kardashevskiy1-5/+5
2026-05-29crypto: qat - use pci logging variants for PCI-specific messagesAhsan Atta10-29/+28
2026-05-29crypto: qat - protect service table iterations with service_lockAhsan Atta1-0/+16
2026-05-29crypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
2026-05-29crypto: octeontx - use strscpy_pad in ucode_load_storeThorsten Blum1-3/+2
2026-05-29crypto: atmel-ecc - Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-29crypto: atmel-sha204a - Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-29crypto: atmel-sha204a - Drop of_device_id dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-29crypto: tegra - Return ENOMEM when input buffer allocation fails for ccmHerbert Xu1-3/+2
2026-05-29crypto: tegra - Fix dma_free_coherent size errorHerbert Xu1-12/+16