summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* crypto: marvel/cesa - Fix tdma descriptor on 64-bitHerbert Xu2021-02-031-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-136-38/+39
|\
| * crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng...Qinglang Miao2020-10-021-7/+1
| * crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong2020-09-251-3/+1
| * crypto: marvell/cesa - Fix sparse warningsHerbert Xu2020-08-214-25/+32
| * crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-203-3/+5
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-073-5/+5
* crypto: marvell/cesa - irq balanceSven Auhagen2020-07-312-1/+11
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-163-21/+33
* crypto: octeontx - Fix sparse warningsHerbert Xu2020-06-186-38/+32
* crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter2020-06-151-4/+7
* crypto: marvell/octeontx - Add missing '\n' in log messagesChristophe JAILLET2020-04-166-69/+70
* crypto: marvell/octeontx - fix double free of ptrColin Ian King2020-04-031-3/+5
* crypto: marvell - enable OcteonTX cpt options for buildSrujanaChalla2020-03-202-0/+17
* crypto: marvell - add the Virtual Function driver for CPTSrujanaChalla2020-03-209-2/+4686
* crypto: marvell - add support for OCTEON TX CPT engineSrujanaChalla2020-03-208-0/+2764
* crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla2020-03-208-31/+67
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel2019-11-172-10/+10
* crypto: marvell - Use kzfree rather than its implementationzhong jiang2019-09-091-2/+1
* crypto: cesa/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+8
* crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
* crypto: marvell - remove set but not used variable 'index'YueHaibing2019-04-081-2/+1
* crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing2019-02-281-2/+0
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-2/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-031-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-7/+12
|\
| * crypto: marvell/cesa - Fix DMA API misuseRobin Murphy2018-01-181-7/+12
* | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-144-276/+261
|\
| * crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON2017-11-061-0/+1
| * crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-032-3/+2
| * crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-033-260/+251
| * crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON2017-11-031-7/+0
| * crypto: marvell - Add a platform_device_id tableBoris BREZILLON2017-11-031-0/+6
| * crypto: drop unnecessary return statementsGeliang Tang2017-09-221-2/+0
| * crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-221-4/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crypto: marvell - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-273-3/+43
|\
| * crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-163-3/+43
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-145-40/+75
|\|
| * crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49