summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney2022-03-231-7/+10
* crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut2022-01-271-2/+2
* crypto: stm32/cryp - fix double pm exitNicolas Toromanoff2022-01-271-2/+0
* crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye2022-01-271-1/+1
* crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-11-262-0/+12
* crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-11-261-0/+7
* crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin2021-11-261-0/+2
* crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter2021-10-061-6/+8
* crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2021-09-261-1/+1
* crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson2021-09-221-27/+9
* crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-09-221-3/+4
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-09-221-1/+0
* crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-09-225-16/+16
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-09-221-0/+2
* crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-09-221-3/+4
* crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-09-221-2/+3
* crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren2021-09-221-1/+1
* crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson2021-09-221-10/+35
* crypto: talitos - reduce max key size for SEC1Christophe Leroy2021-09-221-0/+4
* crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu2021-07-201-3/+5
* crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET2021-07-201-2/+4
* crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei2021-07-201-0/+1
* crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe2021-07-201-1/+1
* crypto: qat - remove unused macro in FW loaderJack Xu2021-07-201-1/+0
* crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-07-201-1/+5
* crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui2021-07-201-0/+1
* crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-05-221-0/+1
* crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu2021-05-221-8/+21
* crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang2021-05-223-6/+6
* crypto: qat - don't release uninitialized resourcesTong Zhang2021-05-221-4/+13
* crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe2021-03-041-6/+6
* crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe2021-03-041-2/+2
* crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy2021-03-042-12/+17
* crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa2021-03-043-4/+4
* crypto: sun4i-ss - fix kmap usageCorentin Labbe2021-03-041-44/+65
* cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-03-041-3/+0
* chtls: Fix potential resource leakPan Bian2021-02-131-4/+3
* chtls: Fix chtls resources release sequenceAyush Sawal2021-01-171-5/+4
* chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal2021-01-171-0/+5
* chtls: Replace skb_dequeue with skb_peekAyush Sawal2021-01-171-1/+1
* chtls: Fix panic when route to peer not configuredAyush Sawal2021-01-171-2/+12
* chtls: Remove invalid set_tcb callAyush Sawal2021-01-171-3/+0
* chtls: Fix hardware tid leakAyush Sawal2021-01-171-36/+3
* crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong2020-12-301-1/+2
* crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor2020-12-301-1/+1
* crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu2020-12-301-1/+1
* crypto: inside-secure - Fix sizeof() mismatchColin Ian King2020-12-301-1/+1
* crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy2020-12-301-3/+3
* crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy2020-12-301-2/+2
* chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav2020-12-081-0/+1