summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2020-05-26crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-37/+46
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann-37/+46
2020-04-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-7/+19
2020-04-23chcr: Fix CPU hard lockupRohit Maheshwari-4/+2
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan-1/+1
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan-1/+3
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan-1/+3
2020-04-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3/+7
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-04-03crypto: marvell/octeontx - fix double free of ptrColin Ian King-3/+5
2020-04-03crypto: hisilicon - Fix build errorYueHaibing-0/+2
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing-0/+1
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2707/+10963
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-38/+2425
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari-4/+25
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari-1/+1
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal-6/+28
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal-2/+0
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov-10/+11
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov-15/+68
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov-4/+10
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov-6/+15
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov-215/+107
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov-43/+44
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov-23/+24
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov-2/+2
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cYueHaibing-1/+0
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner-2/+2
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari-14/+59
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing-2/+0
2020-03-20crypto: marvell - enable OcteonTX cpt options for buildSrujanaChalla-0/+17
2020-03-20crypto: marvell - add the Virtual Function driver for CPTSrujanaChalla-2/+4686
2020-03-20crypto: marvell - add support for OCTEON TX CPT engineSrujanaChalla-0/+2764
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla-46/+69
2020-03-20crypto: bcm - Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-20/+20
2020-03-20crypto: atmel-i2c - Fix wakeup failJianhui Zhao-1/+2
2020-03-20crypto: hisilicon/sec2 - Add new create qp processKai Ye-61/+42
2020-03-20crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang-55/+20
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan-114/+34
2020-03-20crypto: hisilicon/qm - Put device finding logic into QMWeili Qian-0/+156
2020-03-16chcr: remove set but not used variable 'status'YueHaibing-2/+1
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef-103/+16
2020-03-12crypto: ccree - use crypto_ipsec_check_assoclen()Gilad Ben-Yossef-53/+20
2020-03-12crypto: ccree - only check condition if neededGilad Ben-Yossef-6/+6
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef-8/+0