1. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  2. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  3. 741e8c2 crypto: convert drivers/crypto/* to use module_platform_driver() by Axel Lin · 13 years ago
  4. dd38d29 Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  5. 2742528 crypto: mv_cesa - fix hashing of chunks > 1920 bytes by Phil Sutter · 13 years ago
  6. 4bb33cc crypto: add module.h to those files that are explicitly using it by Paul Gortmaker · 13 years ago
  7. 6ef8450 crypto: mv_cesa - make count_sgs() null-pointer proof by Phil Sutter · 13 years ago
  8. 7759995 crypto: mv_cesa - copy remaining bytes to SRAM only when needed by Phil Sutter · 13 years ago
  9. 8652348 crypto: mv_cesa - move digest state initialisation to a better place by Phil Sutter · 13 years ago
  10. cc8d350 crypto: mv_cesa - fill inner/outer IV fields only in HMAC case by Phil Sutter · 13 years ago
  11. 6677a77 crypto: mv_cesa - refactor copy_src_to_buf() by Phil Sutter · 13 years ago
  12. 7a1c6bc crypto: mv_cesa - no need to save digest state after the last chunk by Phil Sutter · 13 years ago
  13. 2a025f5 crypto: mv_cesa - print a warning when registration of AES algos fail by Phil Sutter · 13 years ago
  14. 811e6ed crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup by Phil Sutter · 13 years ago
  15. 99db3ea crypto: mv_cesa - the descriptor pointer register needs to be set just once by Phil Sutter · 13 years ago
  16. 042e9e7 crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of by Phil Sutter · 13 years ago
  17. 41f2977 crypto: mv_cesa - dont return PTR_ERR() of wrong pointer by Roel Kluin · 14 years ago
  18. 7cc2835 crypto: mv_cesa - fixup error handling in mv_probe() by Dan Carpenter · 14 years ago
  19. 5bdd5de crypto: mv_cesa - Use resource_size by Tobias Klauser · 14 years ago
  20. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  21. 750052d crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers by Uri Simchoni · 14 years ago
  22. 0c5c6c4 crypto: mv_cesa - Support processing of data from previous requests by Uri Simchoni · 14 years ago
  23. f0d03de crypto: mv_cesa - Make the copy-back of data optional by Uri Simchoni · 14 years ago
  24. a58094a crypto: mv_cesa - Execute some code via function pointers rathr than direct calls by Uri Simchoni · 14 years ago
  25. 7a5f691 crypto: mv_cesa - Rename a variable to a more suitable name by Uri Simchoni · 14 years ago
  26. 3b61a90 crypto: mv_cesa - Enqueue generic async requests by Uri Simchoni · 14 years ago
  27. 15d4dd3 crypto: mv_cesa - Fix situations where the src sglist spans more data than the request asks for by Uri Simchoni · 14 years ago
  28. f565e67 crypto: mv_cesa - Fix situation where the dest sglist is organized differently than the source sglist by Uri Simchoni · 14 years ago
  29. 6bc6fcd crypto: mv_cesa - Remove compiler warning in mv_cesa driver by Uri Simchoni · 14 years ago
  30. 0328ac2 crypto: mv_cesa - Invoke the user callback from a softirq context by Uri Simchoni · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. 85a7f0ac crypto: mv_cesa - Add support for Orion5X crypto engine by Sebastian Andrzej Siewior · 15 years ago