1. 39eaf75 crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel by Horia Geantă · 7 years ago
  2. 9e5f7a1 crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash by Romain Perier · 7 years ago
  3. 68c7f8c crypto: marvell - Don't copy hash operation twice into the SRAM by Romain Perier · 7 years ago
  4. 66bf093 crypto: chcr - Fix memory corruption by Harsh Jain · 7 years ago
  5. a5a40d4 crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  6. 83d2c9a crypto: caam - do not register AES-XTS mode on LP units by Sven Ebenfeld · 8 years ago
  7. 30066ce Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  8. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  9. f97581c crypto: caam - treat SGT address pointer as u64 by Tudor Ambarus · 8 years ago
  10. 81422ba crypto: ccp - Make syslog errors human-readable by Gary R Hook · 8 years ago
  11. 9ddb9dc crypto: ccp - clean up data structure by Gary R Hook · 8 years ago
  12. 8df4f27 crypto: vmx - Ensure ghash-generic is enabled by Marcelo Cerri · 8 years ago
  13. 3387879 crypto: caam - Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  14. 80da44c crypto: vmx - Fix memory corruption caused by p8_ghash by Marcelo Cerri · 8 years ago
  15. 5ecf8ef crypto: caam - fix sg dump by Catalin Vasile · 8 years ago
  16. 182e283 crypto: omap-sham - shrink the internal buffer size by Tero Kristo · 8 years ago
  17. a84d351 crypto: omap-sham - add support for export/import by Tero Kristo · 8 years ago
  18. 8043bb1 crypto: omap-sham - convert driver logic to use sgs for data xmit by Tero Kristo · 8 years ago
  19. 2c5bd1e crypto: omap-sham - change the DMA threshold value to a define by Tero Kristo · 8 years ago
  20. f19de1b crypto: omap-sham - add support functions for sg based data handling by Tero Kristo · 8 years ago
  21. 8addf57 crypto: omap-sham - rename sgl to sgl_tmp for deprecation by Tero Kristo · 8 years ago
  22. 744e686 crypto: omap-sham - align algorithms on word offset by Tero Kristo · 8 years ago
  23. 99a7fff crypto: omap-sham - add context export/import stubs by Tero Kristo · 8 years ago
  24. 8d46a5c crypto: sun4i-ss - mark sun4i_hash() static by Baoyou Xie · 8 years ago
  25. 7514e36 crypto: ccp - Fix return value check in ccp_dmaengine_register() by Wei Yongjun · 8 years ago
  26. 06435f34 crypto: caam - Move common error handling code in two functions by Markus Elfring · 8 years ago
  27. 9e6df0f crypto: caam - Delete an unnecessary initialisation in seven functions by Markus Elfring · 8 years ago
  28. e6cc5b8 crypto: caam - Return a value directly in caam_hash_cra_init() by Markus Elfring · 8 years ago
  29. 58b0e5d crypto: caam - Rename a jump label in five functions by Markus Elfring · 8 years ago
  30. d6e7a7d crypto: caam - Rename jump labels in ahash_setkey() by Markus Elfring · 8 years ago
  31. e7a33c4 crypto: caam - Use kmalloc_array() in ahash_setkey() by Markus Elfring · 8 years ago
  32. 664f570 crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 8 years ago
  33. c98ef8d crypto: omap-aes - fix error return code in omap_aes_probe() by Wei Yongjun · 8 years ago
  34. 59af156 crypto: omap-des - fix error return code in omap_des_probe() by Wei Yongjun · 8 years ago
  35. 0fbc81b chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD's by Hariprasad Shenai · 8 years ago
  36. 36e09e1 crypto: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  37. 378bc4e crypto: qat - fix leak on error path by Giovanni Cabiddu · 8 years ago
  38. 1d1f98d crypto: omap-des - fix crypto engine initialization order by Tero Kristo · 8 years ago
  39. 0d0cda93 crypto: omap-aes - fix crypto engine initialization order by Tero Kristo · 8 years ago
  40. 9fcb191 crypto: omap-aes - Add fallback support by Lokesh Vutla · 8 years ago
  41. 164f3ef crypto: omap-aes - Add support for multiple cores by Lokesh Vutla · 8 years ago
  42. f303b45 crypto: omap-aes - use runtime_pm autosuspend for clock handling by Tero Kristo · 8 years ago
  43. cb8d5c8 crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3 by Tero Kristo · 8 years ago
  44. 5a793bc crypto: omap-sham - fix software fallback handling by Tero Kristo · 8 years ago
  45. 4e7813a crypto: omap-sham - avoid executing tasklet where not needed by Tero Kristo · 8 years ago
  46. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. b458745 crypto: mv_cesa - remove NO_IRQ reference by Arnd Bergmann · 8 years ago
  48. ba22a1e crypto: ccp - add missing release in ccp_dmaengine_register by Quentin Lambert · 8 years ago
  49. 5ba1c7b crypto: caam - fix rfc3686(ctr(aes)) IV load by Catalin Vasile · 8 years ago
  50. 4cba7cf crypto: engine - permit to enqueue ashash_request by Corentin LABBE · 8 years ago
  51. 2589ad8 crypto: engine - move crypto engine to its own header by Corentin LABBE · 8 years ago
  52. 1548a37 crypto: qat - fix incorrect accelerator mask for C3X devices by Maksim Lukoshkov · 8 years ago
  53. 93ba73f crypto: qat - fix constants table DMA by Maksim Lukoshkov · 8 years ago
  54. 1ac6b73 crypto: caam - add missing header dependencies by Baoyou Xie · 8 years ago
  55. 8b18e23 crypto: caam - fix IV loading for authenc (giv)decryption by Horia Geantă · 8 years ago
  56. 73b86bb chcr: Fix non static symbol warning by Wei Yongjun · 8 years ago
  57. 16d5696 crypto: rockchip - use devm_add_action_or_reset() by Sudip Mukherjee · 8 years ago
  58. 59df87c crypto: mxc-scc - check clk_prepare_enable() error by Fabio Estevam · 8 years ago
  59. b46b9d1 crypto: sun4i-ss - fix missing unlock on error in sun4i_hash() by Wei Yongjun · 8 years ago
  60. 901d3d4 crypto: vmx - fix null dereference in p8_aes_xts_crypt by Li Zhong · 8 years ago
  61. 10bb087 crypto: qat - fix aes-xts key sizes by Giovanni Cabiddu · 8 years ago
  62. 02038fd crypto: Added Chelsio Menu to the Kconfig file by Hariprasad Shenai · 8 years ago
  63. 324429d chcr: Support for Chelsio's Crypto Hardware by Hariprasad Shenai · 8 years ago
  64. dabc790 crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  65. b6ff2fd crypto: sun4i-ss - fix indentation of two crypto alg by Corentin LABBE · 8 years ago
  66. 9b17e5a crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss by Corentin LABBE · 8 years ago
  67. 933e7e3 crypto: sun4i-ss - fix spelling by Corentin LABBE · 8 years ago
  68. d98a949 crypto: sun4i-ss - clean unused ss by Corentin LABBE · 8 years ago
  69. 477d9b2 crypto: sun4i-ss - unify update/final function by Corentin LABBE · 8 years ago
  70. ea1a674 crypto: sun4i-ss - fix a few signed warning by Corentin LABBE · 8 years ago
  71. 4785620 crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req by Romain Perier · 8 years ago
  72. 57cfda1 crypto: marvell - Don't overwrite default creq->state during initialization by Romain Perier · 8 years ago
  73. 09951d8 crypto: marvell - Update transformation context for each dequeued req by Romain Perier · 8 years ago
  74. 6dc156f crypto: marvell - make mv_cesa_ahash_cache_req() return bool by Thomas Petazzoni · 8 years ago
  75. 3e5c66c crypto: marvell - turn mv_cesa_ahash_init() into a function returning void by Thomas Petazzoni · 8 years ago
  76. 2a8a785 crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache() by Thomas Petazzoni · 8 years ago
  77. 36225b9 crypto: marvell - be explicit about destination in mv_cesa_dma_add_op() by Thomas Petazzoni · 8 years ago
  78. bdc67da crypto: caam - avoid kernel warnings on probe failure by Russell King · 8 years ago
  79. 66d2e20 crypto: caam - get rid of tasklet by Russell King · 8 years ago
  80. 65cf164 crypto: caam - add ahash_edesc_add_src() by Russell King · 8 years ago
  81. 30a43b4 crypto: caam - move job descriptor initialisation to ahash_edesc_alloc() by Russell King · 8 years ago
  82. 5588d03 crypto: caam - add ahash_edesc_alloc() for descriptor allocation by Russell King · 8 years ago
  83. bc13c69 crypto: caam - check and use dma_map_sg() return code by Russell King · 8 years ago
  84. 32686d3 crypto: caam - ensure that we clean up after an error by Russell King · 8 years ago
  85. 343e44b crypto: caam - replace sec4_sg pointer with array by Russell King · 8 years ago
  86. d7b24ed crypto: caam - mark the hardware descriptor as cache line aligned by Russell King · 8 years ago
  87. 64ce56c crypto: caam - incorporate job descriptor into struct ahash_edesc by Russell King · 8 years ago
  88. e11793f crypto: caam - ensure descriptor buffers are cacheline aligned by Russell King · 8 years ago
  89. 3d5a2db crypto: caam - fix DMA API mapping leak by Russell King · 8 years ago
  90. 5e38d20 crypto: img-hash - Fix set_reqsize call by Will Thomas · 8 years ago
  91. fb67740 crypto: img-hash - log a successful probe by James Hartley · 8 years ago
  92. 436e3bb crypto: img-hash - Add support for export and import by James Hartley · 8 years ago
  93. d084e13 crypto: img-hash - Add suspend resume hooks for img hash by Govindraj Raja · 8 years ago
  94. 302a1be crypto: img-hash - Reconfigure DMA Burst length by Will Thomas · 8 years ago
  95. dd4f677 crypto: img-hash - Fix hash request context by Will Thomas · 8 years ago
  96. 10badea crypto: img-hash - Fix null pointer exception by Will Thomas · 8 years ago
  97. e14e7d1 crypto: ccp - Enable use of the additional CCP by Gary R Hook · 8 years ago
  98. 99d90b2 crypto: ccp - Enable DMA service on a v5 CCP by Gary R Hook · 8 years ago
  99. 084935b crypto: ccp - Add support for the RNG in a version 5 CCP by Gary R Hook · 8 years ago
  100. 4b394a2 crypto: ccp - Let a v5 CCP provide the same function as v3 by Gary R Hook · 8 years ago