1. c87a405 crypto: ahash - remove useless setting of cra_type by Eric Biggers · 6 years ago
  2. 6a38f62 crypto: ahash - remove useless setting of type flags by Eric Biggers · 6 years ago
  3. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 6 years ago
  4. 8f0691f crypto: talitos - don't leak pointers to authenc keys by Tudor-Dan Ambarus · 7 years ago
  5. 2b12273 crypto: talitos - fix IPsec cipher in length by LEROY Christophe · 7 years ago
  6. 0108aab crypto: talitos - Delete an error message for a failed memory allocation in talitos_edesc_alloc() by Markus Elfring · 7 years ago
  7. 6a4967c crypto: talitos - do not perform unnecessary dma synchronisation by LEROY Christophe · 7 years ago
  8. ad4cd51 crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf by LEROY Christophe · 7 years ago
  9. 87a81dc crypto: talitos - fix Kernel Oops on hashing an empty file by LEROY Christophe · 7 years ago
  10. f1c90ac3 crypto: talitos - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  11. 3c0dd19 crypto: talitos - avoid useless copy by LEROY Christophe · 7 years ago
  12. 37b5e88 crypto: talitos - chain in buffered data for ahash on SEC1 by LEROY Christophe · 7 years ago
  13. 49f9783 crypto: talitos - do hw_context DMA mapping outside the requests by LEROY Christophe · 7 years ago
  14. 2e13ce0 crypto: talitos - DMA map key in setkey() by LEROY Christophe · 7 years ago
  15. 9a65560 crypto: talitos - simplify tests in ipsec_esp() by LEROY Christophe · 7 years ago
  16. da9de14 crypto: talitos - remove to_talitos_ptr_len() by LEROY Christophe · 7 years ago
  17. 9c02e28 crypto: talitos - don't check the number of channels at each interrupt by LEROY Christophe · 7 years ago
  18. fd5ea7f crypto: talitos - use devm_ioremap() by LEROY Christophe · 7 years ago
  19. fa14c6c crypto: talitos - use of_property_read_u32() by LEROY Christophe · 7 years ago
  20. 24b92ff crypto: talitos - use devm_kmalloc() by LEROY Christophe · 7 years ago
  21. 5b2cf26 crypto: talitos - declare local functions static by LEROY Christophe · 7 years ago
  22. e4a647c crypto: talitos - zeroize the descriptor with memset() by LEROY Christophe · 7 years ago
  23. 70d355c crypto: talitos - fix ctr-aes-talitos by LEROY Christophe · 7 years ago
  24. fbb2213 crypto: talitos - fix use of sg_link_tbl_len by LEROY Christophe · 7 years ago
  25. 6cda075 crypto: talitos - fix AEAD for sha224 on non sha224 capable chips by LEROY Christophe · 7 years ago
  26. f384cdc crypto: talitos - fix setkey to check key weakness by LEROY Christophe · 7 years ago
  27. e04a61b crypto: talitos - fix memory corruption on SEC2 by LEROY Christophe · 7 years ago
  28. ec8c7d1 crypto: talitos - fix AEAD test failures by LEROY Christophe · 7 years ago
  29. 5613663 crypto: talitos - Don't provide setkey for non hmac hashing algs. by LEROY Christophe · 7 years ago
  30. 886a27c crypto: talitos - fix hashing by LEROY Christophe · 7 years ago
  31. afd62fa crypto: talitos - fix sha224 by LEROY Christophe · 7 years ago
  32. 03d2c51 crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD by Martin Hicks · 8 years ago
  33. 4d9b3a5 crypto: talitos - fix spelling mistake by Colin Ian King · 8 years ago
  34. 7405c8d crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU by LEROY Christophe · 8 years ago
  35. b005776 crypto: talitos - implement cra_priority by LEROY Christophe · 8 years ago
  36. e968b49 crypto: talitos - sg_to_link_tbl() not used anymore, remove it by LEROY Christophe · 8 years ago
  37. 549bd8b crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU by LEROY Christophe · 8 years ago
  38. 6a1e8d1 crypto: talitos - making mapping helpers more generic by LEROY Christophe · 8 years ago
  39. 246a87c crypto: talitos - move mapping helpers before IPSEC functions by LEROY Christophe · 8 years ago
  40. b096b54 crypto: talitos - using helpers for all talitos_ptr operations by LEROY Christophe · 8 years ago
  41. 6f64389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  42. 3639ca8 crypto: talitos - fix ahash algorithms registration by Horia Geant? · 9 years ago
  43. 340ff60 crypto: talitos - fix AEAD tcrypt tests by Horia Geant? · 9 years ago
  44. 89d124c crypto: talitos - fix crash in talitos_cra_init() by Jonas Eymann · 9 years ago
  45. 5e75ae1 crypto: talitos - add new crypto modes by LEROY Christophe · 9 years ago
  46. 8e409fe crypto: talitos - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  47. 7996094 crypto: talitos - Fix timing leak in ESP ICV verification by David Gstir · 9 years ago
  48. b8a011d crypto: talitos - dma_map_sg can handle chained SG by LABBE Corentin · 9 years ago
  49. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  50. c56f6d1 crypto: replace scatterwalk_sg_chain with sg_chain by Dan Williams · 9 years ago
  51. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  52. 35a3bb3 crypto: talitos - Prevent panic in probe error path by Aaron Sierra · 9 years ago
  53. aeb4c13 crypto: talitos - Convert to new AEAD interface by Herbert Xu · 9 years ago
  54. 42e8b0d crypto: talitos - static code checker fixes by Horia Geant? · 10 years ago
  55. bde9079 crypto: talitos - avoid out of bound scatterlist iterator by Horia Geant? · 10 years ago
  56. 69d9cd8 Revert "crypto: talitos - convert to use be16_add_cpu()" by Horia Geant? · 10 years ago
  57. 5fa7dad crypto: talitos - avoid memleak in talitos_alg_alloc() by Horia Geant? · 10 years ago
  58. 608f37d crypto: talitos - fix size calculation in talitos_edesc_alloc() by Dan Carpenter · 10 years ago
  59. e98014a crypto: talitos - Include internal/aead.h by Herbert Xu · 10 years ago
  60. 0635b7d crypto: talitos - Add fsl,sec1.0 compatible by LEROY Christophe · 10 years ago
  61. 2d02905 crypto: talitos - SEC1 bugs on 0 data hash by LEROY Christophe · 10 years ago
  62. 6f65f6a crypto: talitos - implement scatter/gather copy for SEC1 by LEROY Christophe · 10 years ago
  63. dd3c098 crypto: talitos - adapt interrupts and reset functions to SEC1 by LEROY Christophe · 10 years ago
  64. 5fa7fa1 crypto: talitos - base address for Execution Units by LEROY Christophe · 10 years ago
  65. 7d607c6a crypto: talitos - adaptation of talitos_submit() for SEC1 by LEROY Christophe · 10 years ago
  66. 922f9dc crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+ by LEROY Christophe · 10 years ago
  67. 2159088 crypto: talitos - Add a feature to tag SEC1 by LEROY Christophe · 10 years ago
  68. 538caf8 crypto: talitos - helper function for ptr len by LEROY Christophe · 10 years ago
  69. a2b35aa crypto: talitos - remove param 'extent' in map_single_talitos_ptr() by LEROY Christophe · 10 years ago
  70. 185eb79 crypto: talitos - Add a helper function to clear j_extent field by LEROY Christophe · 10 years ago
  71. edc6bd6 crypto: talitos - talitos_ptr renamed ptr for more lisibility by LEROY Christophe · 10 years ago
  72. 032d197 crypto: talitos - Refactor the sg in/out chain allocation by LEROY Christophe · 10 years ago
  73. 2529bc3 crypto: talitos - Use zero entry to init descriptors ptrs to zero by LEROY Christophe · 10 years ago
  74. b398861 crypto: talitos - Remove MD5_BLOCK_SIZE by Martin Hicks · 10 years ago
  75. f641ddd crypto: talitos - Simplify per-channel initialization by Martin Hicks · 10 years ago
  76. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 10 years ago
  77. 5573bc0 crypto: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  78. f3de9cb crypto: talitos: init the priv->alg_list more earlier in talitos_probe() by Kevin Hao · 11 years ago
  79. d781728 crypto: talitos - Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  80. b62ffd8 crypto: talitos - fix locating offending descriptor in error path by Horia Geanta · 11 years ago
  81. 62293a3 crypto: talitos - fix aead sglen for case 'dst != src' by Horia Geanta · 11 years ago
  82. 935e99a crypto: talitos - corrrectly handle zero-length assoc data by Horia Geanta · 11 years ago
  83. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  84. c306a98 crypto: talitos - Simplify key parsing by Mathias Krause · 11 years ago
  85. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  86. d052572 crypto: talitos: use sg_pcopy_to_buffer() by Akinobu Mita · 11 years ago
  87. 991155b Revert "crypto: talitos - add IPsec ESN support" by Horia Geanta · 12 years ago
  88. 7291a93 crypto: talitos - convert to use be16_add_cpu() by Wei Yongjun · 12 years ago
  89. e763eb6 crypto: talitos - add IPsec ESN support by Horia Geanta · 12 years ago
  90. 79fd31d crypto: talitos - support for assoc data provided as scatterlist by Horia Geanta · 12 years ago
  91. 2a1cfe4 crypto: talitos - change type and name for [src|dst]_is_chained by Horia Geanta · 12 years ago
  92. 602499a crypto: talitos - prune unneeded descriptor allocation param by Horia Geanta · 12 years ago
  93. 6054250 crypto: talitos - fix icv management on outbound direction by Horia Geanta · 12 years ago
  94. b286e00 crypto: talitos - consolidate common cra_* assignments by Kim Phillips · 12 years ago
  95. d4cd328 crypto: talitos - consolidate cra_type assignments by Kim Phillips · 12 years ago
  96. 357fb60 crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithms by Horia Geanta · 12 years ago
  97. 865d506 crypto: talitos - export the talitos_submit function by Horia Geanta · 12 years ago
  98. d1a0eb9 crypto: talitos - move talitos structures to header file by Horia Geanta · 12 years ago
  99. 511d63c crypto: talitos - properly lock access to global talitos registers by Horia Geanta · 13 years ago
  100. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago