1. 80495c7 crypto: caam - fix signals handling by Horia Geantă · 7 years ago
  2. 48a9dff crypto: caam - properly set IV after {en,de}crypt by David Gstir · 7 years ago
  3. 81cc2ef crypto: atmel - only treat EBUSY as transient if backlog by Gilad Ben-Yossef · 7 years ago
  4. 2ff2cc7 crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD by Martin Hicks · 7 years ago
  5. 0d6758f crypto: caam - fix gfp allocation flags (part I) by Horia Geantă · 7 years ago
  6. f8d0509 crypto: ccp - Change ISR handler method for a v5 CCP by Gary R Hook · 7 years ago
  7. a0a2324 crypto: ccp - Change ISR handler method for a v3 CCP by Gary R Hook · 7 years ago
  8. 93424b2 crypto: ccp - Disable interrupts early on unload by Gary R Hook · 7 years ago
  9. 36dffff crypto: ccp - Use only the relevant interrupt bits by Gary R Hook · 7 years ago
  10. ccef31d crypto: caam - fix error path for ctx_dma mapping failure by Horia Geantă · 7 years ago
  11. 69fbc50 crypto: caam - fix invalid dereference in caam_rsa_init_tfm() by Horia Geantă · 7 years ago
  12. 75964d0 crypto: caam - fix RNG deinstantiation error checking by Horia Geantă · 7 years ago
  13. b1ef9da crypto: ccp - Assign DMA commands to the channel's CCP by Gary R Hook · 7 years ago
  14. f77e7b1 crypto: ccp - Fix double add when creating new DMA command by Gary R Hook · 7 years ago
  15. 1105ccf crypto: ccp - Fix DMA operations when IOMMU is enabled by Gary R Hook · 7 years ago
  16. d7aa88a crypto: qat - zero esram only for DH85x devices by Giovanni Cabiddu · 7 years ago
  17. 2d5dd05 crypto: qat - fix bar discovery for c62x by Giovanni Cabiddu · 7 years ago
  18. b4de8af crypto: chcr - Check device is allocated before use by Harsh Jain · 7 years ago
  19. 21cc915 crypto: caam - fix AEAD givenc descriptors by Alex Porosanu · 7 years ago
  20. 39eaf75 crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel by Horia Geantă · 7 years ago
  21. 9e5f7a1 crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash by Romain Perier · 7 years ago
  22. 68c7f8c crypto: marvell - Don't copy hash operation twice into the SRAM by Romain Perier · 7 years ago
  23. 66bf093 crypto: chcr - Fix memory corruption by Harsh Jain · 7 years ago
  24. a5a40d4 crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  25. 83d2c9a crypto: caam - do not register AES-XTS mode on LP units by Sven Ebenfeld · 7 years ago
  26. 30066ce Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  27. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  28. f97581c crypto: caam - treat SGT address pointer as u64 by Tudor Ambarus · 8 years ago
  29. 81422ba crypto: ccp - Make syslog errors human-readable by Gary R Hook · 8 years ago
  30. 9ddb9dc crypto: ccp - clean up data structure by Gary R Hook · 8 years ago
  31. 8df4f27 crypto: vmx - Ensure ghash-generic is enabled by Marcelo Cerri · 8 years ago
  32. 3387879 crypto: caam - Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  33. 80da44c crypto: vmx - Fix memory corruption caused by p8_ghash by Marcelo Cerri · 8 years ago
  34. 5ecf8ef crypto: caam - fix sg dump by Catalin Vasile · 8 years ago
  35. 182e283 crypto: omap-sham - shrink the internal buffer size by Tero Kristo · 8 years ago
  36. a84d351 crypto: omap-sham - add support for export/import by Tero Kristo · 8 years ago
  37. 8043bb1 crypto: omap-sham - convert driver logic to use sgs for data xmit by Tero Kristo · 8 years ago
  38. 2c5bd1e crypto: omap-sham - change the DMA threshold value to a define by Tero Kristo · 8 years ago
  39. f19de1b crypto: omap-sham - add support functions for sg based data handling by Tero Kristo · 8 years ago
  40. 8addf57 crypto: omap-sham - rename sgl to sgl_tmp for deprecation by Tero Kristo · 8 years ago
  41. 744e686 crypto: omap-sham - align algorithms on word offset by Tero Kristo · 8 years ago
  42. 99a7fff crypto: omap-sham - add context export/import stubs by Tero Kristo · 8 years ago
  43. 8d46a5c crypto: sun4i-ss - mark sun4i_hash() static by Baoyou Xie · 8 years ago
  44. 7514e36 crypto: ccp - Fix return value check in ccp_dmaengine_register() by Wei Yongjun · 8 years ago
  45. 06435f34 crypto: caam - Move common error handling code in two functions by Markus Elfring · 8 years ago
  46. 9e6df0f crypto: caam - Delete an unnecessary initialisation in seven functions by Markus Elfring · 8 years ago
  47. e6cc5b8 crypto: caam - Return a value directly in caam_hash_cra_init() by Markus Elfring · 8 years ago
  48. 58b0e5d crypto: caam - Rename a jump label in five functions by Markus Elfring · 8 years ago
  49. d6e7a7d crypto: caam - Rename jump labels in ahash_setkey() by Markus Elfring · 8 years ago
  50. e7a33c4 crypto: caam - Use kmalloc_array() in ahash_setkey() by Markus Elfring · 8 years ago
  51. 664f570 crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 8 years ago
  52. c98ef8d crypto: omap-aes - fix error return code in omap_aes_probe() by Wei Yongjun · 8 years ago
  53. 59af156 crypto: omap-des - fix error return code in omap_des_probe() by Wei Yongjun · 8 years ago
  54. 0fbc81b chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD's by Hariprasad Shenai · 8 years ago
  55. 36e09e1 crypto: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  56. 378bc4e crypto: qat - fix leak on error path by Giovanni Cabiddu · 8 years ago
  57. 1d1f98d crypto: omap-des - fix crypto engine initialization order by Tero Kristo · 8 years ago
  58. 0d0cda93 crypto: omap-aes - fix crypto engine initialization order by Tero Kristo · 8 years ago
  59. 9fcb191 crypto: omap-aes - Add fallback support by Lokesh Vutla · 8 years ago
  60. 164f3ef crypto: omap-aes - Add support for multiple cores by Lokesh Vutla · 8 years ago
  61. f303b45 crypto: omap-aes - use runtime_pm autosuspend for clock handling by Tero Kristo · 8 years ago
  62. cb8d5c8 crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3 by Tero Kristo · 8 years ago
  63. 5a793bc crypto: omap-sham - fix software fallback handling by Tero Kristo · 8 years ago
  64. 4e7813a crypto: omap-sham - avoid executing tasklet where not needed by Tero Kristo · 8 years ago
  65. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. b458745 crypto: mv_cesa - remove NO_IRQ reference by Arnd Bergmann · 8 years ago
  67. ba22a1e crypto: ccp - add missing release in ccp_dmaengine_register by Quentin Lambert · 8 years ago
  68. 5ba1c7b crypto: caam - fix rfc3686(ctr(aes)) IV load by Catalin Vasile · 8 years ago
  69. 4cba7cf crypto: engine - permit to enqueue ashash_request by Corentin LABBE · 8 years ago
  70. 2589ad8 crypto: engine - move crypto engine to its own header by Corentin LABBE · 8 years ago
  71. 1548a37 crypto: qat - fix incorrect accelerator mask for C3X devices by Maksim Lukoshkov · 8 years ago
  72. 93ba73f crypto: qat - fix constants table DMA by Maksim Lukoshkov · 8 years ago
  73. 1ac6b73 crypto: caam - add missing header dependencies by Baoyou Xie · 8 years ago
  74. 8b18e23 crypto: caam - fix IV loading for authenc (giv)decryption by Horia Geantă · 8 years ago
  75. 73b86bb chcr: Fix non static symbol warning by Wei Yongjun · 8 years ago
  76. 16d5696 crypto: rockchip - use devm_add_action_or_reset() by Sudip Mukherjee · 8 years ago
  77. 59df87c crypto: mxc-scc - check clk_prepare_enable() error by Fabio Estevam · 8 years ago
  78. b46b9d1 crypto: sun4i-ss - fix missing unlock on error in sun4i_hash() by Wei Yongjun · 8 years ago
  79. 901d3d4 crypto: vmx - fix null dereference in p8_aes_xts_crypt by Li Zhong · 8 years ago
  80. 10bb087 crypto: qat - fix aes-xts key sizes by Giovanni Cabiddu · 8 years ago
  81. 02038fd crypto: Added Chelsio Menu to the Kconfig file by Hariprasad Shenai · 8 years ago
  82. 324429d chcr: Support for Chelsio's Crypto Hardware by Hariprasad Shenai · 8 years ago
  83. dabc790 crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  84. b6ff2fd crypto: sun4i-ss - fix indentation of two crypto alg by Corentin LABBE · 8 years ago
  85. 9b17e5a crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss by Corentin LABBE · 8 years ago
  86. 933e7e3 crypto: sun4i-ss - fix spelling by Corentin LABBE · 8 years ago
  87. d98a949 crypto: sun4i-ss - clean unused ss by Corentin LABBE · 8 years ago
  88. 477d9b2 crypto: sun4i-ss - unify update/final function by Corentin LABBE · 8 years ago
  89. ea1a674 crypto: sun4i-ss - fix a few signed warning by Corentin LABBE · 8 years ago
  90. 4785620 crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req by Romain Perier · 8 years ago
  91. 57cfda1 crypto: marvell - Don't overwrite default creq->state during initialization by Romain Perier · 8 years ago
  92. 09951d8 crypto: marvell - Update transformation context for each dequeued req by Romain Perier · 8 years ago
  93. 6dc156f crypto: marvell - make mv_cesa_ahash_cache_req() return bool by Thomas Petazzoni · 8 years ago
  94. 3e5c66c crypto: marvell - turn mv_cesa_ahash_init() into a function returning void by Thomas Petazzoni · 8 years ago
  95. 2a8a785 crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache() by Thomas Petazzoni · 8 years ago
  96. 36225b9 crypto: marvell - be explicit about destination in mv_cesa_dma_add_op() by Thomas Petazzoni · 8 years ago
  97. bdc67da crypto: caam - avoid kernel warnings on probe failure by Russell King · 8 years ago
  98. 66d2e20 crypto: caam - get rid of tasklet by Russell King · 8 years ago
  99. 65cf164 crypto: caam - add ahash_edesc_add_src() by Russell King · 8 years ago
  100. 30a43b4 crypto: caam - move job descriptor initialisation to ahash_edesc_alloc() by Russell King · 8 years ago