1. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  2. 2b78aeb crypto: inside-secure - remove useless setting of type flags by Eric Biggers · 6 years ago
  3. 329e098 treewide: Replace more open-coded allocation size multiplications by Kees Cook · 6 years ago
  4. e5c8ee1 crypto: inside-secure - initialize first_rdesc to make GCC happy by Antoine Tenart · 7 years ago
  5. 301422e crypto: inside-secure - switch to SPDX identifiers by Antoine Tenart · 7 years ago
  6. 85d7311 crypto: remove redundant type flags from tfm allocation by Eric Biggers · 7 years ago
  7. 2c95e6d crypto: skcipher - remove useless setting of type flags by Eric Biggers · 7 years ago
  8. 3f4a537 crypto: aead - remove useless setting of type flags by Eric Biggers · 7 years ago
  9. 9744fec crypto: inside-secure - remove request list to improve performance by Ofer Heifetz · 7 years ago
  10. 62469879 crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support by Ofer Heifetz · 7 years ago
  11. a7dea8c crypto: inside-secure - ecb(des) and cbc(des) support by Ofer Heifetz · 7 years ago
  12. b471e4b crypto: inside-secure - hmac(md5) support by Ofer Heifetz · 7 years ago
  13. 293f89c crypto: inside-secure - md5 support by Ofer Heifetz · 7 years ago
  14. 63b9427 crypto: inside-secure - set tx_max_cmd_queue to 32 by Ofer Heifetz · 7 years ago
  15. f1edf29 crypto: inside-secure - reset CDR and RDR rings on module removal by Ofer Heifetz · 7 years ago
  16. fbd0a7c crypto: inside-secure - adjust the TRC configuration for EIP197D by Ofer Heifetz · 7 years ago
  17. 5eb0911 crypto: inside-secure - eip197d support by Antoine Tenart · 7 years ago
  18. 367571e crypto: inside-secure - add multiple processing engine support by Ofer Heifetz · 7 years ago
  19. 18e0e95 crypto: inside-secure - dynamic ring configuration allocation by Ofer Heifetz · 7 years ago
  20. 53c83e9 crypto: inside-secure - add an invalidation flag by Antoine Tenart · 7 years ago
  21. 998d2ab crypto: inside-secure - filter out the algorithms by engine by Antoine Tenart · 7 years ago
  22. 7d8f52a crypto: inside-secure - use precise compatibles by Antoine Tenart · 7 years ago
  23. 043ecc6 crypto: inside-secure - move the firmware to a better location by Antoine Tenart · 7 years ago
  24. ea23cb5 crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support by Antoine Tenart · 7 years ago
  25. 1f5d5d98 crypto: inside-secure - hmac(sha384) support by Antoine Tenart · 7 years ago
  26. 9e46eaf crypto: inside-secure - sha384 support by Antoine Tenart · 7 years ago
  27. 87eee12 crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) support by Antoine Tenart · 7 years ago
  28. 0de54fb1 crypto: inside-secure - hmac(sha512) support by Antoine Tenart · 7 years ago
  29. b460edb crypto: inside-secure - sha512 support by Antoine Tenart · 7 years ago
  30. 25bc9551 crypto: inside-secure - improve the counter computation by Antoine Tenart · 7 years ago
  31. cda3e73 crypto: inside-secure - use the error handler for invalidation requests by Antoine Tenart · 7 years ago
  32. ce43b2e crypto: inside-secure - increase minimum transfer size by Ofer Heifetz · 7 years ago
  33. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  34. 3e1a29b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  35. 01ba061 crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support by Antoine Tenart · 7 years ago
  36. 678b287 crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support by Antoine Tenart · 7 years ago
  37. f6beaea crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support by Antoine Tenart · 7 years ago
  38. bdfd190 crypto: inside-secure - improve error reporting by Antoine Tenart · 7 years ago
  39. 8a21f06 crypto: inside-secure - fix the hash then encrypt/decrypt types by Antoine Tenart · 7 years ago
  40. ce67955 crypto: inside-secure - make the key and context size computation dynamic by Antoine Tenart · 7 years ago
  41. fef0cfe crypto: inside-secure - make the context control size dynamic by Antoine Tenart · 7 years ago
  42. 3a5ca230 crypto: inside-secure - rework the alg type settings in the context by Antoine Tenart · 7 years ago
  43. 8ac1283 crypto: inside-secure - rework cipher functions for future AEAD support by Antoine Tenart · 7 years ago
  44. 6182480 crypto: inside-secure - remove VLAs by Antoine Tenart · 7 years ago
  45. bf4407f crypto: inside-secure - do not use memset on MMIO by Antoine Tenart · 7 years ago
  46. 3ad618d crypto: inside-secure - hmac(sha224) support by Antoine Tenart · 7 years ago
  47. 73f36ea crypto: inside-secure - hmac(sha256) support by Antoine Tenart · 7 years ago
  48. 4505bb0 crypto: inside-secure - the context ipad/opad should use the state sz by Antoine Tenart · 7 years ago
  49. 15f64ee crypto: inside-secure - improve the skcipher token by Antoine Tenart · 7 years ago
  50. b89a815 crypto: inside-secure - do not access buffers mapped to the device by Antoine Tenart · 7 years ago
  51. 57433b5 crypto: inside-secure - improve the send error path by Antoine Tenart · 7 years ago
  52. d910708 crypto: inside-secure - fix a typo in a register name by Antoine Tenart · 7 years ago
  53. c2c5540 crypto: inside-secure - fix typo s/allways/always/ in a define by Antoine Tenart · 7 years ago
  54. b869648 crypto: inside-secure - move the digest to the request context by Antoine Tenart · 7 years ago
  55. 1d17cbf crypto: inside-secure - fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  56. 5b37689 crypto: inside-secure - improve clock initialization by Gregory CLEMENT · 7 years ago
  57. f962eb4 crypto: inside-secure - fix clock management by Gregory CLEMENT · 7 years ago
  58. efa94457 crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req() by weiyongjun \(A\) · 7 years ago
  59. 4dc5475 crypto: inside-secure - wait for the request to complete if in the backlog by Antoine Tenart · 7 years ago
  60. cff9a17 crypto: inside-secure - move cache result dma mapping to request by Antoine Tenart · 7 years ago
  61. b859202 crypto: inside-secure - move hash result dma mapping to request by Ofer Heifetz · 7 years ago
  62. 57240a7 crypto: inside-secure - unmap the result in the hash send error path by Antoine Tenart · 7 years ago
  63. f7268c5 crypto: inside-secure - keep the requests push/pop synced by Antoine Tenart · 7 years ago
  64. b7007db crypto: inside-secure - fix the invalidation step during cra_exit by Antoine Tenart · 7 years ago
  65. 95831ce crypto: inside-secure - do not process request if no command was issued by Antoine Tenart · 7 years ago
  66. 666a9c7 crypto: inside-secure - fix the cache_len computation by Antoine Tenart · 7 years ago
  67. c1a8fa6 crypto: inside-secure - fix the extra cache computation by Antoine Tenart · 7 years ago
  68. e1d24c0 crypto: inside-secure - do not overwrite the threshold value by Antoine Tenart · 7 years ago
  69. 059bfd1 crypto: inside-secure - make function safexcel_try_push_requests static by Colin Ian King · 7 years ago
  70. 809778e crypto: inside-secure - fix hash when length is a multiple of a block by Antoine Ténart · 7 years ago
  71. c957f8b crypto: inside-secure - avoid unmapping DMA memory that was not mapped by Antoine Ténart · 7 years ago
  72. 871df31 crypto: inside-secure - EIP97 support by Antoine Ténart · 7 years ago
  73. 8732b29 crypto: inside-secure - retry to proceed the request later on fail by Antoine Ténart · 7 years ago
  74. 7f77f5a crypto: inside-secure - handle more result requests when counter is full by Antoine Ténart · 7 years ago
  75. 2313e9f crypto: inside-secure - acknowledge the result requests all at once by Antoine Ténart · 7 years ago
  76. fc8c72b crypto: inside-secure - increase the ring size by Antoine Ténart · 7 years ago
  77. dc7e28a crypto: inside-secure - dequeue all requests at once by Antoine Ténart · 7 years ago
  78. 69ee4dd crypto: inside-secure - use threaded IRQs for result handling by Antoine Ténart · 7 years ago
  79. 8472e77 crypto: inside-secure - move request dequeueing into a workqueue by Antoine Ténart · 7 years ago
  80. 5290ad6 crypto: inside-secure - remove unused parameter in invalidate_cache by Ofer Heifetz · 7 years ago
  81. 847ccfc crypto: inside-secure - move cipher crypto mode to request context by Ofer Heifetz · 7 years ago
  82. 12bf414 crypto: inside-secure - EBUSY is not an error on async request by Ofer Heifetz · 7 years ago
  83. c4daf4c crypto: inside-secure - refrain from unneeded invalidations by Ofer Heifetz · 7 years ago
  84. cc75f5c crypto: inside-secure - comment the caching function by Antoine Ténart · 7 years ago
  85. 60310ea crypto: inside-secure - remove useless memset by Antoine Ténart · 7 years ago
  86. dfbcc08 crypto: inside-secure - fix typo in a comment by Antoine Ténart · 7 years ago
  87. 62c2edd crypto: inside-secure - remove extra empty line by Antoine Ténart · 7 years ago
  88. 2973633 crypto: inside-secure - do not use areq->result for partial results by Antoine Ténart · 7 years ago
  89. 7cad2fa crypto: inside-secure - fix request allocations in invalidation path by Antoine Ténart · 7 years ago
  90. 0a02dcc crypto: inside-secure - free requests even if their handling failed by Antoine Ténart · 7 years ago
  91. 1eb7b40 crypto: inside-secure - per request invalidation by Ofer Heifetz · 7 years ago
  92. 18fddf5 crypto: inside-secure - remove null check before kfree by Himanshu Jha · 7 years ago
  93. 3e1166b crypto: inside-secure - fix gcc-4.9 warnings by Arnd Bergmann · 7 years ago
  94. b7d65fe crypto: inside-secure - fix an error handling path in safexcel_probe() by Christophe Jaillet · 7 years ago
  95. 60c4081 crypto: inside-secure - fix the sha state length in hmac_sha1_setkey by Antoine Ténart · 8 years ago
  96. 42ef3be crypto: inside-secure - fix invalidation check in hmac_sha1_setkey by Antoine Ténart · 8 years ago
  97. a2069aa crypto: inside-secure - do not parse the dma mask from dt by Antoine Ténart · 8 years ago
  98. cfb73f8 crypto: inside-secure - use the base_end pointer in ring rollback by Antoine Ténart · 8 years ago
  99. e826934 crypto: inside-secure - increase the batch size by Antoine Ténart · 8 years ago
  100. 5eb0cc6 crypto: inside-secure - only dequeue when needed by Antoine Ténart · 8 years ago