1. f427e1f crypto: user - fix memory leak in crypto_report by Navid Emamdoost · 4 years, 7 months ago
  2. 5de3963e crypto: user - support incremental algorithm dumps by Eric Biggers · 5 years ago
  3. cd6f206 crypto: user - prevent operating on larval algorithms by Eric Biggers · 4 years, 10 months ago
  4. 51b259b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  5. 6cf80a2 crypto: user - Remove crypto_lookup_skcipher call by Herbert Xu · 8 years ago
  6. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 8 years ago
  7. fd2efd9 Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG" by Herbert Xu · 8 years ago
  8. 055ddaa crypto: user - re-add size check for CRYPTO_MSG_GETALG by Mathias Krause · 8 years ago
  9. eed1e1a crypto: user - no parsing of CRYPTO_MSG_GETALG by Stephan Mueller · 8 years ago
  10. 63e41eb crypto: user - lock crypto_alg_list on alg dump by Mathias Krause · 8 years ago
  11. 3fc89ad crypto: api - Only abort operations on fatal signal by Herbert Xu · 9 years ago
  12. 60333f7 crypto: user - Remove crypto_lookup_aead call by Herbert Xu · 9 years ago
  13. 9aa867e crypto: user - Add CRYPTO_MSG_DELRNG by Herbert Xu · 9 years ago
  14. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 9 years ago
  15. 016baaa crypto: user - Fix crypto_alg_match race by Herbert Xu · 9 years ago
  16. 87b1675 crypto: api - Change crypto_unregister_instance argument type by Herbert Xu · 9 years ago
  17. 476c7fe crypto: user - add MODULE_ALIAS by Stephan Mueller · 9 years ago
  18. 5d4a5e7 crypto: user - Allow get request with empty driver name by Herbert Xu · 9 years ago
  19. 639b4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next by Linus Torvalds · 10 years ago
  20. c568398 crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMIN by Matthias-Christian Ott · 10 years ago
  21. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  22. a84fb79 crypto: user - constify netlink dispatch table by Mathias Krause · 11 years ago
  23. 8fd61d3 crypto: user - ensure user supplied strings are nul-terminated by Mathias Krause · 11 years ago
  24. e336ed9 crypto: user - fix empty string test in report API by Mathias Krause · 11 years ago
  25. 9a5467b crypto: user - fix info leaks in report API by Mathias Krause · 11 years ago
  26. d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  27. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  28. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  29. 66ce0b0 crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?) by Jussi Kivilinna · 12 years ago
  30. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  31. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  32. 6662df3 crypto: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  33. 5219a53 crypto: user - Fix size of netlink dump message by Steffen Klassert · 12 years ago
  34. 1e12299 crypto: user - Fix lookup of algorithms with IV generator by Steffen Klassert · 12 years ago
  35. b871661 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  36. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  37. 0cfdec7 crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0 by Jesper Juhl · 12 years ago
  38. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  39. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  40. ce3fd84 crypto: Unlink and free instances when deleted by Steffen Klassert · 12 years ago
  41. fb223c3 crypto: user - Fix rwsem leak in crypto_user by Jonathan Corbet · 13 years ago
  42. e6ea64e crypto: user - Initialise match in crypto_alg_match by Herbert Xu · 13 years ago
  43. 540b97c crypto: Add userspace report for compress type algorithms by Steffen Klassert · 13 years ago
  44. 07a5fa4 crypto: Add userspace report for cipher type algorithms by Steffen Klassert · 13 years ago
  45. 6c5a86f5 crypto: Add userspace report for larval type algorithms by Steffen Klassert · 13 years ago
  46. b6aa63c crypto: Add a report function pointer to crypto_type by Steffen Klassert · 13 years ago
  47. a38f790 crypto: Add userspace configuration API by Steffen Klassert · 13 years ago