1. 958ea4e crypto: xts - Replace memcpy() invocation with simple assignment by Ard Biesheuvel · 4 years, 5 months ago
  2. a874f59 crypto: xts - prefix function and struct names with "xts" by Eric Biggers · 4 years, 6 months ago
  3. 2eb27c1 crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS by Eric Biggers · 4 years, 6 months ago
  4. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  5. d099ea6e crypto - Avoid free() namespace collision by Arnd Bergmann · 4 years, 8 months ago
  6. 732e540 crypto: xts - simplify error handling in ->create() by Eric Biggers · 4 years, 10 months ago
  7. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  8. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  9. 8083b1b crypto: xts - add support for ciphertext stealing by Ard Biesheuvel · 5 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. 44427c0 crypto: xts - Fix atomic sleep when walking skcipher by Herbert Xu · 6 years ago
  14. 78105c7 crypto: xts - Drop use of auxiliary buffer by Ondrej Mosnacek · 6 years ago
  15. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago
  16. eb66ecd crypto: xts - remove xts_crypt() by Eric Biggers · 7 years ago
  17. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  18. 4e5b0ad crypto: remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
  19. 5125e4e crypto: xts - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  20. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  21. aa4a829 crypto: xts - Fix use-after-free on EINPROGRESS by Herbert Xu · 8 years ago
  22. e55318c crypto: gf128mul - switch gf128mul_x_ble to le128 by Ondrej Mosnáček · 8 years ago
  23. 9df0eb1 crypto: xts,lrw - fix out-of-bounds write after kmalloc failure by Eric Biggers · 8 years ago
  24. 8902757 crypto: xts - Propagate NEED_FALLBACK bit by Herbert Xu · 8 years ago
  25. f1c131b crypto: xts - Convert to skcipher by Herbert Xu · 8 years ago
  26. ddbc736 crypto: xts - fix a little typo by Corentin LABBE · 8 years ago
  27. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 9 years ago
  28. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  29. ce00455 crypto: xts: add interface for parallelized cipher implementations by Jussi Kivilinna · 13 years ago
  30. f9d2691 crypto: xts - use blocksize constant by Jussi Kivilinna · 13 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  32. 8db05078 crypto: Use ERR_CAST by Julia Lawall · 15 years ago
  33. 6212f2c [CRYPTO] xts: Use proper alignment by Sebastian Siewior · 17 years ago
  34. f19f511 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks by Rik Snel · 17 years ago