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