1. 329e098 treewide: Replace more open-coded allocation size multiplications by Kees Cook · 6 years ago
  2. 301422e crypto: inside-secure - switch to SPDX identifiers by Antoine Tenart · 6 years ago
  3. 9744fec crypto: inside-secure - remove request list to improve performance by Ofer Heifetz · 7 years ago
  4. 62469879 crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support by Ofer Heifetz · 7 years ago
  5. a7dea8c crypto: inside-secure - ecb(des) and cbc(des) support by Ofer Heifetz · 7 years ago
  6. b471e4b crypto: inside-secure - hmac(md5) support by Ofer Heifetz · 7 years ago
  7. 293f89c crypto: inside-secure - md5 support by Ofer Heifetz · 7 years ago
  8. 63b9427 crypto: inside-secure - set tx_max_cmd_queue to 32 by Ofer Heifetz · 7 years ago
  9. f1edf29 crypto: inside-secure - reset CDR and RDR rings on module removal by Ofer Heifetz · 7 years ago
  10. fbd0a7c crypto: inside-secure - adjust the TRC configuration for EIP197D by Ofer Heifetz · 7 years ago
  11. 5eb0911 crypto: inside-secure - eip197d support by Antoine Tenart · 7 years ago
  12. 367571e crypto: inside-secure - add multiple processing engine support by Ofer Heifetz · 7 years ago
  13. 18e0e95 crypto: inside-secure - dynamic ring configuration allocation by Ofer Heifetz · 7 years ago
  14. 53c83e9 crypto: inside-secure - add an invalidation flag by Antoine Tenart · 7 years ago
  15. 998d2ab crypto: inside-secure - filter out the algorithms by engine by Antoine Tenart · 7 years ago
  16. 7d8f52a crypto: inside-secure - use precise compatibles by Antoine Tenart · 7 years ago
  17. 043ecc6 crypto: inside-secure - move the firmware to a better location by Antoine Tenart · 7 years ago
  18. ea23cb5 crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support by Antoine Tenart · 7 years ago
  19. 1f5d5d98 crypto: inside-secure - hmac(sha384) support by Antoine Tenart · 7 years ago
  20. 9e46eaf crypto: inside-secure - sha384 support by Antoine Tenart · 7 years ago
  21. 87eee12 crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) support by Antoine Tenart · 7 years ago
  22. 0de54fb1 crypto: inside-secure - hmac(sha512) support by Antoine Tenart · 7 years ago
  23. b460edb crypto: inside-secure - sha512 support by Antoine Tenart · 7 years ago
  24. ce43b2e crypto: inside-secure - increase minimum transfer size by Ofer Heifetz · 7 years ago
  25. 3e1a29b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  26. 01ba061 crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support by Antoine Tenart · 7 years ago
  27. 678b287 crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support by Antoine Tenart · 7 years ago
  28. f6beaea crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support by Antoine Tenart · 7 years ago
  29. bdfd190 crypto: inside-secure - improve error reporting by Antoine Tenart · 7 years ago
  30. bf4407f crypto: inside-secure - do not use memset on MMIO by Antoine Tenart · 7 years ago
  31. 3ad618d crypto: inside-secure - hmac(sha224) support by Antoine Tenart · 7 years ago
  32. 73f36ea crypto: inside-secure - hmac(sha256) support by Antoine Tenart · 7 years ago
  33. d910708 crypto: inside-secure - fix a typo in a register name by Antoine Tenart · 7 years ago
  34. c2c5540 crypto: inside-secure - fix typo s/allways/always/ in a define by Antoine Tenart · 7 years ago
  35. 1d17cbf crypto: inside-secure - fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  36. 5b37689 crypto: inside-secure - improve clock initialization by Gregory CLEMENT · 7 years ago
  37. f962eb4 crypto: inside-secure - fix clock management by Gregory CLEMENT · 7 years ago
  38. cff9a17 crypto: inside-secure - move cache result dma mapping to request by Antoine Tenart · 7 years ago
  39. b859202 crypto: inside-secure - move hash result dma mapping to request by Ofer Heifetz · 7 years ago
  40. f7268c5 crypto: inside-secure - keep the requests push/pop synced by Antoine Tenart · 7 years ago
  41. 95831ce crypto: inside-secure - do not process request if no command was issued by Antoine Tenart · 7 years ago
  42. e1d24c0 crypto: inside-secure - do not overwrite the threshold value by Antoine Tenart · 7 years ago
  43. 059bfd1 crypto: inside-secure - make function safexcel_try_push_requests static by Colin Ian King · 7 years ago
  44. 871df31 crypto: inside-secure - EIP97 support by Antoine Ténart · 7 years ago
  45. 8732b29 crypto: inside-secure - retry to proceed the request later on fail by Antoine Ténart · 7 years ago
  46. 7f77f5a crypto: inside-secure - handle more result requests when counter is full by Antoine Ténart · 7 years ago
  47. 2313e9f crypto: inside-secure - acknowledge the result requests all at once by Antoine Ténart · 7 years ago
  48. dc7e28a crypto: inside-secure - dequeue all requests at once by Antoine Ténart · 7 years ago
  49. 69ee4dd crypto: inside-secure - use threaded IRQs for result handling by Antoine Ténart · 7 years ago
  50. 8472e77 crypto: inside-secure - move request dequeueing into a workqueue by Antoine Ténart · 7 years ago
  51. 5290ad6 crypto: inside-secure - remove unused parameter in invalidate_cache by Ofer Heifetz · 7 years ago
  52. 0a02dcc crypto: inside-secure - free requests even if their handling failed by Antoine Ténart · 7 years ago
  53. b7d65fe crypto: inside-secure - fix an error handling path in safexcel_probe() by Christophe Jaillet · 7 years ago
  54. a2069aa crypto: inside-secure - do not parse the dma mask from dt by Antoine Ténart · 8 years ago
  55. 5eb0cc6 crypto: inside-secure - only dequeue when needed by Antoine Ténart · 8 years ago
  56. b1deb47 crypto: inside-secure - get the backlog before dequeueing the request by Antoine Ténart · 8 years ago
  57. c5acabd crypto: inside-secure - stop requeueing failed requests by Antoine Ténart · 8 years ago
  58. 86671ab crypto: inside-secure - use one queue per hw ring by Antoine Ténart · 8 years ago
  59. ee1fd87 crypto: inside-secure - optimize DSE bufferability control by Igal Liberman · 8 years ago
  60. c87925b crypto: inside-secure - enable single WR in DSE configuration by Igal Liberman · 8 years ago
  61. 39ba1bb crypto: inside-secure - fix incorrect DSE data cache setting by Antoine Ténart · 8 years ago
  62. 1b44c5a crypto: inside-secure - add SafeXcel EIP197 crypto engine driver by Antoine Ténart · 8 years ago