summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-05-14crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-05-14crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-05-14crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-05-14crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-05-11crypto: omap-aes - Fix PM reference leak on omap-aes.cShixin Liu1-3/+3
2021-05-11crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu1-2/+2
2021-05-11crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu1-4/+4
2021-05-11crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-03-04crypto: sun4i-ss - initialize need_fallbackCorentin Labbe1-1/+1
2021-03-04crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe1-6/+6
2021-03-04crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe1-2/+2
2021-03-04crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy2-12/+17
2021-03-04crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa3-4/+4
2021-03-04crypto: sun4i-ss - fix kmap usageCorentin Labbe1-44/+65
2021-03-04crypto: sun4i-ss - linearize buffers content must be keptCorentin Labbe2-8/+6
2021-03-04cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal1-3/+0
2021-02-13chtls: Fix potential resource leakPan Bian1-4/+3
2021-01-17chtls: Fix chtls resources release sequenceAyush Sawal1-5/+4
2021-01-17chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-17chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-17chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-17chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-17chtls: Fix hardware tid leakAyush Sawal1-36/+3
2020-12-30crypto: atmel-i2c - select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2020-12-30crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong1-1/+2
2020-12-30crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor1-1/+1
2020-12-30crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu1-1/+1
2020-12-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King1-1/+1
2020-12-30crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2020-12-30crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy1-2/+2
2020-12-08chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter1-0/+1
2020-12-08chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav1-0/+1
2020-11-10chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav1-1/+1
2020-11-10chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav1-0/+3
2020-11-01chelsio/chtls: fix tls record info to userVinay Kumar Yadav1-2/+5
2020-11-01chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav1-15/+12
2020-11-01chelsio/chtls: fix deadlock issueVinay Kumar Yadav1-2/+0
2020-10-29crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-10-29cypto: mediatek - fix leaks in mtk_desc_ring_allocXiaoliang Pang1-2/+2
2020-10-29crypto: omap-sham - fix digcnt register handling with export/importTero Kristo1-0/+3
2020-10-29crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik1-5/+4
2020-10-29crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-1/+1
2020-10-29crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang1-2/+2
2020-10-29crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2-4/+67
2020-10-29chelsio/chtls: correct function return and return typeVinay Kumar Yadav1-2/+2
2020-10-29chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav1-0/+3
2020-10-29chelsio/chtls: fix socket lockVinay Kumar Yadav1-0/+1
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-10-17crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu1-1/+14
2020-10-01crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...Ayush Sawal1-2/+3