1. 96ad8d5 crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 4 years, 5 months ago
  2. 1d6bd3f crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 4 years, 5 months ago
  3. 3752d2f crypto: algapi - fix NULL dereference in crypto_remove_spawns() by Eric Biggers · 6 years ago
  4. b04a39f crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg by Salvatore Benedetto · 7 years ago
  5. 32f27c7 crypto: api - Add crypto_inst_setname by Herbert Xu · 8 years ago
  6. f2aefda crypto: api - Add crypto_type_has_alg helper by Herbert Xu · 8 years ago
  7. 304e481 crypto: api - use list_first_entry_or_null and list_next_entry by Geliang Tang · 8 years ago
  8. 3fc89ad crypto: api - Only abort operations on fatal signal by Herbert Xu · 9 years ago
  9. 319382a crypto: api - Add instance free function to crypto_type by Herbert Xu · 9 years ago
  10. 31d228c crypto: api - Remove unused __crypto_dequeue_request by Herbert Xu · 9 years ago
  11. c2110f2 crypto: api - Include alignment in crypto_alg_extsize by Herbert Xu · 9 years ago
  12. d6ef2f1 crypto: api - Add crypto_grab_spawn primitive by Herbert Xu · 9 years ago
  13. bd4a7c6 crypto: api - Fix build error when modules are disabled by Herbert Xu · 9 years ago
  14. 3133d76 crypto: api - Include linux/fips.h by Herbert Xu · 9 years ago
  15. 59afdc7 crypto: api - Move module sig ifdef into accessor function by Herbert Xu · 9 years ago
  16. 38d2143 crypto: api - Add crypto_alg_extsize helper by Herbert Xu · 9 years ago
  17. 34c9a0f crypto: fix broken crypto_register_instance() module handling by Herbert Xu · 9 years ago
  18. 9c521a2 crypto: api - remove instance when test failed by Stephan Mueller · 9 years ago
  19. e9b8e5b crypto: api - Move alg ref count init to crypto_check_alg by Herbert Xu · 9 years ago
  20. 87b1675 crypto: api - Change crypto_unregister_instance argument type by Herbert Xu · 9 years ago
  21. 1f72371 crypto: api - Fix races in crypto_unregister_instance by Herbert Xu · 9 years ago
  22. 0efcb8d crypto: api - fixed style erro in algapi.c by Joshua I. James · 9 years ago
  23. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 9 years ago
  24. 002c77a crypto: fips - only panic on bad/missing crypto mod signatures by Jarod Wilson · 10 years ago
  25. 1c8fca1 crypto: sanitize argument for format string by Kees Cook · 11 years ago
  26. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  27. 3e8afe3 crypto: use ERR_CAST by Julia Lawall · 11 years ago
  28. 3987103 crypto: algapi - Move larval completion into algboss by Herbert Xu · 12 years ago
  29. 4b00434 crypto: Add bulk algorithm registration interface by Mark Brown · 12 years ago
  30. ce3fd84 crypto: Unlink and free instances when deleted by Steffen Klassert · 12 years ago
  31. 22e5b20 crypto: Export crypto_remove_final by Steffen Klassert · 13 years ago
  32. 89b596b crypto: Export crypto_remove_spawns by Steffen Klassert · 13 years ago
  33. 64a947b crypto: Add a flag to identify crypto instances by Steffen Klassert · 13 years ago
  34. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  35. c614e10 crypto: algapi - Remove unneeded null check by Dan Carpenter · 14 years ago
  36. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  37. 5357c6c crypto: algapi - Fix checkpatch errors by Richard Hartmann · 14 years ago
  38. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  39. 2bf2901 crypto: api - Do not displace newly registered algorithms by Herbert Xu · 15 years ago
  40. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
  41. 7ede5a5 crypto: api - Fix crypto_drop_spawn crash on blank spawns by Herbert Xu · 15 years ago
  42. d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
  43. 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
  44. 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
  45. b8e1599 crypto: api - Fix algorithm test race that broke aead initialisation by Herbert Xu · 15 years ago
  46. 73d3864 crypto: api - Use test infrastructure by Herbert Xu · 16 years ago
  47. c51b6c8 crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup by Herbert Xu · 16 years ago
  48. 68b6c7d [CRYPTO] api: Add crypto_attr_alg_name by Herbert Xu · 16 years ago
  49. 7613636 [CRYPTO] api: Add crypto_inc and crypto_xor by Herbert Xu · 16 years ago
  50. 38cb241 [CRYPTO] api: Fix potential race in crypto_remove_spawn by Herbert Xu · 16 years ago
  51. d805848 [CRYPTO] api: Explain the comparison on larval cra_name by Herbert Xu · 17 years ago
  52. 7061378 [CRYPTO] blkcipher: Remove alignment restriction on block size by Herbert Xu · 17 years ago
  53. 3c09f17 [CRYPTO] aead: Add authenc by Herbert Xu · 17 years ago
  54. 39e1ee01 [CRYPTO] api: Add support for multiple template parameters by Herbert Xu · 17 years ago
  55. fe3c520 [CRYPTO] api: Wake up all waiters when larval completes by Herbert Xu · 17 years ago
  56. a73e699 [CRYPTO] api: Do not remove users unless new algorithm matches by Herbert Xu · 17 years ago
  57. b5b7f08 [CRYPTO] api: Add async blkcipher type by Herbert Xu · 17 years ago
  58. ebc610e [CRYPTO] templates: Pass type/mask when creating instances by Herbert Xu · 17 years ago
  59. 27d2a33 [CRYPTO] api: Allow multiple frontends per backend by Herbert Xu · 17 years ago
  60. 2e306ee [CRYPTO] api: Add type-safe spawns by Herbert Xu · 17 years ago
  61. f1ddcaf [CRYPTO] api: Remove deprecated interface by Herbert Xu · 17 years ago
  62. 7fed0bf [CRYPTO] api: Add common instance initialisation code by Herbert Xu · 18 years ago
  63. 6bfd480 [CRYPTO] api: Added spawns by Herbert Xu · 18 years ago
  64. 492e2b6 [CRYPTO] api: Allow algorithm lookup by type by Herbert Xu · 18 years ago
  65. 2825982 [CRYPTO] api: Added event notification by Herbert Xu · 18 years ago
  66. 4cc7720 [CRYPTO] api: Add template registration by Herbert Xu · 18 years ago
  67. cce9e06 [CRYPTO] api: Split out low-level API by Herbert Xu · 18 years ago