summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
2020-06-24crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter
2020-06-24crypto: hisilicon - Cap block size at 2^31Herbert Xu
2020-06-24crypto: omap-sham - add proper load balancing support for multicoreTero Kristo
2020-06-24crypto: omap-sham - huge buffer access fixesTero Kristo
2020-06-22crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff
2020-06-22crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff
2020-06-22crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff
2020-06-22Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna
2020-06-22Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna
2020-06-22Crypto/chcr: Fixes a coccinile check errorAyush Sawal
2020-06-22crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann
2020-06-17crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)
2020-06-17crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)
2020-06-17crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)
2020-06-17crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET
2020-05-26crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann
2020-04-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-04-23chcr: Fix CPU hard lockupRohit Maheshwari
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan
2020-04-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03crypto: marvell/octeontx - fix double free of ptrColin Ian King
2020-04-03crypto: hisilicon - Fix build errorYueHaibing
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cYueHaibing
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing