summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-02-24crypto: chtls - Fixed memory leakVinay Kumar Yadav3-13/+38
2020-02-24crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins1-1/+1
2020-02-14crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă1-1/+1
2020-02-14crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers1-6/+1
2020-02-14crypto: artpec6 - return correct error code for failed setkey()Eric Biggers1-1/+1
2020-02-11crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-02-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2020-02-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2020-02-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron3-70/+27
2020-02-11crypto: ccree - fix PM race conditionGilad Ben-Yossef4-80/+7
2020-02-11crypto: ccree - fix FDE descriptor sequenceOfir Drang1-3/+45
2020-02-11crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef1-1/+1
2020-02-11crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef1-1/+1
2020-02-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef1-0/+1
2020-02-01crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan1-4/+2
2020-02-01crypto: vmx - reject xts inputs that are too shortDaniel Axtens1-0/+3
2020-02-01crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2020-01-26crypto: sun4i-ss - fix big endian issuesCorentin Labbe1-10/+11
2020-01-26crypto: amcc - restore CRYPTO_AES dependencyChristian Lamparter1-0/+1
2020-01-17crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2-306/+149
2020-01-17crypto: virtio - implement missing support for output IVsArd Biesheuvel1-0/+9
2020-01-17crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang1-0/+1
2020-01-17crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri1-5/+4
2019-12-31crypto: vmx - Avoid weird build failuresMichael Ellerman1-3/+3
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe1-6/+6
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu1-8/+14
2019-12-31crypto: virtio - deal with unsupported input sizesArd Biesheuvel1-2/+10
2019-12-31crypto: atmel - Fix authenc support when it is set to mHerbert Xu3-11/+11
2019-12-31crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann1-0/+2
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-12-04crypto: talitos - Fix build error by selecting LIB_DESHerbert Xu1-0/+1
2019-12-04crypto: inside-secure - Fix stability issue with MacchiatobinPascal van Leeuwen1-2/+2
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-3/+2
2019-09-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-42/+53
2019-09-20crypto: hisilicon - avoid unused function warningArnd Bergmann1-5/+2
2019-09-20crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye1-2/+2
2019-09-20crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye1-25/+19
2019-09-20crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye1-6/+7
2019-09-20crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=nPascal van Leeuwen1-11/+29
2019-09-20crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+8
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds145-3107/+9318
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+20
2019-09-13crypto: caam - Cast to long first before pointer conversionHerbert Xu1-2/+2