summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-12-13crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-12-13crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2-25/+34
2019-12-13crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus1-23/+30
2019-12-13crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-11crypto: ccree - use the full crypt length valueGilad Ben-Yossef1-1/+1
2019-10-11crypto: ccree - account for TEE not ready to reportGilad Ben-Yossef1-1/+7
2019-10-11crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2-1/+10
2019-10-11crypto: caam/qi - fix error handling in ERN handlerHoria Geantă3-1/+6
2019-10-11crypto: cavium/zip - Add missing single_release()Wei Yongjun1-0/+3
2019-10-11crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin1-1/+1
2019-10-07crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye1-6/+7
2019-10-01crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+8
2019-08-22crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook1-0/+8
2019-08-10Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+6
2019-08-09crypto: ux500/crypt: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2019-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-9/+38
2019-08-02crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook1-2/+1
2019-08-02crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2-5/+35
2019-08-02crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook1-2/+2
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-11/+26
2019-07-18crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes1-7/+12
2019-07-18crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab4-4/+4
2019-07-12crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
2019-07-12crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang1-1/+0
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds73-2450/+2906
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve1-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve1-1/+1
2019-07-03crypto: stm32/crc32 - rename driver fileLionel Debieve2-1/+1
2019-07-03crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary22-88/+20
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-46/+52
2019-07-03crypto: talitos - drop icv_oolChristophe Leroy2-5/+0
2019-07-03crypto: talitos - fix hash on SEC1.Christophe Leroy1-28/+41
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2-30/+30
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni1-3/+5
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy1-1/+1
2019-06-27crypto: sun4i-ss - reduce stack usageArnd Bergmann1-17/+30
2019-06-27crypto: ccree - add HW engine config checkGilad Ben-Yossef3-0/+38
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang3-0/+16
2019-06-27crypto: ccree - check that cryptocell reset completedOfir Drang4-1/+43
2019-06-27crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com1-9/+9
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-61/+26
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens1-2/+20