aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
2020-11-01chelsio/chtls: fix tls record info to userVinay Kumar Yadav
2020-11-01chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav
2020-11-01chelsio/chtls: fix deadlock issueVinay Kumar Yadav
2020-10-29crypto: hisilicon - fixed memory allocation errorLongfang Liu
2020-10-29crypto: ccp - fix error handlingPavel Machek
2020-10-29crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe
2020-10-29crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff
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: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn
2020-10-29crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik
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-29crypto: caam/qi - add support for more XTS key lengthsAndrei Botila
2020-10-29crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila
2020-10-29chelsio/chtls: fix writing freed memoryVinay Kumar Yadav
2020-10-29chelsio/chtls: correct function return and return typeVinay Kumar Yadav
2020-10-29chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav
2020-10-29chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav
2020-10-29chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav
2020-10-29chelsio/chtls: fix socket lockVinay Kumar Yadav
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: caam - Remove broken arc4 supportHerbert Xu
2020-08-19crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka
2020-08-19crypto: ccp - Fix use of merged scatterlistsJohn Allen
2020-08-19crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix
2020-08-19crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka
2020-08-19crypto: caam - silence .setkey in case of bad key lengthHoria Geantă
2020-08-19crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu
2020-08-19crypto: ccree - fix resource leak on error pathGilad Ben-Yossef
2020-07-20crypto/chtls: correct net_device reference countVinay Kumar Yadav
2020-07-20crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-06-15crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter
2020-06-15crypto: caam - fix typosHeinrich Schuchardt
2020-06-15crypto: ccp - Fix sparse warnings in sev-devHerbert Xu
2020-06-15crypto: hisilicon - Cap block size at 2^31Herbert Xu
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-06-10Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal
2020-06-10Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav