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