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