summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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-29crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav1-3/+4
2020-06-24crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter1-4/+7
2020-06-24crypto: hisilicon - Cap block size at 2^31Herbert Xu1-1/+2
2020-06-24crypto: omap-sham - add proper load balancing support for multicoreTero Kristo1-33/+31
2020-06-24crypto: omap-sham - huge buffer access fixesTero Kristo1-2/+9
2020-06-22crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff1-12/+36
2020-06-22crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff1-3/+3
2020-06-22crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff1-50/+48
2020-06-22Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna1-1/+1
2020-06-22Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna2-14/+29
2020-06-22Crypto/chcr: Fixes a coccinile check errorAyush Sawal1-0/+1
2020-06-22crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann1-2/+1
2020-06-17crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10
2020-06-17crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2020-06-17crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-17crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET1-2/+2
2020-05-27crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet1-1/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-37/+46
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann1-37/+46
2020-04-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-7/+19
2020-04-24chcr: Fix CPU hard lockupRohit Maheshwari1-4/+2
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan1-1/+1
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan1-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan1-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan1-1/+3
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan1-1/+3
2020-04-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-3/+7
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-04-03crypto: marvell/octeontx - fix double free of ptrColin Ian King1-3/+5
2020-04-03crypto: hisilicon - Fix build errorYueHaibing1-0/+2
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing1-0/+1
2020-04-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds102-2707/+10963
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds10-38/+2425
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari1-4/+25
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari1-1/+1
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal2-6/+28
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal1-2/+0
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov1-10/+11
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov5-15/+68
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov2-4/+10
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov1-6/+15