1. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  2. b8c0d74 crypto: cryptd - simplify error handling in cryptd_create_*() by Eric Biggers · 4 years, 10 months ago
  3. 758ec5a crypto: cryptd - convert to new way of freeing instances by Eric Biggers · 5 years ago
  4. 218c503 crypto: cryptd - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
  5. cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
  6. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  7. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  8. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  9. 43b970f crypto: cryptd - Use refcount_t for refcount by Chuhong Yuan · 5 years ago
  10. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  11. ee39d46 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  12. 1a0fad6 crypto: cryptd - Fix skcipher instance memory leak by Vincent Whitchurch · 5 years ago
  13. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  14. 84ede58 crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST by Eric Biggers · 6 years ago
  15. 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 6 years ago
  16. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  17. 0a877e3 crypto: cryptd - remove ability to instantiate ablkciphers by Eric Biggers · 6 years ago
  18. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  19. 36b3875 crypto: cryptd - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  20. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  21. 841a3ff crypto: cryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  22. eaf356e crypto: cryptd - make cryptd_max_cpu_qlen module parameter static by Colin Ian King · 7 years ago
  23. c3a5360 crypto: cryptd - Add cryptd_max_cpu_qlen module parameter by Jon Maxwell · 7 years ago
  24. 6b80ea3 crypto: change transient busy return code to -ENOSPC by Gilad Ben-Yossef · 7 years ago
  25. 4e0958d crypto: cryptd - Add support for skcipher by Herbert Xu · 8 years ago
  26. 89277a7 crypto: cryptd - Remove unused but set variable 'tfm' by Tobias Klauser · 8 years ago
  27. 0bd2223 crypto: cryptd - initialize child shash_desc on import by Ard Biesheuvel · 8 years ago
  28. 31bd44e crypto: cryptd - Use correct tfm object for AEAD tracking by Herbert Xu · 8 years ago
  29. 81760ea crypto: cryptd - Add helpers to check whether a tfm is queued by Herbert Xu · 9 years ago
  30. 1a07834 crypto: cryptd - Assign statesize properly by Wang, Rui Y · 9 years ago
  31. c012a79 crypto: cryptod - use crypto_skcipher_type() for getting skcipher type by Alexander Kuleshov · 9 years ago
  32. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  33. ba3749a crypto: cryptd - Remove reference to crypto_aead_crt by Herbert Xu · 9 years ago
  34. f6da320 crypto: cryptd - Propagate new AEAD implementation flag by Herbert Xu · 9 years ago
  35. ec9f200 crypto: cryptd - Fix AEAD request context corruption by Herbert Xu · 9 years ago
  36. f614e54 crypto: cryptd - Convert to new AEAD interface by Herbert Xu · 10 years ago
  37. 92b9876 crypto: cryptd - Add setkey/setauthsize functions for AEAD by Herbert Xu · 10 years ago
  38. 9b8c456 crypto: cryptd - Use crypto_grab_aead by Herbert Xu · 10 years ago
  39. 529a0b6 crypto: cryptd - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  40. 466a7b9 crypto: cryptd - process CRYPTO_ALG_INTERNAL by Stephan Mueller · 10 years ago
  41. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  42. 3e3dc25 crypto: Resolve shadow warnings by Mark Rustad · 10 years ago
  43. 9efade1 crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption by Jussi Kivilinna · 12 years ago
  44. b2bac6a crypto: cryptd - Use subsys_initcall to prevent races with aesni by Herbert Xu · 13 years ago
  45. 298c926 crypto: cryptd - Adding the AEAD interface type support to cryptd by Adrian Hoban · 14 years ago
  46. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 15 years ago
  47. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  48. 0e1227d crypto: ghash - Add PCLMULQDQ accelerated implementation by Huang Ying · 15 years ago
  49. 0b44f48 this_cpu: Use this_cpu_ptr in crypto subsystem by Christoph Lameter · 15 years ago
  50. ace1366 crypto: cryptd - Add support to access underlaying shash by Huang Ying · 15 years ago
  51. 6fba00d crypto: cryptd - Add finup/export/import for hash by Herbert Xu · 15 years ago
  52. 05ed875 crypto: cryptd - Fix uninitialized return value by Steffen Klassert · 15 years ago
  53. 0b535ad crypto: cryptd - Switch to new style ahash by Herbert Xu · 15 years ago
  54. 9cd899a crypto: cryptd - Switch to template create API by Herbert Xu · 15 years ago
  55. 0d6669e crypto: cryptd - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  56. 46309d8 crypto: cryptd - Use shash algorithms by Herbert Xu · 15 years ago
  57. 505fd21 crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher by Huang Ying · 16 years ago
  58. 254eff7 crypto: cryptd - Per-CPU thread implementation based on kcrypto_wq by Huang Ying · 16 years ago
  59. 1cac2cb crypto: cryptd - Add support to access underlying blkcipher by Huang Ying · 16 years ago
  60. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 16 years ago
  61. b8a2825 [CRYPTO] cryptd: Add asynchronous hash support by Loc Ho · 17 years ago
  62. 93aa7f8 [CRYPTO] cryptd: Fix EINPROGRESS notification context by Herbert Xu · 17 years ago
  63. b1145ce [CRYPTO] cryptd: Correct kzalloc error test by Julia Lawall · 17 years ago
  64. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  65. 927eead [CRYPTO] cryptd: Use geniv of the underlying algorithm by Herbert Xu · 17 years ago
  66. 332f8840 [CRYPTO] ablkcipher: Add distinct ABLKCIPHER type by Herbert Xu · 17 years ago
  67. 2de98e7 [CRYPTO] ablkcipher: Remove queue pointer from common alg object by Herbert Xu · 17 years ago
  68. 189fe31 [CRYPTO] cryptd: Fix problem with cryptd and the freezer by Rafael J. Wysocki · 18 years ago
  69. 124b53d [CRYPTO] cryptd: Add software async crypto daemon by Herbert Xu · 18 years ago