1. 16d5696 crypto: rockchip - use devm_add_action_or_reset() by Sudip Mukherjee · 8 years ago
  2. 59df87c crypto: mxc-scc - check clk_prepare_enable() error by Fabio Estevam · 8 years ago
  3. b46b9d1 crypto: sun4i-ss - fix missing unlock on error in sun4i_hash() by Wei Yongjun · 8 years ago
  4. 901d3d4 crypto: vmx - fix null dereference in p8_aes_xts_crypt by Li Zhong · 8 years ago
  5. 10bb087 crypto: qat - fix aes-xts key sizes by Giovanni Cabiddu · 8 years ago
  6. 02038fd crypto: Added Chelsio Menu to the Kconfig file by Hariprasad Shenai · 8 years ago
  7. 324429d chcr: Support for Chelsio's Crypto Hardware by Hariprasad Shenai · 8 years ago
  8. dabc790 crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  9. b6ff2fd crypto: sun4i-ss - fix indentation of two crypto alg by Corentin LABBE · 8 years ago
  10. 9b17e5a crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss by Corentin LABBE · 8 years ago
  11. 933e7e3 crypto: sun4i-ss - fix spelling by Corentin LABBE · 8 years ago
  12. d98a949 crypto: sun4i-ss - clean unused ss by Corentin LABBE · 8 years ago
  13. 477d9b2 crypto: sun4i-ss - unify update/final function by Corentin LABBE · 8 years ago
  14. ea1a674 crypto: sun4i-ss - fix a few signed warning by Corentin LABBE · 8 years ago
  15. 4785620 crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req by Romain Perier · 8 years ago
  16. 57cfda1 crypto: marvell - Don't overwrite default creq->state during initialization by Romain Perier · 8 years ago
  17. 09951d8 crypto: marvell - Update transformation context for each dequeued req by Romain Perier · 8 years ago
  18. 6dc156f crypto: marvell - make mv_cesa_ahash_cache_req() return bool by Thomas Petazzoni · 8 years ago
  19. 3e5c66c crypto: marvell - turn mv_cesa_ahash_init() into a function returning void by Thomas Petazzoni · 8 years ago
  20. 2a8a785 crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache() by Thomas Petazzoni · 8 years ago
  21. 36225b9 crypto: marvell - be explicit about destination in mv_cesa_dma_add_op() by Thomas Petazzoni · 8 years ago
  22. bdc67da crypto: caam - avoid kernel warnings on probe failure by Russell King · 8 years ago
  23. 66d2e20 crypto: caam - get rid of tasklet by Russell King · 8 years ago
  24. 65cf164 crypto: caam - add ahash_edesc_add_src() by Russell King · 8 years ago
  25. 30a43b4 crypto: caam - move job descriptor initialisation to ahash_edesc_alloc() by Russell King · 8 years ago
  26. 5588d03 crypto: caam - add ahash_edesc_alloc() for descriptor allocation by Russell King · 8 years ago
  27. bc13c69 crypto: caam - check and use dma_map_sg() return code by Russell King · 8 years ago
  28. 32686d3 crypto: caam - ensure that we clean up after an error by Russell King · 8 years ago
  29. 343e44b crypto: caam - replace sec4_sg pointer with array by Russell King · 8 years ago
  30. d7b24ed crypto: caam - mark the hardware descriptor as cache line aligned by Russell King · 8 years ago
  31. 64ce56c crypto: caam - incorporate job descriptor into struct ahash_edesc by Russell King · 8 years ago
  32. e11793f crypto: caam - ensure descriptor buffers are cacheline aligned by Russell King · 8 years ago
  33. 3d5a2db crypto: caam - fix DMA API mapping leak by Russell King · 8 years ago
  34. 5e38d20 crypto: img-hash - Fix set_reqsize call by Will Thomas · 8 years ago
  35. fb67740 crypto: img-hash - log a successful probe by James Hartley · 8 years ago
  36. 436e3bb crypto: img-hash - Add support for export and import by James Hartley · 8 years ago
  37. d084e13 crypto: img-hash - Add suspend resume hooks for img hash by Govindraj Raja · 8 years ago
  38. 302a1be crypto: img-hash - Reconfigure DMA Burst length by Will Thomas · 8 years ago
  39. dd4f677 crypto: img-hash - Fix hash request context by Will Thomas · 8 years ago
  40. 10badea crypto: img-hash - Fix null pointer exception by Will Thomas · 8 years ago
  41. e14e7d1 crypto: ccp - Enable use of the additional CCP by Gary R Hook · 8 years ago
  42. 99d90b2 crypto: ccp - Enable DMA service on a v5 CCP by Gary R Hook · 8 years ago
  43. 084935b crypto: ccp - Add support for the RNG in a version 5 CCP by Gary R Hook · 8 years ago
  44. 4b394a2 crypto: ccp - Let a v5 CCP provide the same function as v3 by Gary R Hook · 8 years ago
  45. bb4e89b crypto: ccp - Refactor code to enable checks for queue space. by Gary R Hook · 8 years ago
  46. 8256e68 crypto: ccp - Refactor code supporting the CCP's RNG by Gary R Hook · 8 years ago
  47. 58a690b crypto: ccp - Refactor the storage block allocation code by Gary R Hook · 8 years ago
  48. 956ee21 crypto: ccp - Refactoring: symbol cleanup by Gary R Hook · 8 years ago
  49. a43eb98 crypto: ccp - Shorten the fields of the action structure by Gary R Hook · 8 years ago
  50. fba8855 crypto: ccp - Abstract PCI info for the CCP by Gary R Hook · 8 years ago
  51. fa242e8 crypto: ccp - Fix non-conforming comment style by Gary R Hook · 8 years ago
  52. c5736a4 crypto: ixp4xx - Add missing npe_c release in error branches by Quentin Lambert · 8 years ago
  53. b363700 crypto: ixp4xx - Fix a "simple if" coding style warning by Quentin Lambert · 8 years ago
  54. a0118c8 crypto: caam - fix non-hmac hashes by Russell King · 8 years ago
  55. 2fdea25 crypto: caam - defer aead_set_sh_desc in case of zero authsize by Horia Geantă · 8 years ago
  56. 1d2d87e crypto: caam - fix echainiv(authenc) encrypt shared descriptor by Horia Geantă · 8 years ago
  57. f38d2e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  58. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  59. 8cf740a crypto: marvell - Don't copy IV vectors from the _process op for ciphers by Romain Perier · 8 years ago
  60. 64ec6cc crypto: marvell - Update cache with input sg only when it is unmapped by Romain Perier · 8 years ago
  61. 603e989e crypto: marvell - Don't chain at DMA level when backlog is disabled by Romain Perier · 8 years ago
  62. ec38f82 crypto: marvell - Fix memory leaks in TDMA chain for cipher requests by Romain Perier · 8 years ago
  63. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  64. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  65. ccf5c44 crypto: vmx - Convert to CPU feature based module autoloading by Alastair D'Silva · 8 years ago
  66. 51b259b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  67. 81dc036 crypto: qat - make qat_asym_algs.o depend on asn1 headers by Jan Stancek · 8 years ago
  68. 16dee78 crypto: vmx - Fix aes_p8_xts_decrypt build failure by Herbert Xu · 8 years ago
  69. 48a9343 crypto: vmx - Ignore generated files by Paulo Flabiano Smorigo · 8 years ago
  70. c07f5d3 crypto: vmx - Adding support for XTS by Leonidas S. Barbosa · 8 years ago
  71. 11c6e16 crypto: vmx - Adding asm subroutines for XTS by Paulo Flabiano Smorigo · 8 years ago
  72. aa6416e crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op by Romain Perier · 8 years ago
  73. e514cc0 crypto: nx - off by one bug in nx_of_update_msc() by Dan Carpenter · 8 years ago
  74. 7c001a8 crypto: omap - Stop using crypto scatterwalk_bytes_sglen by Herbert Xu · 8 years ago
  75. bd76ad4 crypto: qat - Stop dropping leading zeros from RSA output by Salvatore Benedetto · 8 years ago
  76. c983914 crypto: qat - Add DH support by Salvatore Benedetto · 8 years ago
  77. 879f77e crypto: qat - Add RSA CRT mode by Salvatore Benedetto · 8 years ago
  78. e24860f2 crypto: qat - Use alternative reset methods depending on the specific device by Conor McLoughlin · 8 years ago
  79. 8d63a6d5 crypto: bfin_crc - Simplify use of devm_ioremap_resource by Amitoj Kaur Chawla · 8 years ago
  80. 8c41977 crypto: caam - add support for RSA algorithm by Tudor Ambarus · 8 years ago
  81. 6889621 crypto: qat - Switch to new rsa_helper functions by Salvatore Benedetto · 8 years ago
  82. eb35478 crypto: omap-sham - increase cra_proirity to 400 by Bin Liu · 8 years ago
  83. 678adec crypto: sahara - Use skcipher for fallback by Herbert Xu · 8 years ago
  84. 2d20ce07 crypto: qce - Use skcipher for fallback by Herbert Xu · 8 years ago
  85. 1eb60ff crypto: picoxcell - Use skcipher for fallback by Herbert Xu · 8 years ago
  86. 29406bb crypto: mxs-dcp - Use skcipher for fallback by Herbert Xu · 8 years ago
  87. 241118d crypto: ccp - Use skcipher for fallback by Herbert Xu · 8 years ago
  88. 9ac1c32 crypto: ux500 - do not build with -O0 by Arnd Bergmann · 8 years ago
  89. 85e0687 crypto: omap-sham - set sw fallback to 240 bytes by Bin Liu · 8 years ago
  90. b973eaa crypto: omap - do not call dmaengine_terminate_all by Lokesh Vutla · 8 years ago
  91. 65e7a54 crypto: omap-sham - change queue size from 1 to 10 by Tero Kristo · 8 years ago
  92. e93f767 crypto: omap-sham - use runtime_pm autosuspend for clock handling by Tero Kristo · 8 years ago
  93. 47a1f0b crypto: marvell - Increase the size of the crypto queue by Romain Perier · 8 years ago
  94. 85030c5 crypto: marvell - Add support for chaining crypto requests in TDMA mode by Romain Perier · 8 years ago
  95. bf8f91e crypto: marvell - Add load balancing between engines by Romain Perier · 8 years ago
  96. 2786cee crypto: marvell - Move SRAM I/O operations to step functions by Romain Perier · 8 years ago
  97. 1bf6682 crypto: marvell - Add a complete operation for async requests by Romain Perier · 8 years ago
  98. 53da740 crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it by Romain Perier · 8 years ago
  99. bac8e80 crypto: marvell - Copy IV vectors by DMA transfers for acipher requests by Romain Perier · 8 years ago
  100. b99acf7 crypto: marvell - Fix wrong type check in dma functions by Romain Perier · 8 years ago