1. 8b18e23 crypto: caam - fix IV loading for authenc (giv)decryption by Horia Geantă · 8 years ago
  2. 901d3d4 crypto: vmx - fix null dereference in p8_aes_xts_crypt by Li Zhong · 8 years ago
  3. 10bb087 crypto: qat - fix aes-xts key sizes by Giovanni Cabiddu · 8 years ago
  4. a0118c8 crypto: caam - fix non-hmac hashes by Russell King · 8 years ago
  5. 2fdea25 crypto: caam - defer aead_set_sh_desc in case of zero authsize by Horia Geantă · 8 years ago
  6. 1d2d87e crypto: caam - fix echainiv(authenc) encrypt shared descriptor by Horia Geantă · 8 years ago
  7. f38d2e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  8. 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
  9. 8cf740a crypto: marvell - Don't copy IV vectors from the _process op for ciphers by Romain Perier · 8 years ago
  10. 64ec6cc crypto: marvell - Update cache with input sg only when it is unmapped by Romain Perier · 8 years ago
  11. 603e989e crypto: marvell - Don't chain at DMA level when backlog is disabled by Romain Perier · 8 years ago
  12. ec38f82 crypto: marvell - Fix memory leaks in TDMA chain for cipher requests by Romain Perier · 8 years ago
  13. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  14. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  15. ccf5c44 crypto: vmx - Convert to CPU feature based module autoloading by Alastair D'Silva · 8 years ago
  16. 51b259b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  17. 81dc036 crypto: qat - make qat_asym_algs.o depend on asn1 headers by Jan Stancek · 8 years ago
  18. 16dee78 crypto: vmx - Fix aes_p8_xts_decrypt build failure by Herbert Xu · 8 years ago
  19. 48a9343 crypto: vmx - Ignore generated files by Paulo Flabiano Smorigo · 8 years ago
  20. c07f5d3 crypto: vmx - Adding support for XTS by Leonidas S. Barbosa · 8 years ago
  21. 11c6e16 crypto: vmx - Adding asm subroutines for XTS by Paulo Flabiano Smorigo · 8 years ago
  22. aa6416e crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op by Romain Perier · 8 years ago
  23. e514cc0 crypto: nx - off by one bug in nx_of_update_msc() by Dan Carpenter · 8 years ago
  24. 7c001a8 crypto: omap - Stop using crypto scatterwalk_bytes_sglen by Herbert Xu · 8 years ago
  25. bd76ad4 crypto: qat - Stop dropping leading zeros from RSA output by Salvatore Benedetto · 8 years ago
  26. c983914 crypto: qat - Add DH support by Salvatore Benedetto · 8 years ago
  27. 879f77e crypto: qat - Add RSA CRT mode by Salvatore Benedetto · 8 years ago
  28. e24860f2 crypto: qat - Use alternative reset methods depending on the specific device by Conor McLoughlin · 8 years ago
  29. 8d63a6d5 crypto: bfin_crc - Simplify use of devm_ioremap_resource by Amitoj Kaur Chawla · 8 years ago
  30. 8c41977 crypto: caam - add support for RSA algorithm by Tudor Ambarus · 8 years ago
  31. 6889621 crypto: qat - Switch to new rsa_helper functions by Salvatore Benedetto · 8 years ago
  32. eb35478 crypto: omap-sham - increase cra_proirity to 400 by Bin Liu · 8 years ago
  33. 678adec crypto: sahara - Use skcipher for fallback by Herbert Xu · 8 years ago
  34. 2d20ce07 crypto: qce - Use skcipher for fallback by Herbert Xu · 8 years ago
  35. 1eb60ff crypto: picoxcell - Use skcipher for fallback by Herbert Xu · 8 years ago
  36. 29406bb crypto: mxs-dcp - Use skcipher for fallback by Herbert Xu · 8 years ago
  37. 241118d crypto: ccp - Use skcipher for fallback by Herbert Xu · 8 years ago
  38. 9ac1c32 crypto: ux500 - do not build with -O0 by Arnd Bergmann · 8 years ago
  39. 85e0687 crypto: omap-sham - set sw fallback to 240 bytes by Bin Liu · 8 years ago
  40. b973eaa crypto: omap - do not call dmaengine_terminate_all by Lokesh Vutla · 8 years ago
  41. 65e7a54 crypto: omap-sham - change queue size from 1 to 10 by Tero Kristo · 8 years ago
  42. e93f767 crypto: omap-sham - use runtime_pm autosuspend for clock handling by Tero Kristo · 8 years ago
  43. 47a1f0b crypto: marvell - Increase the size of the crypto queue by Romain Perier · 8 years ago
  44. 85030c5 crypto: marvell - Add support for chaining crypto requests in TDMA mode by Romain Perier · 8 years ago
  45. bf8f91e crypto: marvell - Add load balancing between engines by Romain Perier · 8 years ago
  46. 2786cee crypto: marvell - Move SRAM I/O operations to step functions by Romain Perier · 8 years ago
  47. 1bf6682 crypto: marvell - Add a complete operation for async requests by Romain Perier · 8 years ago
  48. 53da740 crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it by Romain Perier · 8 years ago
  49. bac8e80 crypto: marvell - Copy IV vectors by DMA transfers for acipher requests by Romain Perier · 8 years ago
  50. b99acf7 crypto: marvell - Fix wrong type check in dma functions by Romain Perier · 8 years ago
  51. f628308 crypto: marvell - Check engine is not already running when enabling a req by Romain Perier · 8 years ago
  52. e26df73 crypto: marvell - Add a macro constant for the size of the crypto queue by Romain Perier · 8 years ago
  53. 6999d50 crypto: caam - replace deprecated EXTRA_CFLAGS by Tudor Ambarus · 8 years ago
  54. a6ed42d crypto: caam - fix misspelled upper_32_bits by Arnd Bergmann · 8 years ago
  55. f848dbd s390/crc32-vx: add crypto API module for optimized CRC-32 algorithms by Hendrik Brueckner · 9 years ago
  56. 773b197 crypto: qat - Remove deprecated create_workqueue by Bhaktipriya Shridhar · 8 years ago
  57. 19ced62 crypto: ux500 - memmove the right size by Linus Walleij · 8 years ago
  58. 12d3f49 crypto: vmx - Increase priority of aes-cbc cipher by Anton Blanchard · 8 years ago
  59. 975f57f crypto: vmx - Fix ABI detection by Anton Blanchard · 8 years ago
  60. 7405c8d crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU by LEROY Christophe · 8 years ago
  61. b005776 crypto: talitos - implement cra_priority by LEROY Christophe · 8 years ago
  62. e968b49 crypto: talitos - sg_to_link_tbl() not used anymore, remove it by LEROY Christophe · 8 years ago
  63. 549bd8b crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU by LEROY Christophe · 8 years ago
  64. 6a1e8d1 crypto: talitos - making mapping helpers more generic by LEROY Christophe · 8 years ago
  65. 246a87c crypto: talitos - move mapping helpers before IPSEC functions by LEROY Christophe · 8 years ago
  66. b096b54 crypto: talitos - using helpers for all talitos_ptr operations by LEROY Christophe · 8 years ago
  67. 3741bbb crypto: omap-aes - Fix registration of algorithms by Lokesh Vutla · 8 years ago
  68. 5318c53 crypto: s5p-sss - Use consistent indentation for variables and members by Krzysztof Kozlowski · 8 years ago
  69. 9e21779 crypto: caam - add ARCH_LAYERSCAPE to supported architectures by Horia Geantă · 8 years ago
  70. 261ea05 crypto: caam - handle core endianness != caam endianness by Horia Geantă · 8 years ago
  71. bd52f1c crypto: caam - fix offset field in hw sg entries by Cristian Stoica · 8 years ago
  72. 21a3d3b crypto: qat - fix typos sizeof for ctx by Tadeusz Struk · 8 years ago
  73. 4469854 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  74. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  75. ab6a11a crypto: ccp - Fix AES XTS error for request sizes above 4096 by Tom Lendacky · 8 years ago
  76. d462e32 crypto: omap-sham - potential Oops on error in probe by Dan Carpenter · 8 years ago
  77. 256b1cf crypto: qat - change the adf_ctl_stop_devices to void by Tadeusz Struk · 8 years ago
  78. e930c76 crypto: caam - fix caam_jr_alloc() ret code by Catalin Vasile · 8 years ago
  79. 5ca5573 crypto: vmx - comply with ABIs that specify vrsave as reserved. by Paulo Flabiano Smorigo · 8 years ago
  80. bc197b2a crypto: ccp - constify ccp_actions structure by Julia Lawall · 8 years ago
  81. 472d640 crypto: marvell/cesa - Use dma_pool_zalloc by Julia Lawall · 8 years ago
  82. d0c15bd crypto: qat - make adf_vf_isr.c dependant on IOV config by Tadeusz Struk · 8 years ago
  83. cca0a7b crypto: qat - Fix typo in comments by Tadeusz Struk · 8 years ago
  84. dbe2462 crypto: omap-sham - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 8 years ago
  85. 2f6f068 crypto: omap-des - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 8 years ago
  86. da8b29a crypto: omap-aes - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 8 years ago
  87. f1b77aa crypto: omap-des - Integrate with the crypto engine framework by Baolin Wang · 8 years ago
  88. 6dd4c83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  89. 6dc5df7 crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq by Tadeusz Struk · 8 years ago
  90. d149797 crypto: s5p-sss - fix incorrect usage of scatterlists api by Marek Szyprowski · 8 years ago
  91. 6f64389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  92. 9e209fc crypto: qat - fix invalid pf2vf_resp_wq logic by Tadeusz Struk · 8 years ago
  93. 79152e8 crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks by Krzysztof Kozlowski · 8 years ago
  94. 5e00c60 crypto: s5p-sss - Use common BIT macro by Krzysztof Kozlowski · 8 years ago
  95. 4c048af crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register() by Dan Carpenter · 8 years ago
  96. b908bd3 crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init() by Dan Carpenter · 8 years ago
  97. 3639ca8 crypto: talitos - fix ahash algorithms registration by Horia Geant? · 8 years ago
  98. b3c2fee crypto: ccp - Ensure all dependencies are specified by Gary R Hook · 8 years ago
  99. 21ec757 crypto: marvell/cesa - Improving code readability by Romain Perier · 8 years ago
  100. 5512442 crypto: s5p-sss - Remove useless hash interrupt handler by Krzysztof Kozlowski · 8 years ago