1. ec31eed crypto: caam - add missing key_dma unmap by Horia Geanta · 11 years ago
  2. ae4a825 crypto: caam - add support for aead null encryption by Horia Geanta · 11 years ago
  3. 4464a7d crypto: caam - remove error propagation handling by Horia Geanta · 11 years ago
  4. 85e0da9 crypto: caam - Fix first parameter to caam_init_rng by Herbert Xu · 11 years ago
  5. 6e4e603 crypto: caam - Dynamic memory allocation for caam_rng_ctx object by Nitesh Lal · 11 years ago
  6. f829e7a crypto: caam - writel() arguments are swapped by Dan Carpenter · 11 years ago
  7. 883619a crypto: caam - fix ERA retrieval function by Alex Porosanu · 11 years ago
  8. 0a63b09 crypto: caam - Fix job ring discovery in controller driver by Nitesh Lal · 11 years ago
  9. 4e6e0b2 crypto: caam - simplify and harden key parsing by Horia Geanta · 11 years ago
  10. bbf9c89 crypto: caam - fix aead sglen for case 'dst != src' by Horia Geanta · 11 years ago
  11. 6c5dc7f crypto: caam - Add missing Job Ring include by Michael Neuling · 11 years ago
  12. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  13. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  14. cfc6f11 crypto: caam - Modify the interface layers to use JR API's by Ruchika Gupta · 11 years ago
  15. 07defbf crypto: caam - Add API's to allocate/free Job Rings by Ruchika Gupta · 11 years ago
  16. 313ea29 crypto: caam - Add Platform driver for Job Ring by Ruchika Gupta · 11 years ago
  17. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 11 years ago
  18. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  19. 82ad6bc crypto: caam - map src buffer before access by Yashpal Dutta · 11 years ago
  20. 1005bcc crypto: caam - enable instantiation of all RNG4 state handles by Alex Porosanu · 11 years ago
  21. f1157a5 crypto: caam - fix RNG4 AAI defines by Alex Porosanu · 11 years ago
  22. b1f996e0 crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driver by Alex Porosanu · 11 years ago
  23. 04cddbf crypto: caam - split RNG4 instantiation function by Alex Porosanu · 11 years ago
  24. 84cf482 crypto: caam - fix RNG4 instantiation by Alex Porosanu · 11 years ago
  25. b2744df crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized by Alex Porosanu · 11 years ago
  26. d5e4e99 crypto: caam - fix RNG state handle instantiation descriptor by Alex Porosanu · 11 years ago
  27. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago
  28. d4d8edf crypto: caam - add option for enabling DEBUG mode by Alex Porosanu · 11 years ago
  29. 514df28 crypto: caam - replace xstr macro with __stringify by Alex Porosanu · 11 years ago
  30. 6dad411 crypto: caam - Remove unused functions from Job Ring by Ruchika Gupta · 11 years ago
  31. 997ad29 crypto: caam - RNG instantiation by directly programming DECO by Ruchika Gupta · 11 years ago
  32. aa2faec crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h by Vakul Garg · 11 years ago
  33. 9c23b7d crypto: caam - Fixed the memory out of bound overwrite issue by Vakul Garg · 11 years ago
  34. 02c0241 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto by Herbert Xu · 11 years ago
  35. 91dc363 crypto: caam - add missing flag for the LOAD/STORE commands by Andrei Varvara · 11 years ago
  36. da64e35 crypto: caam - Add define for Adjust Output Frame Length in PDB by Andrei Varvara · 11 years ago
  37. 590f966 crypto: caam - Add defines for CAAM commands by Andrei Varvara · 11 years ago
  38. 1f50be9 crypto: caam - Add defines for overwriting Descriptor's memory by Andrei Varvara · 11 years ago
  39. 3ebfa92 crypto: caam - Add new macros for building extended SEC descriptors (> 64 words) by Andrei Varvara · 11 years ago
  40. d179333b crypto: caam - Add MATH command to support shld function by Andrei Varvara · 11 years ago
  41. 524f1bd crypto: caam - Fix STORE command to support overwriting Shared Descriptor's memory by Andrei Varvara · 11 years ago
  42. e2d4ea9 crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is set by Andrei Varvara · 11 years ago
  43. 286233e crypto: caam - fix inconsistent assoc dma mapping direction by Horia Geanta · 11 years ago
  44. 986dfbc crypto: caam - FIX RNG init for RNG greater than equal to 4 by Ruchika Gupta · 11 years ago
  45. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  46. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  47. 3862de1 crypto: caam - fix job ring cleanup code by Vakul Garg · 11 years ago
  48. 96aef9a crypto: caam - static constify error data by Kim Phillips · 12 years ago
  49. 66b3e88 crypto: caam - change key gen functions to return signed int by Kim Phillips · 12 years ago
  50. cb7d566 crypto: caam - Fix missing init of '.type' in AEAD algos. by Vakul Garg · 12 years ago
  51. 575c1bd crypto: caam - set RDB bit in security configuration register by Vakul Garg · 12 years ago
  52. 246bbed Revert "crypto: caam - add IPsec ESN support" by Horia Geanta · 12 years ago
  53. cf2fbdd treewide: Fix typos in printk and comment by Masanari Iida · 12 years ago
  54. ae8488a crypto: caam - fix typo "CRYPTO_AHASH" by Paul Bolle · 12 years ago
  55. 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  56. d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  57. a5bbf6f crypto: caam - increase TRNG clocks per sample by Kim Phillips · 12 years ago
  58. 39ab735 crypto: caam - fix error IDs for SEC v5.x RNG4 by Horia Geanta · 12 years ago
  59. 891104e crypto: caam - add IPsec ESN support by Horia Geanta · 12 years ago
  60. 2af8f4a crypto: caam - coccicheck fixes by Kim Phillips · 12 years ago
  61. 3b75a2c crypto/caam: Export gen_split_key symbol for other modules by Ben Collins · 12 years ago
  62. ce026cb crypto: caam - fix possible deadlock condition by Kim Phillips · 12 years ago
  63. 61bb86b crypto: caam - set descriptor sharing type to SERIAL by Kim Phillips · 12 years ago
  64. 95bcaa3 crypto: caam - add backward compatible string sec4.0 by Shengzhou Liu · 12 years ago
  65. 4a90507 crypto: caam - fix possible deadlock condition by Kim Phillips · 12 years ago
  66. 82c2f96 crypto: caam - ERA retrieval and printing for SEC device by Alex Porosanu · 12 years ago
  67. 1af8ea8 crypto: caam - Using alloc_coherent for caam job rings by Bharat Bhushan · 12 years ago
  68. a0ca6ca crypto: caam - one tasklet per job ring by Kim Phillips · 12 years ago
  69. 14a8e29 crypto: caam - consolidate memory barriers from job ring en/dequeue by Kim Phillips · 12 years ago
  70. a8ea07c crypto: caam - only query h/w in job ring dequeue path by Kim Phillips · 12 years ago
  71. 4bba1e9 crypto: caam - use non-irq versions of spinlocks for job rings by Kim Phillips · 12 years ago
  72. 1a07668 crypto: caam - disable IRQ coalescing by default by Kim Phillips · 12 years ago
  73. 281922a crypto: caam - add support for SEC v5.x RNG4 by Kim Phillips · 12 years ago
  74. e13af18 crypto: caam - assign 40-bit masks on SEC v5.0 and above by Kim Phillips · 12 years ago
  75. e24f7c9 crypto: caam - hwrng support by Yuan Kang · 12 years ago
  76. 643b39b crypto: caam - chaining support by Yuan Kang · 12 years ago
  77. b0e09ba crypto: caam - unkeyed ahash support by Yuan Kang · 12 years ago
  78. 045e367 crypto: caam - ahash hmac support by Yuan Kang · 12 years ago
  79. a299c83 crypto: caam - link_tbl rename by Yuan Kang · 12 years ago
  80. 4c1ec1f crypto: caam - refactor key_gen, sg by Yuan Kang · 12 years ago
  81. 8009a38 crypto: caam - remove jr register/deregister by Yuan Kang · 12 years ago
  82. 6ec4733 crypto: caam - support external seq in/out lengths by Yuan Kang · 12 years ago
  83. a23d80e crypto: caam - add PDB (Protocol Descriptor Block) definitions by Hemant Agrawal · 12 years ago
  84. 991c569 crypto: caam - fix descriptor length adjustments for protocol descriptors by Kim Phillips · 12 years ago
  85. c4b6640 crypto: caam - fix start index for Protocol shared descriptors by Yashpal Dutta · 12 years ago
  86. a68d259 crypto: caam - fix input job ring element dma mapping size by Kim Phillips · 12 years ago
  87. 70d793c crypto: caam - remove line continuations from ablkcipher_append_src_dst by Kim Phillips · 12 years ago
  88. a0ea0f6 crypto: caam - add backward compatible string sec4.0 by Shengzhou Liu · 13 years ago
  89. 65a4a57 crypto: caam - fix gcc 4.6 warning by Kim Phillips · 13 years ago
  90. 0113529 crypto: caam - be less noisy on startup by Kim Phillips · 13 years ago
  91. e863f9cc crypto: caam - add sha224 and sha384 variants to existing AEAD algorithms by Hemant Agrawal · 13 years ago
  92. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  93. a1a38c4 crypto: caam - remove DECO access initialization code by Kim Phillips · 13 years ago
  94. a2ecb15 crypto: caam - fix polarity of "propagate error" logic by Kim Phillips · 13 years ago
  95. b028b54 crypto: caam - more desc.h cleanups by Kim Phillips · 13 years ago
  96. 1582fa8 crypto: caam - desc.h - convert spaces to tabs by Kim Phillips · 13 years ago
  97. 741e8c2 crypto: convert drivers/crypto/* to use module_platform_driver() by Axel Lin · 13 years ago
  98. 8b4d43a crypto: caam - add support for MD5 algorithm variants by Kim Phillips · 13 years ago
  99. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  100. eda65cc caam: don't pass bogus S_IFCHR to debugfs_create_...() by Al Viro · 13 years ago