summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam2022-06-061-0/+18
* crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek2022-05-251-0/+1
* crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-05-251-1/+3
* crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye2022-04-081-3/+5
* crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa2022-04-081-1/+42
* crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye2022-04-081-1/+1
* crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu2022-04-081-1/+1
* crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu2022-04-081-1/+1
* crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie2022-04-081-1/+1
* crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns2022-04-081-0/+16
* crypto: vmx - add missing dependenciesPetr Vorel2022-04-081-0/+4
* crypto: gemini - call finalize with bh disabledCorentin Labbe2022-04-081-0/+2
* crypto: amlogic - call finalize with bh disabledCorentin Labbe2022-04-081-0/+2
* crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-04-082-0/+6
* crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2022-04-082-0/+6
* crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye2022-04-081-3/+13
* crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef2022-04-081-0/+7
* crypto: rockchip - ECB does not need IVCorentin Labbe2022-04-081-1/+0
* crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton2022-04-081-10/+7
* crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt2022-04-081-1/+1
* crypto: octeontx2 - select CONFIG_NET_DEVLINKShijith Thotton2022-04-081-0/+1
* crypto: qat - fix access to PFVF interrupt registers for GEN4Giovanni Cabiddu2022-04-081-33/+9
* crypto: sun8i-ss - really disable hash on A80Corentin Labbe2022-04-081-0/+2
* crypto: qat - fix a signedness bug in get_service_enabled()Dan Carpenter2022-04-081-1/+1
* crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda2022-04-081-1/+1
* crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-282-0/+14
* crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney2022-03-141-7/+10
* crypto: octeontx2 - Avoid stack variable overflowKees Cook2022-01-311-1/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-4/+4
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-4/+4
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-1193-1855/+4072
|\ \
| * | crypto: qat - fix definition of ring reset resultsGiovanni Cabiddu2021-12-311-4/+4
| * | crypto: hisilicon - cleanup warning in qm_get_qos_value()Tom Rix2021-12-311-1/+1
| * | crypto: ccp - remove unneeded semicolonYang Li2021-12-311-1/+1
| * | crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut2021-12-311-2/+2
| * | crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar2021-12-242-19/+9
| * | crypto: hisilicon/qm - disable qm clock-gatingWeili Qian2021-12-241-0/+17
| * | crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit2021-12-241-1/+1
| * | crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter2021-12-241-1/+2
| * | crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()Dan Carpenter2021-12-241-1/+1
| * | crypto: qat - add support for compression for 4xxxTomasz Kowalik2021-12-248-13/+147
| * | crypto: qat - allow detection of dc capabilities for 4xxxGiovanni Cabiddu2021-12-242-26/+44
| * | crypto: qat - add PFVF support to enable the reset of ring pairsMarco Chiappero2021-12-243-0/+67
| * | crypto: qat - add PFVF support to the GEN4 host driverMarco Chiappero2021-12-245-10/+196
| * | crypto: qat - config VFs based on ring-to-svc mappingMarco Chiappero2021-12-246-13/+34
| * | crypto: qat - exchange ring-to-service mappings over PFVFMarco Chiappero2021-12-247-1/+63
| * | crypto: qat - support fast ACKs in the PFVF protocolMarco Chiappero2021-12-245-30/+91
| * | crypto: qat - exchange device capabilities over PFVFMarco Chiappero2021-12-248-4/+112
| * | crypto: qat - introduce support for PFVF block messagesMarco Chiappero2021-12-249-3/+442
| * | crypto: qat - store the ring-to-service mappingMarco Chiappero2021-12-2411-0/+44