1. f63601f crypto: marvell/cesa - add a new driver for Marvell's CESA by Boris BREZILLON · 9 years ago
  2. 1fa2e9a crypto: mv_cesa - explicitly define kirkwood and dove compatible strings by Boris BREZILLON · 9 years ago
  3. 51b44fc crypto: mv_cesa - use gen_pool to reserve the SRAM memory region by Boris BREZILLON · 9 years ago
  4. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 9 years ago
  5. c47d630 crypto: nx - add LE support to pSeries platform driver by Dan Streetman · 9 years ago
  6. 7793bda crypto: caam - Set last bit on src SG list by Herbert Xu · 9 years ago
  7. 87e51b0 crypto: caam - Reintroduce DESC_MAX_USED_BYTES by Herbert Xu · 9 years ago
  8. 596103c crypto: drivers - Fix Kconfig selects by Herbert Xu · 9 years ago
  9. f657f82 crypto: caam - fix non-64-bit write/read access by Steffen Trumtrar · 9 years ago
  10. f2147b8 crypto: caam - Convert GCM to new AEAD interface by Herbert Xu · 9 years ago
  11. 6c94711 crypto: caam - Handle errors in dma_map_sg_chained by Herbert Xu · 9 years ago
  12. 201f28f crypto: nx - Convert GCM to new AEAD interface by Herbert Xu · 9 years ago
  13. f4ec6aa crypto: caam - Provide correct value to iounmap() in controller driver by Victoria Milhoan · 9 years ago
  14. 8af7b0f crypto: caam - Fix incorrect size when DMA unmapping buffer by Victoria Milhoan · 9 years ago
  15. 4beb106 crypto: vmx - Reindent to kernel style by Herbert Xu · 9 years ago
  16. 0903e43 crypto: vmx - Remove duplicate PPC64 dependency by Herbert Xu · 9 years ago
  17. 2c6f6ea crypto: nx - replace NX842_MEM_COMPRESS with function by Dan Streetman · 9 years ago
  18. 32be6d3 crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h by Dan Streetman · 9 years ago
  19. 81781e6 crypto: picoxcell - Clamp AEAD SG list by input length by Herbert Xu · 9 years ago
  20. 1a5b951 crypto: picoxcell - Make use of sg_nents_for_len by Herbert Xu · 9 years ago
  21. 72071fe crypto: picoxcell - Include linux/sizes.h by Herbert Xu · 9 years ago
  22. 70c3c8a crypto: caam - Clamp AEAD SG list by input length by Herbert Xu · 9 years ago
  23. ecb479d crypto: qat: fix issue when mapping assoc to internal AD struct by Tadeusz Struk · 9 years ago
  24. e4fa146 crypto: qat - Set max request size by Tadeusz Struk · 9 years ago
  25. 3154de7 crypto: nx - fix nx-842 pSeries driver minimum buffer size by Dan Streetman · 9 years ago
  26. fb43f69 crypto: ccp - Protect against poorly marked end of sg list by Tom Lendacky · 9 years ago
  27. 3e648cb crypto: nx - prevent nx 842 load if no hw driver by Dan Streetman · 9 years ago
  28. 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  29. d725332 crypto: ccp - Remove unused structure field by Tom Lendacky · 9 years ago
  30. d921620 crypto: ccp - Remove manual check and set of dma_mask pointer by Tom Lendacky · 9 years ago
  31. 2ea376a crypto: mv_cesa - request registers memory region by Boris BREZILLON · 9 years ago
  32. 56fcf73 crypto: nx - Remove unnecessary maxauthsize check by Herbert Xu · 9 years ago
  33. 6da9c23 crypto: ixp4xx - Use crypto_aead_maxauthsize by Herbert Xu · 9 years ago
  34. ae13ed44 crypto: caam - Use old_aead_alg by Herbert Xu · 9 years ago
  35. eddca85 crypto: omap-sham - Add support for omap3 devices by Pali Rohár · 9 years ago
  36. d0bb9ee crypto: n2 - use md5 IV MD5_HX instead of their raw value by LABBE Corentin · 9 years ago
  37. 9358eac crypto: nx - remove 842-nx null checks by Dan Streetman · 9 years ago
  38. 42cb0c7 crypto: vmx - fix two mistyped texts by Paulo Flabiano Smorigo · 9 years ago
  39. 3848d34 crypto: qat - rm unneeded header include by Tadeusz Struk · 9 years ago
  40. 733a82e crypto: qat - remove unused structure members by Tadeusz Struk · 9 years ago
  41. 604c310 crypto: omap-sham - Check for return value from pm_runtime_get_sync by Pali Rohár · 9 years ago
  42. 42e8b0d crypto: talitos - static code checker fixes by Horia Geant? · 9 years ago
  43. bde9079 crypto: talitos - avoid out of bound scatterlist iterator by Horia Geant? · 9 years ago
  44. 69d9cd8 Revert "crypto: talitos - convert to use be16_add_cpu()" by Horia Geant? · 9 years ago
  45. 5fa7dad crypto: talitos - avoid memleak in talitos_alg_alloc() by Horia Geant? · 9 years ago
  46. 608f37d crypto: talitos - fix size calculation in talitos_edesc_alloc() by Dan Carpenter · 9 years ago
  47. 97cacb9 crypto: qat - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  48. 9611ef6 crypto: picoxcell - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  49. 71b311d crypto: ixp4xx - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  50. add86d5 crypto: caam - Remove unnecessary reference to crt_aead by Herbert Xu · 9 years ago
  51. e98014a crypto: talitos - Include internal/aead.h by Herbert Xu · 9 years ago
  52. 0ed6264 crypto: qat - Include internal/aead.h by Herbert Xu · 9 years ago
  53. 2d78db0 crypto: nx - Include internal/aead.h by Herbert Xu · 9 years ago
  54. 5290b42 crypto: ixp4xx - Include internal/aead.h by Herbert Xu · 9 years ago
  55. b579d42 crypto: caam - Include internal/aead.h by Herbert Xu · 9 years ago
  56. 551d7ed crypto: qat - add driver version by Allan, Bruce W · 9 years ago
  57. ed70b47 crypto: nx - add hardware 842 crypto comp alg by Dan Streetman · 9 years ago
  58. b8e04187 crypto: nx - simplify pSeries nx842 driver by Dan Streetman · 9 years ago
  59. 99182a42 crypto: nx - add PowerNV platform NX-842 driver by Dan Streetman · 9 years ago
  60. 959e665 crypto: nx - add nx842 constraints by Dan Streetman · 9 years ago
  61. 7011a12 crypto: nx - add NX-842 platform frontend driver by Dan Streetman · 9 years ago
  62. fdd05e4 crypto: nx - rename nx-842.c to nx-842-pseries.c by Dan Streetman · 9 years ago
  63. dcd93e8 crypto: qat - do not duplicate string containing firmware name by Allan, Bruce W · 9 years ago
  64. d89b3e1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  65. 10d87b7 crypto: nx - Fixing SHA update bug by Leonidas Da Silva Barbosa · 9 years ago
  66. c3365ce crypto: nx - Fixing NX data alignment with nx_sg list by Leonidas Da Silva Barbosa · 9 years ago
  67. 8c98ebd crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  68. d9b3682 crypto: caam - Remove bogus references to crypto API internals by Herbert Xu · 9 years ago
  69. 0635b7d crypto: talitos - Add fsl,sec1.0 compatible by LEROY Christophe · 9 years ago
  70. 2d02905 crypto: talitos - SEC1 bugs on 0 data hash by LEROY Christophe · 9 years ago
  71. 6f65f6a crypto: talitos - implement scatter/gather copy for SEC1 by LEROY Christophe · 9 years ago
  72. dd3c098 crypto: talitos - adapt interrupts and reset functions to SEC1 by LEROY Christophe · 9 years ago
  73. 5fa7fa1 crypto: talitos - base address for Execution Units by LEROY Christophe · 9 years ago
  74. 7d607c6a crypto: talitos - adaptation of talitos_submit() for SEC1 by LEROY Christophe · 9 years ago
  75. 922f9dc crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+ by LEROY Christophe · 9 years ago
  76. 2159088 crypto: talitos - Add a feature to tag SEC1 by LEROY Christophe · 9 years ago
  77. 5b841a6 crypto: talitos - add sub-choice in talitos CONFIG for SEC1 by LEROY Christophe · 9 years ago
  78. 9049075 crypto: talitos - enhanced talitos_desc struct for SEC1 by LEROY Christophe · 9 years ago
  79. 538caf8 crypto: talitos - helper function for ptr len by LEROY Christophe · 9 years ago
  80. a2b35aa crypto: talitos - remove param 'extent' in map_single_talitos_ptr() by LEROY Christophe · 9 years ago
  81. 185eb79 crypto: talitos - Add a helper function to clear j_extent field by LEROY Christophe · 9 years ago
  82. edc6bd6 crypto: talitos - talitos_ptr renamed ptr for more lisibility by LEROY Christophe · 9 years ago
  83. 032d197 crypto: talitos - Refactor the sg in/out chain allocation by LEROY Christophe · 9 years ago
  84. 2529bc3 crypto: talitos - Use zero entry to init descriptors ptrs to zero by LEROY Christophe · 9 years ago
  85. 1a92b2b crypto: mv_cesa - ensure backlog is initialised by Colin Ian King · 9 years ago
  86. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  87. 1711045 crypto: sahara - fix AES descriptor create by Steffen Trumtrar · 9 years ago
  88. ddacc62 crypto: sahara - use the backlog by Steffen Trumtrar · 9 years ago
  89. 9cd2232 crypto: atmel-aes - correct usage of dma_sync_* API by Leilei Zhao · 9 years ago
  90. 289b262 crypto: atmel-aes - sync the buf used in DMA or CPU by Leilei Zhao · 9 years ago
  91. 8a10eb8 crypto: atmel-aes - initialize spinlock in probe by Leilei Zhao · 9 years ago
  92. 1d1b916 crypto: atmel-tdes - initialize spinlock in probe by Leilei Zhao · 9 years ago
  93. 3f1992c crypto: atmel-sha - correct the max burst size by Leilei Zhao · 9 years ago
  94. 62728e8 crypto: atmel-sha - initialize spinlock in probe by Leilei Zhao · 9 years ago
  95. 803eeae crypto: atmel-sha - fix sg list management by Leilei Zhao · 9 years ago
  96. 0099286 crypto: atmel-sha - correct the way data are split by Ludovic Desroches · 9 years ago
  97. 141824d crypto: atmel-sha - add new version by Leilei Zhao · 9 years ago
  98. cf1f0d1 crypto: atmel-aes - add new version by Leilei Zhao · 9 years ago
  99. b4e9705 crypto: qat - fix double release_firmware on error path by Tadeusz Struk · 9 years ago
  100. 8b5cf09 crypto: qat - print ring name in debug output by Tadeusz Struk · 9 years ago