1. bdc2571 crypto: marvell - Copy IVDIG before launching partial DMA ahash requests by Romain Perier · 8 years ago
  2. 9e5f7a1 crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash by Romain Perier · 8 years ago
  3. 68c7f8c crypto: marvell - Don't copy hash operation twice into the SRAM by Romain Perier · 8 years ago
  4. 4785620 crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req by Romain Perier · 8 years ago
  5. 57cfda1 crypto: marvell - Don't overwrite default creq->state during initialization by Romain Perier · 8 years ago
  6. 09951d8 crypto: marvell - Update transformation context for each dequeued req by Romain Perier · 8 years ago
  7. 6dc156f crypto: marvell - make mv_cesa_ahash_cache_req() return bool by Thomas Petazzoni · 8 years ago
  8. 3e5c66c crypto: marvell - turn mv_cesa_ahash_init() into a function returning void by Thomas Petazzoni · 8 years ago
  9. 2a8a785 crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache() by Thomas Petazzoni · 8 years ago
  10. 36225b9 crypto: marvell - be explicit about destination in mv_cesa_dma_add_op() by Thomas Petazzoni · 8 years ago
  11. 8cf740a crypto: marvell - Don't copy IV vectors from the _process op for ciphers by Romain Perier · 8 years ago
  12. 64ec6cc crypto: marvell - Update cache with input sg only when it is unmapped by Romain Perier · 8 years ago
  13. 603e989e crypto: marvell - Don't chain at DMA level when backlog is disabled by Romain Perier · 8 years ago
  14. ec38f82 crypto: marvell - Fix memory leaks in TDMA chain for cipher requests by Romain Perier · 8 years ago
  15. aa6416e crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op by Romain Perier · 8 years ago
  16. 47a1f0b crypto: marvell - Increase the size of the crypto queue by Romain Perier · 8 years ago
  17. 85030c5 crypto: marvell - Add support for chaining crypto requests in TDMA mode by Romain Perier · 8 years ago
  18. bf8f91e crypto: marvell - Add load balancing between engines by Romain Perier · 8 years ago
  19. 2786cee crypto: marvell - Move SRAM I/O operations to step functions by Romain Perier · 8 years ago
  20. 1bf6682 crypto: marvell - Add a complete operation for async requests by Romain Perier · 8 years ago
  21. 53da740 crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it by Romain Perier · 8 years ago
  22. bac8e80 crypto: marvell - Copy IV vectors by DMA transfers for acipher requests by Romain Perier · 8 years ago
  23. b99acf7 crypto: marvell - Fix wrong type check in dma functions by Romain Perier · 8 years ago
  24. f628308 crypto: marvell - Check engine is not already running when enabling a req by Romain Perier · 8 years ago
  25. e26df73 crypto: marvell - Add a macro constant for the size of the crypto queue by Romain Perier · 8 years ago
  26. 472d640 crypto: marvell/cesa - Use dma_pool_zalloc by Julia Lawall · 8 years ago
  27. 21ec757 crypto: marvell/cesa - Improving code readability by Romain Perier · 8 years ago
  28. 063327f crypto: marvell/cesa - remove unneeded condition by Dan Carpenter · 8 years ago
  29. c130423 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  30. dfe97ad crypto: marvell/cesa - forward devm_ioremap_resource() error code by Boris BREZILLON · 8 years ago
  31. b0ef510 crypto: marvell/cesa - initialize hash states by Boris BREZILLON · 8 years ago
  32. 7850c91 crypto: marvell/cesa - fix memory leak by Boris BREZILLON · 8 years ago
  33. 8a3978a crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init() by Boris BREZILLON · 8 years ago
  34. c22dafb crypto: marvell - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  35. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  36. 6de59d4 crypto: marvell/cesa - use __le32 for hardware descriptors by Russell King · 9 years ago
  37. ea1f662 crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op() by Russell King · 9 years ago
  38. 0f3304d crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio() by Russell King · 9 years ago
  39. 35622ea crypto: marvell/cesa - use gfp_t for gfp flags by Russell King · 9 years ago
  40. 5d75413 crypto: marvell/cesa - use dma_addr_t for cur_dma by Russell King · 9 years ago
  41. b150856 crypto: marvell/cesa - use readl_relaxed()/writel_relaxed() by Russell King · 9 years ago
  42. 8c07f3a crypto: marvell/cesa - fix memory leak by Boris Brezillon · 9 years ago
  43. 8efbc2c crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_req() by Russell King · 9 years ago
  44. ab270e7 crypto: marvell/cesa - rearrange handling for sw padded hashes by Russell King · 9 years ago
  45. aee84a7 crypto: marvell/cesa - rearrange handling for hw finished hashes by Russell King · 9 years ago
  46. 58953e1 crypto: marvell/cesa - rearrange last request handling by Russell King · 9 years ago
  47. e41bbeb crypto: marvell/cesa - avoid adding final operation within loop by Russell King · 9 years ago
  48. bd274b1 crypto: marvell/cesa - ensure iter.base.op_len is the full op length by Russell King · 9 years ago
  49. d9bba4c crypto: marvell/cesa - use presence of scatterlist to determine data load by Russell King · 9 years ago
  50. 0971d09 crypto: marvell/cesa - move mv_cesa_dma_add_frag() calls by Russell King · 9 years ago
  51. 2f396a9 crypto: marvell/cesa - always ensure mid-fragments after first-fragment by Russell King · 9 years ago
  52. 9621288 crypto: marvell/cesa - factor out adding an operation and launching it by Russell King · 9 years ago
  53. 8651791 crypto: marvell/cesa - factor out first fragment decisions to helper by Russell King · 9 years ago
  54. c439e4e crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg() by Russell King · 9 years ago
  55. d30cb2f crypto: marvell/cesa - ensure template operation is initialised by Russell King · 9 years ago
  56. 51954a9 crypto: marvell/cesa - fix the bit length endianness by Russell King · 9 years ago
  57. a9eb678 crypto: marvell/cesa - add flag to determine algorithm endianness by Russell King · 9 years ago
  58. 4c2b130 crypto: marvell/cesa - keep creq->state in CPU endian format at all times by Russell King · 9 years ago
  59. 8075453 crypto: marvell/cesa - easier way to get the transform by Russell King · 9 years ago
  60. a6479ea crypto: marvell/cesa - factor out common import/export functions by Russell King · 9 years ago
  61. c3bf02a crypto: marvell/cesa - fix wrong hash results by Russell King · 9 years ago
  62. e72f407 crypto: marvell/cesa - initialise struct mv_cesa_ahash_req by Russell King · 9 years ago
  63. 9f5594c crypto: marvell/cesa - fix stack smashing in marvell/hash.c by Russell King · 9 years ago
  64. cfcd227 crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requests by Thomas Petazzoni · 9 years ago
  65. 1f644a7c crypto: marvell/cesa - Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  66. abdd4a7 genalloc: rename of_get_named_gen_pool() to of_gen_pool_get() by Vladimir Zapolskiy · 9 years ago
  67. 7240425 crypto: marvell/cesa - add support for Kirkwood and Dove SoCs by Arnaud Ebalard · 9 years ago
  68. 0bf6948 crypto: marvell/cesa - add support for Orion SoCs by Boris BREZILLON · 9 years ago
  69. 64c55d4 crypto: marvell/cesa - add allhwsupport module parameter by Boris BREZILLON · 9 years ago
  70. 898c9d5 crypto: marvell/cesa - add support for all armada SoCs by Boris BREZILLON · 9 years ago
  71. f85a762 crypto: marvell/cesa - add SHA256 support by Arnaud Ebalard · 9 years ago
  72. 7aeef69 crypto: marvell/cesa - add MD5 support by Arnaud Ebalard · 9 years ago
  73. 4ada483 crypto: marvell/cesa - add Triple-DES support by Arnaud Ebalard · 9 years ago
  74. 7b3aaaa crypto: marvell/cesa - add DES support by Boris BREZILLON · 9 years ago
  75. db509a4 crypto: marvell/cesa - add TDMA support by Boris BREZILLON · 9 years ago
  76. f63601f crypto: marvell/cesa - add a new driver for Marvell's CESA by Boris BREZILLON · 9 years ago