aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-3/+7
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-0/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-04-03crypto: marvell/octeontx - fix double free of ptrGravatar Colin Ian King 1-3/+5
2020-04-03crypto: hisilicon - Fix build errorGravatar YueHaibing 1-0/+2
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>Gravatar YueHaibing 1-0/+1
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 102-2707/+10963
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 10-38/+2425
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupGravatar Rohit Maheshwari 1-4/+25
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthGravatar Rohit Maheshwari 1-1/+1
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexGravatar Ayush Sawal 2-6/+28
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationGravatar Ayush Sawal 1-2/+0
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesGravatar Andrey Smirnov 1-10/+11
2020-03-30crypto: caam - enable prediction resistance in HRWNGGravatar Andrey Smirnov 5-15/+68
2020-03-30crypto: caam - invalidate entropy register during RNG initializationGravatar Andrey Smirnov 2-4/+10
2020-03-30crypto: caam - check if RNG job failedGravatar Andrey Smirnov 1-6/+15
2020-03-30crypto: caam - simplify RNG implementationGravatar Andrey Smirnov 1-215/+107
2020-03-30crypto: caam - drop global context pointer and init_doneGravatar Andrey Smirnov 3-43/+44
2020-03-30crypto: caam - use struct hwrng's .init for initializationGravatar Andrey Smirnov 1-23/+24
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAGravatar Andrey Smirnov 1-2/+2
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cGravatar YueHaibing 1-1/+0
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-24crypto: Convert to new CPU match macrosGravatar Thomas Gleixner 2-2/+2
2020-03-23Crypto/chtls: add/delete TLS header in driverGravatar Rohit Maheshwari 1-14/+59
2020-03-20crypto: chelsio - remove set but not used variable 'adap'Gravatar YueHaibing 1-2/+0
2020-03-20crypto: marvell - enable OcteonTX cpt options for buildGravatar SrujanaChalla 2-0/+17
2020-03-20crypto: marvell - add the Virtual Function driver for CPTGravatar SrujanaChalla 9-2/+4686
2020-03-20crypto: marvell - add support for OCTEON TX CPT engineGravatar SrujanaChalla 8-0/+2764
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellGravatar SrujanaChalla 10-46/+69
2020-03-20crypto: bcm - Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-20/+20
2020-03-20crypto: atmel-i2c - Fix wakeup failGravatar Jianhui Zhao 1-1/+2
2020-03-20crypto: hisilicon/sec2 - Add new create qp processGravatar Kai Ye 3-61/+42
2020-03-20crypto: hisilicon/hpre - Optimize finding hpre device processGravatar Hui Tang 3-55/+20
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxGravatar Shukun Tan 3-114/+34
2020-03-20crypto: hisilicon/qm - Put device finding logic into QMGravatar Weili Qian 2-0/+156
2020-03-16chcr: remove set but not used variable 'status'Gravatar YueHaibing 1-2/+1
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGravatar Gilad Ben-Yossef 3-103/+16
2020-03-12crypto: ccree - use crypto_ipsec_check_assoclen()Gravatar Gilad Ben-Yossef 1-53/+20
2020-03-12crypto: ccree - only check condition if neededGravatar Gilad Ben-Yossef 1-6/+6
2020-03-12crypto: ccree - remove ancient TODO remarksGravatar Gilad Ben-Yossef 5-8/+0
2020-03-12crypto: ccree - remove pointless commentGravatar Hadar Gat 1-1/+0
2020-03-12crypto: ccree - update register handling macrosGravatar Hadar Gat 2-43/+38
2020-03-12crypto: ccp - use file mode for sev ioctl permissionsGravatar Connor Kuehl 1-16/+17
2020-03-12crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverGravatar Longfang Liu 2-5/+172
2020-03-12crypto: hisilicon/sec2 - Update IV and MAC operationGravatar Longfang Liu 2-32/+43
2020-03-12crypto: hisilicon/sec2 - Add iommu status checkGravatar Longfang Liu 2-0/+20
2020-03-12crypto: hisilicon/sec2 - Add workqueue for SEC driver.Gravatar Ye Kai 1-3/+29
2020-03-12crypto: hisilicon - Use one workqueue per qm instead of per qpGravatar Shukun Tan 2-25/+19
2020-03-12crypto: qce - fix wrong config symbol referenceGravatar Eneas U de Queiroz 1-1/+1
2020-03-12crypto: qat - simplify the qat_crypto functionGravatar Tianjia Zhang 1-2/+1