summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-10-29crypto: hisilicon - fixed memory allocation errorLongfang Liu1-4/+12
2020-10-29crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-10-29crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe1-1/+4
2020-10-29crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2-3/+13
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: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn1-1/+5
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 support for more XTS key lengthsAndrei Botila1-3/+10
2020-10-29crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2-4/+67
2020-10-29chelsio/chtls: fix writing freed memoryVinay Kumar Yadav1-1/+0
2020-10-29chelsio/chtls: correct function return and return typeVinay Kumar Yadav1-2/+2
2020-10-29chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav1-2/+8
2020-10-29chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav1-3/+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-08-21crypto: caam - Remove broken arc4 supportHerbert Xu2-30/+0
2020-08-19crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka3-6/+9
2020-08-19crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27
2020-08-19crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2020-08-19crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka1-16/+18
2020-08-19crypto: caam - silence .setkey in case of bad key lengthHoria Geantă3-3/+3
2020-08-19crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu1-2/+20
2020-08-19crypto: ccree - fix resource leak on error pathGilad Ben-Yossef1-12/+18
2020-07-21crypto/chtls: correct net_device reference countVinay Kumar Yadav1-1/+1
2020-07-21crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav1-3/+4
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-25/+38
2020-06-16crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-4/+4
2020-06-15crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter1-4/+7
2020-06-15crypto: caam - fix typosHeinrich Schuchardt4-13/+13
2020-06-15crypto: ccp - Fix sparse warnings in sev-devHerbert Xu1-7/+16
2020-06-15crypto: hisilicon - Cap block size at 2^31Herbert Xu1-1/+2
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-22/+59
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2-7/+7
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-7/+7
2020-06-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-50/+74
2020-06-11Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal1-4/+14
2020-06-11Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal1-18/+45
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+14
2020-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-16/+36
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+6
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-66/+140
2020-06-05crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav3-16/+36
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10