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