aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov1-60/+70
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov2-8/+14
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov1-19/+9
2019-11-01crypto: inside-secure - Fixed warnings on inconsistent byte order handlingPascal van Leeuwen4-67/+61
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-26crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-10-26crypto: nx - Improve debugfs_create_u{32,64}() handling for atomicsGeert Uytterhoeven1-9/+9
2019-10-26crypto: ccp - Verify access to device registers before initializingHook, Gary2-2/+28
2019-10-26crypto: ccp - Change a message to reflect status instead of failureHook, Gary2-4/+13
2019-10-26crypto: hisilicon - fix endianness verification problem of QMShukun Tan2-44/+45
2019-10-26crypto: hisilicon - fix param should be static when not external.Shukun Tan1-3/+3
2019-10-26crypto: hisilicon - Fix using plain integer as NULL pointerShukun Tan1-1/+1
2019-10-26crypto: hisilicon - tiny fix about QM/ZIP error callback printZhou Wang2-9/+3
2019-10-26crypto: ccree - fix comparison of unsigned expression warningTian Tao1-1/+2
2019-10-26crypto: ccp - Retry SEV INIT command in case of integrity check failure.Ashish Kalra1-0/+12
2019-10-26crypto: amlogic - Add crypto accelerator for amlogic GXLCorentin Labbe7-0/+911
2019-10-26crypto: atmel - fix data types for __be{32,64}Ben Dooks (Codethink)1-15/+15
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-23crypto: inside-secure - Made locally used safexcel_pci_remove() staticPascal van Leeuwen1-1/+1
2019-10-23crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=mPascal van Leeuwen1-6/+2
2019-10-23crypto: hisilicon: Fix misuse of GENMASK macroRikard Falkeborn1-2/+2
2019-10-23crypto: nx - convert AES-CTR to skcipher APIEric Biggers3-67/+46
2019-10-23crypto: nx - convert AES-CBC to skcipher APIEric Biggers3-52/+41
2019-10-23crypto: nx - convert AES-ECB to skcipher APIEric Biggers3-51/+58
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers7-57/+43
2019-10-23crypto: padlock-aes - convert to skcipher APIEric Biggers1-83/+74
2019-10-23crypto: chtls - remove the redundant check in chtls_recvmsg()Yunfeng Ye1-2/+1
2019-10-23crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang1-0/+1
2019-10-23crypto: ux500 - Remove set but not used variable 'cookie'zhengbin1-2/+1
2019-10-23crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2-305/+148
2019-10-22KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky1-0/+9
2019-10-18crypto: n2: Use pr_warn instead of pr_warningKefeng Wang1-6/+6
2019-10-18crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing1-4/+1
2019-10-18crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King1-1/+1
2019-10-10crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2-25/+34
2019-10-10crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus1-23/+30
2019-10-10crypto: inside-secure - Remove #ifdef checksArnd Bergmann1-37/+12
2019-10-10crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann1-0/+2
2019-10-10crypto: hisilicon - Add debugfs for HPREZaibo Xu2-2/+460
2019-10-10crypto: hisilicon - add SRIOV support for HPREZaibo Xu2-7/+133
2019-10-10crypto: hisilicon - add HiSilicon HPRE acceleratorZaibo Xu6-0/+1702
2019-10-10crypto: hisilicon - misc fix about sglZhou Wang1-18/+22
2019-10-10crypto: hisilicon - fix large sgl memory allocation problem when disable smmuZhou Wang1-15/+68
2019-10-10crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan3-2/+28
2019-10-10crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang7-84/+58
2019-10-04net/tls: allow compiling TLS TOE outJakub Kicinski1-1/+1
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2-12/+12
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski1-0/+1
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan2-35/+45
2019-10-05crypto: sun4i-ss - enable pm_runtimeCorentin Labbe6-19/+97