summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4Star
* 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/+5Star
* crypto: marvell - remove set but not used variable 'index'YueHaibing2019-04-081-2/+1Star
* crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing2019-02-281-2/+0Star
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-081-2/+1Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-021-1/+0Star
* 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/+261Star
|\
| * 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/+2Star
| * crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-033-260/+251Star
| * crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON2017-11-031-7/+0Star
| * crypto: marvell - Add a platform_device_id tableBoris BREZILLON2017-11-031-0/+6
| * crypto: drop unnecessary return statementsGeliang Tang2017-09-221-2/+0Star
| * crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-221-4/+1Star
* | 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-283-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
| * crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
* | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
* | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0Star
|/
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-091-1/+1
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-091-6/+9
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-091-0/+1
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-091-11/+9Star
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-091-3/+1Star
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1Star
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier2016-07-291-10/+1Star
* crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier2016-07-281-6/+6
* crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier2016-07-281-3/+4
* crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier2016-07-281-8/+6Star
* crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-191-1/+1
* crypto: marvell - Increase the size of the crypto queueRomain Perier2016-06-231-1/+1
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-235-27/+221
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-234-86/+84Star
* crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2016-06-232-12/+12
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-234-15/+39
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-235-98/+84Star
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-234-9/+60
* crypto: marvell - Fix wrong type check in dma functionsRomain Perier2016-06-231-2/+3