1. 6d77282 crypto: n2 - Fix sparse endianness warning by Herbert Xu · 4 years, 6 months ago
  2. b2ba047 crypto: n2 - remove ecb(arc4) support by Ard Biesheuvel · 4 years, 6 months ago
  3. b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 8 months ago
  4. ce8e048 crypto: n2 - use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 10 months ago
  5. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  6. 642356c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  7. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  8. 23a6564 crypto: niagara2 - switch to skcipher API by Ard Biesheuvel · 5 years ago
  9. cacc594 crypto: n2: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  10. 527aa89 crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.h by Hans de Goede · 5 years ago
  11. c963050 crypto: n2/des - fix build breakage after DES updates by Ard Biesheuvel · 6 years ago
  12. d4b90db crypto: n2/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  13. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  14. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  15. e4fffa5 crypto: n2 - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  16. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  17. 6a38f622 crypto: ahash - remove useless setting of type flags by Eric Biggers · 7 years ago
  18. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  19. 378fe6f crypto: n2 - Add empty hash export and import by Kamil Konieczny · 7 years ago
  20. 203f450 crypto: n2 - cure use after free by Jan Engelhardt · 7 years ago
  21. b8d3de8 crypto: n2 - remove null check before kfree by Himanshu Jha · 8 years ago
  22. b2e870f crypto: n2 - Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  23. 4914b90 crypto: n2 - make of_device_ids const by Arvind Yadav · 8 years ago
  24. 73810a0 crypto: N2 - Replace racy task affinity logic by Thomas Gleixner · 8 years ago
  25. 150f6d4 crypto: n2 - Remove return statement from void function by Amitoj Kaur Chawla · 9 years ago
  26. 8054b80 crypto: n2 - Use precalculated hash from headers by LABBE Corentin · 9 years ago
  27. a103a75 crypto: n2 - Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
  28. 5082687 crypto: n2 - set array of const as const by LABBE Corentin · 9 years ago
  29. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 10 years ago
  30. d0bb9ee crypto: n2 - use md5 IV MD5_HX instead of their raw value by LABBE Corentin · 10 years ago
  31. f9b531f drivers: fix up obsolete cpu function usage. by Rusty Russell · 10 years ago
  32. 5573bc0 crypto: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  33. ce1f3e47 crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c by Behan Webster · 11 years ago
  34. 5837af0 crypto: n2 - tfm->__crt_alg->cra_name directly by Marek Vasut · 11 years ago
  35. 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  36. 1080362 sparc64: Adjust crypto priorities. by David S. Miller · 12 years ago
  37. 9751bfd n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 13 years ago
  38. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  39. e27303b crypto: n2 - Fix a get/put_cpu() imbalance by Thomas Meyer · 14 years ago
  40. eb7caf3 n2_crypto: Attach on Niagara-T3. by David S. Miller · 14 years ago
  41. 4ebb24f dt/sparc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  42. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  43. dffa184 crypto: n2 - use __devexit not __exit in n2_unregister_algs by Dennis Gilmore · 14 years ago
  44. 14bd342 crypto: n2 - dubious error check by Nicolas Kaiser · 14 years ago
  45. 19e4875 of/sparc: fix build regression from of_device changes by Grant Likely · 15 years ago
  46. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 15 years ago
  47. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  48. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 15 years ago
  49. dc4ccfd n2_crypto: Add HMAC support. by David S. Miller · 15 years ago
  50. 3a2c034 n2_crypto: Make ahash parameterization explicit. by David S. Miller · 15 years ago
  51. 3851110 n2_crypto: Log algorithm success/failure in kernel log. by David S. Miller · 15 years ago
  52. 65a23d6 n2_crypto: Kill n2_base_ctx and helpers. by David S. Miller · 15 years ago
  53. c9aa55e n2_crypto: Plumb fallback ahash requests properly. by David S. Miller · 15 years ago
  54. 527b952 n2_crypto: Fix MAU kmem_cache name. by David S. Miller · 15 years ago
  55. ff6c734 n2_crypto: Fix build after of_device/of_platform_driver changes. by David S. Miller · 15 years ago
  56. 0a625fd2 crypto: n2 - Add Niagara2 crypto driver by David S. Miller · 15 years ago