1. 928e47e crypto: mv_cesa: Remove redundant platform_set_drvdata() by Sachin Kamat · 11 years ago
  2. 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  3. f37fbd3 Crypto: CESA: Add support for DT based instantiation. by Andrew Lunn · 12 years ago
  4. 25918f9 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  5. baffab2 ARM: Orion: fix driver probe error handling with respect to clk by Simon Baatz · 12 years ago
  6. 4d03c50 crypto: mv_cesa - fix for hash finalisation with data by Phil Sutter · 12 years ago
  7. 5741d2e crypto: mv_cesa - initialise the interrupt status field to zero by Phil Sutter · 12 years ago
  8. 170dd56 crypto: mv_cesa - add an expiry timer in case anything goes wrong by Phil Sutter · 12 years ago
  9. 1f80b12 ARM: Orion: CESA: Add support for clk by Andrew Lunn · 12 years ago
  10. b871661 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  11. 2ce3f2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  12. f8f54e1 crypto: mv_cesa - fix final callback not ignoring input data by Phil Sutter · 12 years ago
  13. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  14. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  15. 741e8c2 crypto: convert drivers/crypto/* to use module_platform_driver() by Axel Lin · 13 years ago
  16. dd38d29 Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  17. 2742528 crypto: mv_cesa - fix hashing of chunks > 1920 bytes by Phil Sutter · 13 years ago
  18. 4bb33cc crypto: add module.h to those files that are explicitly using it by Paul Gortmaker · 13 years ago
  19. 6ef8450 crypto: mv_cesa - make count_sgs() null-pointer proof by Phil Sutter · 13 years ago
  20. 7759995 crypto: mv_cesa - copy remaining bytes to SRAM only when needed by Phil Sutter · 13 years ago
  21. 8652348 crypto: mv_cesa - move digest state initialisation to a better place by Phil Sutter · 13 years ago
  22. cc8d350 crypto: mv_cesa - fill inner/outer IV fields only in HMAC case by Phil Sutter · 13 years ago
  23. 6677a77 crypto: mv_cesa - refactor copy_src_to_buf() by Phil Sutter · 13 years ago
  24. 7a1c6bc crypto: mv_cesa - no need to save digest state after the last chunk by Phil Sutter · 13 years ago
  25. 2a025f5 crypto: mv_cesa - print a warning when registration of AES algos fail by Phil Sutter · 13 years ago
  26. 811e6ed crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup by Phil Sutter · 13 years ago
  27. 99db3ea crypto: mv_cesa - the descriptor pointer register needs to be set just once by Phil Sutter · 13 years ago
  28. 042e9e7 crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of by Phil Sutter · 13 years ago
  29. 41f2977 crypto: mv_cesa - dont return PTR_ERR() of wrong pointer by Roel Kluin · 13 years ago
  30. 7cc2835 crypto: mv_cesa - fixup error handling in mv_probe() by Dan Carpenter · 14 years ago
  31. 5bdd5de crypto: mv_cesa - Use resource_size by Tobias Klauser · 14 years ago
  32. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  33. 750052d crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers by Uri Simchoni · 14 years ago
  34. 0c5c6c4 crypto: mv_cesa - Support processing of data from previous requests by Uri Simchoni · 14 years ago
  35. f0d03de crypto: mv_cesa - Make the copy-back of data optional by Uri Simchoni · 14 years ago
  36. a58094a crypto: mv_cesa - Execute some code via function pointers rathr than direct calls by Uri Simchoni · 14 years ago
  37. 7a5f691 crypto: mv_cesa - Rename a variable to a more suitable name by Uri Simchoni · 14 years ago
  38. 3b61a90 crypto: mv_cesa - Enqueue generic async requests by Uri Simchoni · 14 years ago
  39. 15d4dd3 crypto: mv_cesa - Fix situations where the src sglist spans more data than the request asks for by Uri Simchoni · 14 years ago
  40. f565e67 crypto: mv_cesa - Fix situation where the dest sglist is organized differently than the source sglist by Uri Simchoni · 14 years ago
  41. 6bc6fcd crypto: mv_cesa - Remove compiler warning in mv_cesa driver by Uri Simchoni · 14 years ago
  42. 0328ac2 crypto: mv_cesa - Invoke the user callback from a softirq context by Uri Simchoni · 14 years ago
  43. 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
  44. 85a7f0a crypto: mv_cesa - Add support for Orion5X crypto engine by Sebastian Andrzej Siewior · 15 years ago