summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
2020-05-06crypto: caam - fix the address of the last entry of S/GIuliana Prodan
2020-05-02Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal
2020-04-17crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef
2020-04-17crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef
2020-04-17crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef
2020-04-17crypto: caam - update xts sector size for large input lengthAndrei Botila
2020-04-17crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă
2020-04-17crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos
2020-02-24crypto: chtls - Fixed memory leakVinay Kumar Yadav
2020-02-24crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins
2020-02-14crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă
2020-02-14crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers
2020-02-14crypto: artpec6 - return correct error code for failed setkey()Eric Biggers
2020-02-11crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan
2020-02-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus
2020-02-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel
2020-02-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron
2020-02-11crypto: ccree - fix PM race conditionGilad Ben-Yossef
2020-02-11crypto: ccree - fix FDE descriptor sequenceOfir Drang
2020-02-11crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef
2020-02-11crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef
2020-02-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef
2020-02-01crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan
2020-02-01crypto: vmx - reject xts inputs that are too shortDaniel Axtens
2020-02-01crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers
2020-01-26crypto: sun4i-ss - fix big endian issuesCorentin Labbe
2020-01-26crypto: amcc - restore CRYPTO_AES dependencyChristian Lamparter
2020-01-17crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers
2020-01-17crypto: virtio - implement missing support for output IVsArd Biesheuvel
2020-01-17crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang
2020-01-17crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri
2019-12-31crypto: vmx - Avoid weird build failuresMichael Ellerman
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu
2019-12-31crypto: virtio - deal with unsupported input sizesArd Biesheuvel
2019-12-31crypto: atmel - Fix authenc support when it is set to mHerbert Xu
2019-12-31crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann
2019-12-13crypto: ccp - fix uninitialized list headMark Salter
2019-12-13crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel
2019-12-13crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus
2019-12-13crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter
2019-12-04crypto: talitos - Fix build error by selecting LIB_DESHerbert Xu
2019-12-04crypto: inside-secure - Fix stability issue with MacchiatobinPascal van Leeuwen
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-20crypto: hisilicon - avoid unused function warningArnd Bergmann
2019-09-20crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye