summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
2020-09-04crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka
2020-09-04crypto: ccp - Fix use of merged scatterlistsJohn Allen
2020-09-04crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix
2020-09-04crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka
2020-09-04crypto: ccree - fix resource leak on error pathGilad Ben-Yossef
2020-08-13crypto: atmel - Fix build error of CRYPTO_AUTHENCYueHaibing
2020-08-13crypto: atmel - Fix selection of CRYPTO_AUTHENCTudor Ambarus
2020-07-13crypto: omap-sham - add proper load balancing support for multicoreTero Kristo
2020-07-11crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff
2020-07-11crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff
2020-07-11crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff
2020-07-11Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna
2020-07-11crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann
2020-07-07crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)
2020-07-07crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)
2020-07-07crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET
2020-06-24crypto: sun4i-ss - reduce stack usageArnd Bergmann
2020-06-08crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet
2020-06-04Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal
2020-06-01crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef
2020-06-01crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef
2020-06-01crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef
2020-06-01crypto: caam - update xts sector size for large input lengthAndrei Botila
2020-06-01crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos
2020-05-15crypto: chtls - Fixed memory leakVinay Kumar Yadav
2020-05-15crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins
2020-05-04crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă
2020-05-04crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers
2020-05-04crypto: artpec6 - return correct error code for failed setkey()Eric Biggers
2020-05-04crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan
2020-05-04crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus
2020-05-04crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel
2020-05-04crypto: ccree - fix PM race conditionGilad Ben-Yossef
2020-05-04crypto: ccree - fix FDE descriptor sequenceOfir Drang
2020-05-04crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef
2020-05-04crypto: ccree - fix backlog memory leakGilad Ben-Yossef
2020-04-16crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers
2020-04-12crypto: sun4i-ss - fix big endian issuesCorentin Labbe
2020-03-30crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers
2020-03-30crypto: virtio - implement missing support for output IVsArd Biesheuvel
2020-02-24crypto: vmx - Avoid weird build failuresMichael Ellerman
2020-02-24crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe
2020-02-24crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu
2020-02-24crypto: virtio - deal with unsupported input sizesArd Biesheuvel
2020-02-24crypto: atmel - Fix authenc support when it is set to mHerbert Xu
2020-01-19crypto: ccp - fix uninitialized list headMark Salter
2020-01-19crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel
2020-01-19crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus
2020-01-19crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet