1. 9332a9e crypto: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
  2. e456ef6 crypto: lrw - prefix function and struct names with "lrw" by Eric Biggers · 4 years, 6 months ago
  3. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  4. d099ea6e crypto - Avoid free() namespace collision by Arnd Bergmann · 4 years, 8 months ago
  5. d570631 crypto: lrw - simplify error handling in create() by Eric Biggers · 4 years, 10 months ago
  6. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  7. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  8. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  9. 20a0f97 crypto: lrw - use correct alignmask by Eric Biggers · 6 years ago
  10. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  11. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  12. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  13. aec286c crypto: lrw - don't access already-freed walk.iv by Eric Biggers · 6 years ago
  14. b257b48 crypto: lrw - Fix atomic sleep when walking skcipher by Herbert Xu · 6 years ago
  15. fd27b57 crypto: lrw - fix rebase error after out of bounds fix by Ard Biesheuvel · 6 years ago
  16. ac3c8f3 crypto: lrw - Do not use auxiliary buffer by Ondrej Mosnacek · 6 years ago
  17. c778f96 crypto: lrw - Optimize tweak computation by Ondrej Mosnacek · 6 years ago
  18. fbe1a85 crypto: lrw - Fix out-of bounds access on counter overflow by Ondrej Mosnacek · 6 years ago
  19. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago
  20. 8c9bdab crypto: lrw - Free rctx->ext with kzfree by Herbert Xu · 7 years ago
  21. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 7 years ago
  22. 4e5b0ad crypto: remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
  23. d38efad crypto: lrw - Check for incorrect cipher name by Christophe Jaillet · 7 years ago
  24. 616129c crypto: lrw - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  25. 4702bbe crypto: lrw - Fix use-after-free on EINPROGRESS by Herbert Xu · 8 years ago
  26. 9df0eb1 crypto: xts,lrw - fix out-of-bounds write after kmalloc failure by Eric Biggers · 8 years ago
  27. 700cb3f crypto: lrw - Convert to skcipher by Herbert Xu · 8 years ago
  28. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  29. 6c2205b crypto: lrw - add interface for parallelized cipher implementions by Jussi Kivilinna · 13 years ago
  30. 171c020 crypto: lrw - split gf128mul table initialization from setkey by Jussi Kivilinna · 13 years ago
  31. 4660720 crypto: lrw - use blocksize constant by Jussi Kivilinna · 13 years ago
  32. b884f8b crypto: lrw - fix memleak by Jussi Kivilinna · 13 years ago
  33. 8eb2dfa crypto: lrw - Fix big endian support by Herbert Xu · 16 years ago
  34. fd4609a [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu by Marcin Slusarz · 17 years ago
  35. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  36. ebc610e [CRYPTO] templates: Pass type/mask when creating instances by Herbert Xu · 18 years ago
  37. 2e306ee [CRYPTO] api: Add type-safe spawns by Herbert Xu · 18 years ago
  38. 9ebed9d [CRYPTO] lrw: round --> lrw_round by David S. Miller · 18 years ago
  39. 64470f1 [CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher mode by Rik Snel · 18 years ago