summaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell
AgeCommit message (Expand)Author
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-02-10crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann
2021-02-10crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2Geert Uytterhoeven
2021-02-05crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELLHerbert Xu
2021-02-05crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter
2021-01-29crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu
2021-01-22crypto: octeontx2 - register with linux crypto frameworkSrujana Challa
2021-01-22crypto: octeontx2 - add support to process the crypto requestSrujana Challa
2021-01-22crypto: octeontx2 - add virtual function driver supportSrujana Challa
2021-01-22crypto: octeontx2 - add support to get engine capabilitiesSrujana Challa
2021-01-22crypto: octeontx2 - add LF frameworkSrujana Challa
2021-01-22crypto: octeontx2 - load microcode and create engine groupsSrujana Challa
2021-01-22crypto: octeontx2 - enable SR-IOV and mailbox communication with VFSrujana Challa
2021-01-22crypto: octeontx2 - add mailbox communication with AFSrujana Challa
2021-01-22crypto: marvell - add Marvell OcteonTX2 CPT PF driverSrujana Challa
2021-01-22crypto: marvel/cesa - Fix tdma descriptor on 64-bitHerbert Xu
2021-01-14crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in commentBhaskar Chowdhury
2020-11-27crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-02crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng...Qinglang Miao
2020-09-25crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21crypto: marvell/cesa - Fix sparse warningsHerbert Xu
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-31crypto: marvell/cesa - irq balanceSven Auhagen
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-06-18crypto: octeontx - Fix sparse warningsHerbert Xu
2020-06-15crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter
2020-04-16crypto: marvell/octeontx - Add missing '\n' in log messagesChristophe JAILLET
2020-04-03crypto: marvell/octeontx - fix double free of ptrColin Ian King
2020-03-20crypto: marvell - enable OcteonTX cpt options for buildSrujanaChalla
2020-03-20crypto: marvell - add the Virtual Function driver for CPTSrujanaChalla
2020-03-20crypto: marvell - add support for OCTEON TX CPT engineSrujanaChalla
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel
2019-09-09crypto: marvell - Use kzfree rather than its implementationzhong jiang
2019-08-22crypto: cesa/des - switch to new verification routinesArd Biesheuvel
2019-07-26crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-18crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-04-08crypto: marvell - remove set but not used variable 'index'YueHaibing
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook