summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: chtls - Fixed memory leakVinay Kumar Yadav2020-02-243-13/+38
* crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins2020-02-241-1/+1
* crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă2020-02-141-1/+1
* crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers2020-02-141-6/+1
* crypto: artpec6 - return correct error code for failed setkey()Eric Biggers2020-02-141-1/+1
* crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan2020-02-111-2/+13
* crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus2020-02-111-25/+12
* crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel2020-02-111-0/+1
* crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron2020-02-113-70/+27
* crypto: ccree - fix PM race conditionGilad Ben-Yossef2020-02-114-80/+7
* crypto: ccree - fix FDE descriptor sequenceOfir Drang2020-02-111-3/+45
* crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef2020-02-111-1/+1
* crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef2020-02-111-1/+1
* crypto: ccree - fix backlog memory leakGilad Ben-Yossef2020-02-111-0/+1
* crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan2020-02-011-4/+2
* crypto: vmx - reject xts inputs that are too shortDaniel Axtens2020-02-011-0/+3
* crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers2020-02-011-13/+3
* crypto: sun4i-ss - fix big endian issuesCorentin Labbe2020-01-261-10/+11
* crypto: amcc - restore CRYPTO_AES dependencyChristian Lamparter2020-01-261-0/+1
* crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2020-01-172-306/+149
* crypto: virtio - implement missing support for output IVsArd Biesheuvel2020-01-171-0/+9
* crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang2020-01-171-0/+1
* crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri2020-01-171-5/+4
* crypto: vmx - Avoid weird build failuresMichael Ellerman2019-12-311-3/+3
* crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2019-12-311-6/+6
* crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu2019-12-311-8/+14
* crypto: virtio - deal with unsupported input sizesArd Biesheuvel2019-12-311-2/+10
* crypto: atmel - Fix authenc support when it is set to mHerbert Xu2019-12-313-11/+11
* crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann2019-12-311-0/+2
* crypto: ccp - fix uninitialized list headMark Salter2019-12-131-0/+1
* crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2019-12-132-25/+34
* crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus2019-12-131-23/+30
* crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter2019-12-131-5/+1
* crypto: talitos - Fix build error by selecting LIB_DESHerbert Xu2019-12-041-0/+1
* crypto: inside-secure - Fix stability issue with MacchiatobinPascal van Leeuwen2019-12-041-2/+2
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-241-3/+2
|\
| * mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-3/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-235-42/+53
|\ \ | |/ |/|
| * crypto: hisilicon - avoid unused function warningArnd Bergmann2019-09-201-5/+2
| * crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye2019-09-201-2/+2
| * crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye2019-09-201-25/+19
| * crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye2019-09-201-6/+7
| * crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=nPascal van Leeuwen2019-09-201-11/+29
| * crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-09-201-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-182-4/+8
|\ \
| * | net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-2/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-0/+8
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-9/+44
| |\ \ \