index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
marvell
/
cesa.c
Age
Commit message (
Expand
)
Author
2016-10-21
crypto: marvell - Use an unique pool to copy results of requests
Romain Perier
2016-08-09
crypto: marvell - Update transformation context for each dequeued req
Romain Perier
2016-07-28
crypto: marvell - Don't chain at DMA level when backlog is disabled
Romain Perier
2016-06-23
crypto: marvell - Increase the size of the crypto queue
Romain Perier
2016-06-23
crypto: marvell - Add support for chaining crypto requests in TDMA mode
Romain Perier
2016-06-23
crypto: marvell - Add load balancing between engines
Romain Perier
2016-06-23
crypto: marvell - Add a complete operation for async requests
Romain Perier
2016-06-23
crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it
Romain Perier
2016-06-23
crypto: marvell - Copy IV vectors by DMA transfers for acipher requests
Romain Perier
2016-06-23
crypto: marvell - Add a macro constant for the size of the crypto queue
Romain Perier
2016-04-20
crypto: marvell/cesa - Improving code readability
Romain Perier
2016-03-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-17
crypto: marvell/cesa - forward devm_ioremap_resource() error code
Boris BREZILLON
2016-02-06
crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()
Boris BREZILLON
2015-07-14
crypto: marvell/cesa - Drop owner assignment from platform_driver
Krzysztof Kozlowski
2015-06-30
genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()
Vladimir Zapolskiy
2015-06-19
crypto: marvell/cesa - add support for Kirkwood and Dove SoCs
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add support for Orion SoCs
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add allhwsupport module parameter
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add support for all armada SoCs
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add SHA256 support
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add MD5 support
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add Triple-DES support
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add DES support
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add TDMA support
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add a new driver for Marvell's CESA
Boris BREZILLON