1. c6ce9c5 crypto: api - Move cryptomgr soft dependency into algapi by Herbert Xu · 2 years, 11 months ago
  2. beaaaa3 crypto: api - Fix boot-up crash when crypto manager is disabled by Herbert Xu · 3 years, 2 months ago
  3. cad439f crypto: api - Do not create test larvals if manager is disabled by Herbert Xu · 3 years, 2 months ago
  4. adad556 crypto: api - Fix built-in testing dependency failures by Herbert Xu · 3 years, 3 months ago
  5. 10ff997 crypto: api - remove CRYPTOA_U32 and related functions by Liu Shixin · 3 years, 7 months ago
  6. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  7. ec6e2bf3 crypto: algapi - create function to add request in front of queue by Iuliana Prodan · 4 years, 8 months ago
  8. 6603523 crypto: api - Fix use-after-free and race in crypto_spawn_alg by Herbert Xu · 4 years, 9 months ago
  9. beeb460 crypto: algapi - Avoid spurious modprobe on LOADED by Eric Biggers · 4 years, 9 months ago
  10. a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
  11. aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() by Eric Biggers · 5 years ago
  12. 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
  13. de95c95 crypto: algapi - pass instance to crypto_grab_spawn() by Eric Biggers · 5 years ago
  14. ca94e93 crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name by Eric Biggers · 5 years ago
  15. ff67062 crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns by Eric Biggers · 5 years ago
  16. 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
  17. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  18. 2bbb337 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
  19. 02244ba crypto: api - Add more comments to crypto_remove_spawns by Herbert Xu · 5 years ago
  20. 4f87ee1 crypto: api - Do not zap spawn->alg by Herbert Xu · 5 years ago
  21. 73669cc crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
  22. 7db3b61 crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
  23. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  24. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  25. 177f87d crypto: algapi - require cra_name and cra_driver_name by Eric Biggers · 6 years ago
  26. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  27. 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 6 years ago
  28. 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
  29. 6b47666 crypto: algapi - reject NULL crypto_spawn::inst by Eric Biggers · 6 years ago
  30. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  31. 1f6669b crypto: user - Add crypto_stats_init by Corentin Labbe · 6 years ago
  32. 44f1313 crypto: user - rename err_cnt parameter by Corentin Labbe · 6 years ago
  33. 17c18f9 crypto: user - Split stats in multiple structures by Corentin Labbe · 6 years ago
  34. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  35. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  36. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  37. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  38. dd8b083 crypto: api - Introduce notifier for new crypto algorithms by Martin K. Petersen · 6 years ago
  39. a9f7f88 crypto: api - Introduce generic max blocksize and alignmask by Kees Cook · 6 years ago
  40. 13c935b crypto: api - laying defines and checks for statically allocated buffers by Salvatore Mesoraca · 7 years ago
  41. eb02c38 crypto: api - Keep failed instances alive by Herbert Xu · 7 years ago
  42. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  43. 8b55107c crypto: algapi - remove unused notifications by Eric Biggers · 7 years ago
  44. ce8614a crypto: algapi - convert cra_refcnt to refcount_t by Eric Biggers · 7 years ago
  45. 9a00674 crypto: algapi - fix NULL dereference in crypto_remove_spawns() by Eric Biggers · 7 years ago
  46. 6b80ea3 crypto: change transient busy return code to -ENOSPC by Gilad Ben-Yossef · 7 years ago
  47. a7c391f crypto: algapi - use separate dst and src operands for __crypto_xor() by Ard Biesheuvel · 7 years ago
  48. c723585 crypto: algapi - Use pr_err common logging style. by Karim Eshapa · 8 years ago
  49. 27c539a crypto: algapi - annotate expected branch behavior in crypto_inc() by Ard Biesheuvel · 8 years ago
  50. db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 8 years ago
  51. d604076 crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg by Salvatore Benedetto · 8 years ago
  52. 32f27c7 crypto: api - Add crypto_inst_setname by Herbert Xu · 9 years ago
  53. f2aefda crypto: api - Add crypto_type_has_alg helper by Herbert Xu · 9 years ago
  54. 304e481 crypto: api - use list_first_entry_or_null and list_next_entry by Geliang Tang · 9 years ago
  55. 3fc89ad crypto: api - Only abort operations on fatal signal by Herbert Xu · 9 years ago
  56. 319382a crypto: api - Add instance free function to crypto_type by Herbert Xu · 9 years ago
  57. 31d228c crypto: api - Remove unused __crypto_dequeue_request by Herbert Xu · 9 years ago
  58. c2110f2 crypto: api - Include alignment in crypto_alg_extsize by Herbert Xu · 10 years ago
  59. d6ef2f1 crypto: api - Add crypto_grab_spawn primitive by Herbert Xu · 10 years ago
  60. bd4a7c6 crypto: api - Fix build error when modules are disabled by Herbert Xu · 10 years ago
  61. 3133d76 crypto: api - Include linux/fips.h by Herbert Xu · 10 years ago
  62. 59afdc7 crypto: api - Move module sig ifdef into accessor function by Herbert Xu · 10 years ago
  63. 38d2143 crypto: api - Add crypto_alg_extsize helper by Herbert Xu · 10 years ago
  64. 34c9a0f crypto: fix broken crypto_register_instance() module handling by Herbert Xu · 10 years ago
  65. 9c521a2 crypto: api - remove instance when test failed by Stephan Mueller · 10 years ago
  66. e9b8e5b crypto: api - Move alg ref count init to crypto_check_alg by Herbert Xu · 10 years ago
  67. 87b1675 crypto: api - Change crypto_unregister_instance argument type by Herbert Xu · 10 years ago
  68. 1f72371 crypto: api - Fix races in crypto_unregister_instance by Herbert Xu · 10 years ago
  69. 0efcb8d crypto: api - fixed style erro in algapi.c by Joshua I. James · 10 years ago
  70. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  71. 002c77a crypto: fips - only panic on bad/missing crypto mod signatures by Jarod Wilson · 10 years ago
  72. 1c8fca1 crypto: sanitize argument for format string by Kees Cook · 11 years ago
  73. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  74. 3e8afe3 crypto: use ERR_CAST by Julia Lawall · 12 years ago
  75. 3987103 crypto: algapi - Move larval completion into algboss by Herbert Xu · 13 years ago
  76. 4b00434 crypto: Add bulk algorithm registration interface by Mark Brown · 13 years ago
  77. ce3fd84 crypto: Unlink and free instances when deleted by Steffen Klassert · 13 years ago
  78. 22e5b20 crypto: Export crypto_remove_final by Steffen Klassert · 13 years ago
  79. 89b596b crypto: Export crypto_remove_spawns by Steffen Klassert · 13 years ago
  80. 64a947b crypto: Add a flag to identify crypto instances by Steffen Klassert · 13 years ago
  81. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
  82. c614e10 crypto: algapi - Remove unneeded null check by Dan Carpenter · 15 years ago
  83. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  84. 5357c6c crypto: algapi - Fix checkpatch errors by Richard Hartmann · 15 years ago
  85. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  86. 2bf2901 crypto: api - Do not displace newly registered algorithms by Herbert Xu · 15 years ago
  87. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
  88. 7ede5a5 crypto: api - Fix crypto_drop_spawn crash on blank spawns by Herbert Xu · 15 years ago
  89. d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
  90. 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
  91. 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
  92. b8e1599 crypto: api - Fix algorithm test race that broke aead initialisation by Herbert Xu · 16 years ago
  93. 73d3864 crypto: api - Use test infrastructure by Herbert Xu · 16 years ago
  94. c51b6c8 crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup by Herbert Xu · 16 years ago
  95. 68b6c7d [CRYPTO] api: Add crypto_attr_alg_name by Herbert Xu · 17 years ago
  96. 7613636 [CRYPTO] api: Add crypto_inc and crypto_xor by Herbert Xu · 17 years ago
  97. 38cb241 [CRYPTO] api: Fix potential race in crypto_remove_spawn by Herbert Xu · 17 years ago
  98. d805848 [CRYPTO] api: Explain the comparison on larval cra_name by Herbert Xu · 17 years ago
  99. 7061378 [CRYPTO] blkcipher: Remove alignment restriction on block size by Herbert Xu · 17 years ago
  100. 3c09f17 [CRYPTO] aead: Add authenc by Herbert Xu · 17 years ago