aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
2021-11-26crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu
2021-11-26crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter
2021-09-26crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy
2021-09-22crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson
2021-09-22crypto: qat - use proper type for vf_maskGiovanni Cabiddu
2021-09-22crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu
2021-09-22crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero
2021-09-22crypto: qat - fix reuse of completion variableMarco Chiappero
2021-09-22crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu
2021-09-22crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu
2021-09-22crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren
2021-09-22crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson
2021-09-22crypto: talitos - reduce max key size for SEC1Christophe Leroy
2021-07-20crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu
2021-07-20crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET
2021-07-20crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei
2021-07-20crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe
2021-07-20crypto: qat - remove unused macro in FW loaderJack Xu
2021-07-20crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu
2021-07-20crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui
2021-05-22crypto: qat - Fix a double free in adf_create_ringLv Yunlong
2021-05-22crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu
2021-05-22crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang
2021-05-22crypto: qat - don't release uninitialized resourcesTong Zhang
2021-03-03crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe
2021-03-03crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe
2021-03-03crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa
2021-03-03crypto: sun4i-ss - fix kmap usageCorentin Labbe
2020-12-29crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong
2020-12-29crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy
2020-10-29crypto: ccp - fix error handlingPavel Machek
2020-10-29cypto: mediatek - fix leaks in mtk_desc_ring_allocXiaoliang Pang
2020-10-29crypto: omap-sham - fix digcnt register handling with export/importTero Kristo
2020-10-29crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET
2020-10-29crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni
2020-10-17crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu
2020-08-21crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka
2020-08-21crypto: ccp - Fix use of merged scatterlistsJohn Allen
2020-08-21crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix
2020-08-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost
2020-06-25crypto: omap-sham - add proper load balancing support for multicoreTero Kristo
2020-06-20Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna
2020-06-20crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann
2020-06-20crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)
2020-06-20crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)
2020-06-20crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)
2020-06-20crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET
2020-06-20crypto: talitos - fix ECB and CBC algs ivsizeSu Kang Yin