1. a96e820 crypto: caam - fix endless loop when DECO acquire fails by Horia Geantă · 6 years ago
  2. 0de12a7 Revert "crypto: caam - get rid of tasklet" by Horia Geantă · 8 years ago
  3. 80495c7 crypto: caam - fix signals handling by Horia Geantă · 7 years ago
  4. 48a9dff crypto: caam - properly set IV after {en,de}crypt by David Gstir · 7 years ago
  5. 0d6758f crypto: caam - fix gfp allocation flags (part I) by Horia Geantă · 7 years ago
  6. ccef31d crypto: caam - fix error path for ctx_dma mapping failure by Horia Geantă · 7 years ago
  7. 69fbc50 crypto: caam - fix invalid dereference in caam_rsa_init_tfm() by Horia Geantă · 7 years ago
  8. 75964d0 crypto: caam - fix RNG deinstantiation error checking by Horia Geantă · 7 years ago
  9. 21cc915 crypto: caam - fix AEAD givenc descriptors by Alex Porosanu · 8 years ago
  10. 39eaf75 crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel by Horia Geantă · 8 years ago
  11. a5a40d4 crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  12. 83d2c9a crypto: caam - do not register AES-XTS mode on LP units by Sven Ebenfeld · 8 years ago
  13. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  14. f97581c crypto: caam - treat SGT address pointer as u64 by Tudor Ambarus · 8 years ago
  15. 3387879 crypto: caam - Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  16. 5ecf8ef crypto: caam - fix sg dump by Catalin Vasile · 8 years ago
  17. 06435f34 crypto: caam - Move common error handling code in two functions by Markus Elfring · 8 years ago
  18. 9e6df0f crypto: caam - Delete an unnecessary initialisation in seven functions by Markus Elfring · 8 years ago
  19. e6cc5b8 crypto: caam - Return a value directly in caam_hash_cra_init() by Markus Elfring · 8 years ago
  20. 58b0e5d crypto: caam - Rename a jump label in five functions by Markus Elfring · 8 years ago
  21. d6e7a7d crypto: caam - Rename jump labels in ahash_setkey() by Markus Elfring · 8 years ago
  22. e7a33c4 crypto: caam - Use kmalloc_array() in ahash_setkey() by Markus Elfring · 8 years ago
  23. 5ba1c7b crypto: caam - fix rfc3686(ctr(aes)) IV load by Catalin Vasile · 8 years ago
  24. 1ac6b73 crypto: caam - add missing header dependencies by Baoyou Xie · 8 years ago
  25. 8b18e23 crypto: caam - fix IV loading for authenc (giv)decryption by Horia Geantă · 8 years ago
  26. bdc67da crypto: caam - avoid kernel warnings on probe failure by Russell King · 8 years ago
  27. 66d2e20 crypto: caam - get rid of tasklet by Russell King · 8 years ago
  28. 65cf164 crypto: caam - add ahash_edesc_add_src() by Russell King · 8 years ago
  29. 30a43b4 crypto: caam - move job descriptor initialisation to ahash_edesc_alloc() by Russell King · 8 years ago
  30. 5588d03 crypto: caam - add ahash_edesc_alloc() for descriptor allocation by Russell King · 8 years ago
  31. bc13c69 crypto: caam - check and use dma_map_sg() return code by Russell King · 8 years ago
  32. 32686d3 crypto: caam - ensure that we clean up after an error by Russell King · 8 years ago
  33. 343e44b crypto: caam - replace sec4_sg pointer with array by Russell King · 8 years ago
  34. d7b24ed crypto: caam - mark the hardware descriptor as cache line aligned by Russell King · 8 years ago
  35. 64ce56c crypto: caam - incorporate job descriptor into struct ahash_edesc by Russell King · 8 years ago
  36. e11793f crypto: caam - ensure descriptor buffers are cacheline aligned by Russell King · 8 years ago
  37. 3d5a2db crypto: caam - fix DMA API mapping leak by Russell King · 8 years ago
  38. a0118c8 crypto: caam - fix non-hmac hashes by Russell King · 8 years ago
  39. 2fdea25 crypto: caam - defer aead_set_sh_desc in case of zero authsize by Horia Geantă · 8 years ago
  40. 1d2d87e crypto: caam - fix echainiv(authenc) encrypt shared descriptor by Horia Geantă · 8 years ago
  41. 8c41977 crypto: caam - add support for RSA algorithm by Tudor Ambarus · 8 years ago
  42. 6999d50 crypto: caam - replace deprecated EXTRA_CFLAGS by Tudor Ambarus · 8 years ago
  43. a6ed42d crypto: caam - fix misspelled upper_32_bits by Arnd Bergmann · 8 years ago
  44. 9e21779 crypto: caam - add ARCH_LAYERSCAPE to supported architectures by Horia Geantă · 8 years ago
  45. 261ea05 crypto: caam - handle core endianness != caam endianness by Horia Geantă · 8 years ago
  46. bd52f1c crypto: caam - fix offset field in hw sg entries by Cristian Stoica · 8 years ago
  47. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  48. e930c76 crypto: caam - fix caam_jr_alloc() ret code by Catalin Vasile · 8 years ago
  49. 029c053 crypto: caam - Staticize caam_jr_shutdown() by Fabio Estevam · 8 years ago
  50. 624144a crypto: caam - enable LARGE_BURST for enhancing DMA transactions size by Horia Geant? · 8 years ago
  51. e7a7104 crypto: caam - make write transactions bufferable on PPC platforms by Horia Geant? · 8 years ago
  52. f456cd2 crypto: caam - pass the correct buffer length by Fabio Estevam · 9 years ago
  53. f9970c2 crypto: caam - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  54. 659f313 crypto: caam - fix indentation of close braces by Russell King · 9 years ago
  55. 5ec9083 crypto: caam - only export the state we really need to export by Russell King · 9 years ago
  56. c7556ff crypto: caam - fix non-block aligned hash calculation by Russell King · 9 years ago
  57. 434b421 crypto: caam - avoid needlessly saving and restoring caam_hash_ctx by Russell King · 9 years ago
  58. 6ea30f0 crypto: caam - print errno code when hash registration fails by Russell King · 9 years ago
  59. c6415a6 crypto: caam - add support for acipher xts(aes) by Catalin Vasile · 9 years ago
  60. 13fb8fd crypto: caam - dma_map_sg can handle chained SG by LABBE Corentin · 9 years ago
  61. 859e580 crypto: caam - Remove unused JUMP_TYPE_MASK definition by Fabio Estevam · 9 years ago
  62. d4c9039 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  63. 9c4f973 crypto: caam - Use the preferred style for memory allocations by Fabio Estevam · 9 years ago
  64. a3c0955 crypto: caam - Propagate the real error code in caam_probe by Fabio Estevam · 9 years ago
  65. 31f44d1 crypto: caam - Fix the error handling in caam_probe by Fabio Estevam · 9 years ago
  66. 9f587fa crypto: caam - fix writing to JQCR_MS when using service interface by Horia Geant? · 9 years ago
  67. 6c3af95 crypto: caam - add support for LS1021A by Horia Geant? · 9 years ago
  68. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  69. e558017 crypto: caam - Remove unneeded 'ret' variable by Fabio Estevam · 9 years ago
  70. ac8ad30 crypto: caam - Fix error handling in caam_rng_init() by Fabio Estevam · 9 years ago
  71. b310c17 crypto: caam - fix memory corruption in ahash_final_ctx by Horia Geant? · 9 years ago
  72. bf83490 crypto: caam - Detect hardware features during algorithm registration by Victoria Milhoan · 9 years ago
  73. 350cdfe crypto: caam - Enable MXC devices to select CAAM driver in Kconfig by Steve Cornelius · 9 years ago
  74. ec02730 crypto: caam - Use local sg pointers to walk the scatterlist by Victoria Milhoan · 9 years ago
  75. 7d5196a crypto: caam - Correct DMA unmap size in ahash_update_ctx() by Victoria Milhoan · 9 years ago
  76. dde20ae crypto: caam - Change kmalloc to kzalloc to avoid residual data by Victoria Milhoan · 9 years ago
  77. 1f06ec1 crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definition by Victoria Milhoan · 9 years ago
  78. 24821c4 crypto: caam - Enable and disable clocks on Freescale i.MX platforms by Victoria Milhoan · 9 years ago
  79. 509da8f crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatibility by Victoria Milhoan · 9 years ago
  80. e747242 crypto: caam - Add cache coherency support by Victoria Milhoan · 9 years ago
  81. 479bcc7 crypto: caam - Convert authenc to new AEAD interface by Herbert Xu · 9 years ago
  82. 4aad0cc crypto: caam - fix rfc4106 encap shared descriptor by Horia Geant? · 9 years ago
  83. c1f2cd2 crypto: caam - fix warning in APPEND_MATH_IMM_u64 by Tudor Ambarus · 9 years ago
  84. 62743a4 crypto: caam - fix RNG init descriptor ret. code checking by Horia Geant? · 9 years ago
  85. f109674 crypto: caam - fix snooping for write transactions by Horia Geant? · 9 years ago
  86. e27513e crypto: caam - fix ERA property reading by Alex Porosanu · 9 years ago
  87. 4621875 crypto: caam - Use new IV convention by Herbert Xu · 9 years ago
  88. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  89. 7793bda crypto: caam - Set last bit on src SG list by Herbert Xu · 9 years ago
  90. 87e51b0 crypto: caam - Reintroduce DESC_MAX_USED_BYTES by Herbert Xu · 9 years ago
  91. 596103c crypto: drivers - Fix Kconfig selects by Herbert Xu · 9 years ago
  92. f657f82 crypto: caam - fix non-64-bit write/read access by Steffen Trumtrar · 9 years ago
  93. f2147b8 crypto: caam - Convert GCM to new AEAD interface by Herbert Xu · 9 years ago
  94. 6c94711 crypto: caam - Handle errors in dma_map_sg_chained by Herbert Xu · 9 years ago
  95. f4ec6aa crypto: caam - Provide correct value to iounmap() in controller driver by Victoria Milhoan · 9 years ago
  96. 8af7b0f crypto: caam - Fix incorrect size when DMA unmapping buffer by Victoria Milhoan · 9 years ago
  97. 412c98c crypto: caam - fix RNG buffer cache alignment by Steve Cornelius · 9 years ago
  98. 6fd4b15 crypto: caam - improve initalization for context state saves by Steve Cornelius · 9 years ago
  99. 70c3c8a crypto: caam - Clamp AEAD SG list by input length by Herbert Xu · 9 years ago
  100. ae13ed44 crypto: caam - Use old_aead_alg by Herbert Xu · 9 years ago