| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: marvell - Remove set but not used variable 'ivsize' | YueHaibing | 2019-02-28 | 1 | -2/+0 |
* | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 2019-01-25 | 1 | -1/+1 |
* | crypto: remove redundant type flags from tfm allocation | Eric Biggers | 2018-07-09 | 1 | -2/+1 |
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | crypto: marvell/cesa - Clean up redundant #include | Robin Murphy | 2018-03-03 | 1 | -1/+0 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-01-31 | 1 | -7/+12 |
|\ |
|
| * | crypto: marvell/cesa - Fix DMA API misuse | Robin Murphy | 2018-01-18 | 1 | -7/+12 |
* | | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 2018-01-10 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 4 | -276/+261 |
|\ |
|
| * | crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[] | Boris BREZILLON | 2017-11-06 | 1 | -0/+1 |
| * | crypto: marvell/cesa - remove redundant backlog checks on EBUSY | Gilad Ben-Yossef | 2017-11-03 | 2 | -3/+2 |
| * | crypto: marvell - Switch cipher algs to the skcipher interface | Boris BREZILLON | 2017-11-03 | 3 | -260/+251 |
| * | crypto: marvell - Remove the old mv_cesa driver | Boris BREZILLON | 2017-11-03 | 1 | -7/+0 |
| * | crypto: marvell - Add a platform_device_id table | Boris BREZILLON | 2017-11-03 | 1 | -0/+6 |
| * | crypto: drop unnecessary return statements | Geliang Tang | 2017-09-22 | 1 | -2/+0 |
| * | crypto: Use PTR_ERR_ZERO | Himanshu Jha | 2017-09-22 | 1 | -4/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | crypto: marvell - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-12-27 | 3 | -3/+43 |
|\ |
|
| * | crypto: marvell - Copy IVDIG before launching partial DMA ahash requests | Romain Perier | 2016-12-16 | 3 | -3/+43 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-12-14 | 5 | -40/+75 |
|\| |
|
| * | crypto: marvell - Don't break chain for computable last ahash requests | Romain Perier | 2016-10-21 | 1 | -16/+49 |
| * | crypto: marvell - Use an unique pool to copy results of requests | Romain Perier | 2016-10-21 | 4 | -24/+26 |
* | | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash | Romain Perier | 2016-12-07 | 1 | -3/+5 |
* | | crypto: marvell - Don't copy hash operation twice into the SRAM | Romain Perier | 2016-12-07 | 1 | -3/+0 |
|/ |
|
* | crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req | Romain Perier | 2016-08-09 | 1 | -1/+1 |
* | crypto: marvell - Don't overwrite default creq->state during initialization | Romain Perier | 2016-08-09 | 1 | -6/+9 |
* | crypto: marvell - Update transformation context for each dequeued req | Romain Perier | 2016-08-09 | 1 | -0/+1 |
* | crypto: marvell - make mv_cesa_ahash_cache_req() return bool | Thomas Petazzoni | 2016-08-09 | 1 | -11/+9 |
* | crypto: marvell - turn mv_cesa_ahash_init() into a function returning void | Thomas Petazzoni | 2016-08-09 | 1 | -3/+1 |
* | crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache() | Thomas Petazzoni | 2016-08-09 | 1 | -2/+1 |
* | crypto: marvell - be explicit about destination in mv_cesa_dma_add_op() | Thomas Petazzoni | 2016-08-09 | 1 | -0/+1 |
* | crypto: marvell - Don't copy IV vectors from the _process op for ciphers | Romain Perier | 2016-07-29 | 1 | -10/+1 |
* | crypto: marvell - Update cache with input sg only when it is unmapped | Romain Perier | 2016-07-28 | 1 | -6/+6 |
* | crypto: marvell - Don't chain at DMA level when backlog is disabled | Romain Perier | 2016-07-28 | 1 | -3/+4 |
* | crypto: marvell - Fix memory leaks in TDMA chain for cipher requests | Romain Perier | 2016-07-28 | 1 | -8/+6 |
* | crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op | Romain Perier | 2016-07-19 | 1 | -1/+1 |
* | crypto: marvell - Increase the size of the crypto queue | Romain Perier | 2016-06-23 | 1 | -1/+1 |
* | crypto: marvell - Add support for chaining crypto requests in TDMA mode | Romain Perier | 2016-06-23 | 5 | -27/+221 |
* | crypto: marvell - Add load balancing between engines | Romain Perier | 2016-06-23 | 4 | -86/+84 |
* | crypto: marvell - Move SRAM I/O operations to step functions | Romain Perier | 2016-06-23 | 2 | -12/+12 |
* | crypto: marvell - Add a complete operation for async requests | Romain Perier | 2016-06-23 | 4 | -15/+39 |
* | crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it | Romain Perier | 2016-06-23 | 5 | -98/+84 |
* | crypto: marvell - Copy IV vectors by DMA transfers for acipher requests | Romain Perier | 2016-06-23 | 4 | -9/+60 |
* | crypto: marvell - Fix wrong type check in dma functions | Romain Perier | 2016-06-23 | 1 | -2/+3 |
* | crypto: marvell - Check engine is not already running when enabling a req | Romain Perier | 2016-06-23 | 3 | -0/+6 |
* | crypto: marvell - Add a macro constant for the size of the crypto queue | Romain Perier | 2016-06-23 | 1 | -1/+4 |
* | crypto: marvell/cesa - Use dma_pool_zalloc | Julia Lawall | 2016-05-03 | 1 | -3/+2 |
* | crypto: marvell/cesa - Improving code readability | Romain Perier | 2016-04-20 | 1 | -5/+5 |