summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2022-01-27crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li
2022-01-27crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut
2022-01-27crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit
2022-01-27crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu
2022-01-27crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff
2022-01-27crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff
2022-01-27crypto: stm32/cryp - fix double pm exitNicolas Toromanoff
2022-01-27crypto: stm32/cryp - check early input dataNicolas Toromanoff
2022-01-27crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff
2022-01-27crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff
2022-01-27crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu
2022-01-27crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu
2022-01-27crypto: qat - make pfvf send message direction agnosticMarco Chiappero
2022-01-27crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero
2022-01-27crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury
2022-01-27crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye
2022-01-27crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye
2021-11-18crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu
2021-11-18crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu
2021-11-18crypto: caam - disable pkc for non-E SoCsMichael Walle
2021-11-18crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter
2021-09-18crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson
2021-09-18crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh
2021-09-15crypto: qat - use proper type for vf_maskGiovanni Cabiddu
2021-09-15crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu
2021-09-15crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero
2021-09-15crypto: qat - fix reuse of completion variableMarco Chiappero
2021-09-15crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu
2021-09-15crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu
2021-09-15crypto: omap - Fix inconsistent locking of device listsBen Hutchings
2021-09-15crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren
2021-09-15crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson
2021-07-14crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun
2021-07-14crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu
2021-07-14crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong
2021-07-14crypto: nitrox - fix unchecked variable in nitrox_register_interruptsTong Tiangen
2021-07-14crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET
2021-07-14crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna
2021-07-14crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna
2021-07-14crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei
2021-07-14crypto: ixp4xx - update IV after requestsCorentin Labbe
2021-07-14crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe
2021-07-14crypto: hisilicon/sec - fixup 3des minimum key size declarationKai Ye
2021-07-14crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath
2021-07-14crypto: qat - remove unused macro in FW loaderJack Xu
2021-07-14crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu
2021-07-14crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui
2021-07-14crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel
2021-07-14crypto: nx - Fix memcpy() over-reading in nonceKees Cook