1. fbb6cda crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY by Eric Biggers · 4 years, 6 months ago
  2. 2eb27c1 crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS by Eric Biggers · 4 years, 6 months ago
  3. 7bc13b5 crypto: api - permit users to specify numa node of acomp hardware by Barry Song · 4 years, 6 months ago
  4. d037cb4a crypto: api - Prune inclusions in crypto.h by Herbert Xu · 4 years, 7 months ago
  5. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  6. c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
  7. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  8. 5c925e8 crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN by Eric Biggers · 5 years ago
  9. f9d89b8 crypto: remove unused tfm result flags by Eric Biggers · 5 years ago
  10. c782937 crypto: api - remove unneeded semicolon by Chen Zhou · 5 years ago
  11. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  12. e8cfed5 crypto: cipher - remove crt_u.cipher (struct cipher_tfm) by Eric Biggers · 5 years ago
  13. c441a90 crypto: compress - remove crt_u.compress (struct compress_tfm) by Eric Biggers · 5 years ago
  14. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  15. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  16. cec0cb8 crypto: skcipher - remove crypto_has_ablkcipher() by Eric Biggers · 5 years ago
  17. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  18. 5a35316 crypto: doc - Add parameter documentation by Hook, Gary · 6 years ago
  19. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  20. 84ede58 crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST by Eric Biggers · 6 years ago
  21. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  22. bec9ba7 crypto: cipher - remove struct cipher_desc by Eric Biggers · 6 years ago
  23. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  24. bfad6cb crypto: api - document missing stats member by Corentin Labbe · 6 years ago
  25. 1f6669b crypto: user - Add crypto_stats_init by Corentin Labbe · 6 years ago
  26. 44f1313 crypto: user - rename err_cnt parameter by Corentin Labbe · 6 years ago
  27. 17c18f9 crypto: user - Split stats in multiple structures by Corentin Labbe · 6 years ago
  28. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  29. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  30. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  31. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  32. e2861fa evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 7 years ago
  33. 0063ec4 crypto: doc - Document remaining members in struct crypto_alg by Gary R Hook · 7 years ago
  34. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  35. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  36. ce8614a crypto: algapi - convert cra_refcnt to refcount_t by Eric Biggers · 7 years ago
  37. ada69a1 crypto: introduce crypto wait for async op by Gilad Ben-Yossef · 7 years ago
  38. f437a3f crypto: api - Extend algorithm name limit to 128 bytes by Herbert Xu · 8 years ago
  39. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  40. 0184cfe crypto: doc - fix source comments for Sphinx by Stephan Mueller · 8 years ago
  41. 864e098 crypto: api - fix comment typo by Baruch Siach · 8 years ago
  42. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  43. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  44. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 9 years ago
  45. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 9 years ago
  46. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 9 years ago
  47. 63044c4 crypto: hash - shrink hash down to two types by Giovanni Cabiddu · 9 years ago
  48. 6eae29e crypto: doc - document correct return value for request allocation by Eric Biggers · 9 years ago
  49. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
  50. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 9 years ago
  51. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  52. b0d955b crypto: aead - Remove old AEAD interfaces by Herbert Xu · 9 years ago
  53. 3e90950 crypto: algif_aead - Temporarily disable all AEAD algorithms by Herbert Xu · 10 years ago
  54. edf18b9 crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_alg by Herbert Xu · 10 years ago
  55. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 10 years ago
  56. 12f7c14 crypto: doc - Fix typo in crypto-API.xml by Masanari Iida · 10 years ago
  57. 2d0f230 crypto: aead - Rename aead_alg to old_aead_alg by Herbert Xu · 10 years ago
  58. 5d1d65f crypto: aead - Convert top level interface to new style by Herbert Xu · 10 years ago
  59. 94f1bb1 crypto: rng - Remove old low-level rng interface by Herbert Xu · 10 years ago
  60. acec27f crypto: rng - Convert low-level crypto_rng to new style by Herbert Xu · 10 years ago
  61. d0e8305 crypto: rng - Convert crypto_rng to new style crypto_type by Herbert Xu · 10 years ago
  62. 06ca7f6 crypto: api - prevent helper ciphers from being used by Stephan Mueller · 10 years ago
  63. 379dcfb crypto: doc - remove colons in comments by Stephan Mueller · 10 years ago
  64. 15acabf crypto: aead - add check for presence of auth tag by Stephan Mueller · 10 years ago
  65. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  66. 47ca5be crypto: doc - HASH API documentation by Stephan Mueller · 10 years ago
  67. 16e6103 crypto: doc - CIPHER API documentation by Stephan Mueller · 10 years ago
  68. 58284f0 crypto: doc - BLKCIPHER API documentation by Stephan Mueller · 10 years ago
  69. fced7b0 crypto: doc - AEAD API documentation by Stephan Mueller · 10 years ago
  70. f13ec33 crypto: doc - ABLKCIPHER API documentation by Stephan Mueller · 10 years ago
  71. 0d7f488 crypto: doc - cipher data structures by Stephan Mueller · 10 years ago
  72. 3e3dc25 crypto: Resolve shadow warnings by Mark Rustad · 10 years ago
  73. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  74. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  75. 4b00434 crypto: Add bulk algorithm registration interface by Mark Brown · 13 years ago
  76. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  77. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  78. 7c92640 crypto.h: remove unused crypto_tfm_alg_modname() inline by Paul Gortmaker · 14 years ago
  79. 64a947b crypto: Add a flag to identify crypto instances by Steffen Klassert · 13 years ago
  80. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  81. ec49fdb crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposed by David Woodhouse · 15 years ago
  82. 8ffd1be crypto: hash - Remove cra_u.{digest,hash} by Benjamin Gilbert · 15 years ago
  83. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 16 years ago
  84. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 16 years ago
  85. aef73cf crypto: async - Use kzfree for requests by Herbert Xu · 16 years ago
  86. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 16 years ago
  87. 3f683d6 crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention by Herbert Xu · 16 years ago
  88. 7b2cd92 crypto: api - Fix zeroing on free by Herbert Xu · 16 years ago
  89. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  90. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  91. 3b2f6df crypto: hash - Export shash through ahash by Herbert Xu · 16 years ago
  92. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  93. 7b0bac6 crypto: api - Rebirth of crypto_alloc_tfm by Herbert Xu · 16 years ago
  94. 4a77948 crypto: api - Move type exit function into crypto_tfm by Herbert Xu · 16 years ago
  95. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  96. 73d3864 crypto: api - Use test infrastructure by Herbert Xu · 16 years ago
  97. da7f033 crypto: cryptomgr - Add test infrastructure by Herbert Xu · 16 years ago
  98. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 17 years ago
  99. 166247f crypto: hash - Removed vestigial ahash fields by Herbert Xu · 17 years ago
  100. 004a403 [CRYPTO] hash: Add asynchronous hash support by Loc Ho · 17 years ago