1. 75d6836 crypto: Use zeroing memory allocator instead of allocator/memset by Himanshu Jha · 7 years ago
  2. 0b5a7f7 crypto: crypto4xx - perform aead icv check in the driver by Christian Lamparter · 7 years ago
  3. 333b192 crypto: crypto4xx - kill MODULE_NAME by Christian Lamparter · 7 years ago
  4. 57268ab crypto: crypto4xx - fix missing irq devname by Christian Lamparter · 7 years ago
  5. b66c685 crypto: crypto4xx - support Revision B parts by Christian Lamparter · 7 years ago
  6. b0a191c crypto: crypto4xx - shuffle iomap in front of request_irq by Christian Lamparter · 7 years ago
  7. 5923136 crypto: crypto4xx - add aes-gcm support by Christian Lamparter · 7 years ago
  8. 65ea8b6 crypto: crypto4xx - add aes-ccm support by Christian Lamparter · 7 years ago
  9. a0aae82 crypto: crypto4xx - prepare for AEAD support by Christian Lamparter · 7 years ago
  10. 2f77690 crypto: crypto4xx - simplify sa and state context acquisition by Christian Lamparter · 7 years ago
  11. 4b5b799 crypto: crypto4xx - fix stalls under heavy load by Christian Lamparter · 7 years ago
  12. 64e1062 crypto: crypto4xx - fix various warnings by Christian Lamparter · 7 years ago
  13. cd4dcd6 crypto: crypto4xx - overhaul crypto4xx_build_pd() by Christian Lamparter · 7 years ago
  14. 4865b122 crypto: crypto4xx - use the correct LE32 format for IV and key defs by Christian Lamparter · 7 years ago
  15. 8ef8d19 crypto: crypto4xx - add backlog queue support by Christian Lamparter · 7 years ago
  16. 778f81d crypto: crypto4xx - increase context and scatter ring buffer elements by Christian Lamparter · 7 years ago
  17. 333eb3e crypto: crypto4xx - fix type mismatch compiler error by Christian Lamparter · 7 years ago
  18. e9b8e4e crypto: crypto4xx - fix off-by-one AES-OFB by Christian Lamparter · 7 years ago
  19. 5a4326d3 crypto: crypto4xx - wire up hmac_mc to hmac_muting by Christian Lamparter · 7 years ago
  20. 9e0a0b3 crypto: crypto4xx - pointer arithmetic overhaul by Christian Lamparter · 7 years ago
  21. 5d59ad6 crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak by Christian Lamparter · 7 years ago
  22. 40e3b84 crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant by Christian Lamparter · 7 years ago
  23. 5c727f9 crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst() by Christian Lamparter · 7 years ago
  24. f2a13e7 crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloads by Christian Lamparter · 7 years ago
  25. 249c8d9 crypto: crypto4xx - move and refactor dynamic_contents helpers by Christian Lamparter · 7 years ago
  26. 453e309 crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declaration by Christian Lamparter · 7 years ago
  27. c587e65 crypto: crypto4xx - remove double assignment of pd_uinfo->state by Christian Lamparter · 7 years ago
  28. 886c251 crypto: crypto4xx - remove extern statement before function declaration by Christian Lamparter · 7 years ago
  29. 1ef52a9 crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flag by Christian Lamparter · 7 years ago
  30. 81065f6 crypto: crypto4xx - remove unused definitions and write-only variables by Christian Lamparter · 7 years ago
  31. a728a19 crypto: crypto4xx - remove bad list_del by Christian Lamparter · 7 years ago
  32. ffe5526 crypto: crypto4xx - fix an error code by Christophe Jaillet · 8 years ago
  33. 7c6c0dc crypto: crypto4xx - rename ce_ring_contol to ce_ring_control by Colin Ian King · 8 years ago
  34. 4c36941 crypto: crypto4xx - Fix size used in dma_free_coherent() by Christophe Jaillet · 8 years ago
  35. 5343e67 crypto4xx: integrate ppc4xx-rng into crypto4xx by Christian Lamparter · 9 years ago
  36. 7aff7d0 crypto: amcc - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  37. 76804eb crypto: amcc - replace get_sg_count by sg_nents_for_len by LABBE Corentin · 9 years ago
  38. 3dc1597 crypto: amcc - Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  39. 58268e5 crypto: amcc - Do a NULL check for pointer by Fabio Estevam · 9 years ago
  40. 1eb8a1b crypto: amcc - remove incorrect __init/__exit markups by Dmitry Torokhov · 10 years ago
  41. 4c1ada8 crypto: amcc - Remove unused function by Rickard Strandqvist · 10 years ago
  42. 1a8cdf6 crypto: amcc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  43. 13269ec crypto: drivers - Add 2 missing __exit_p by Jean Delvare · 11 years ago
  44. 2be9d96 crypto: crypto4xx - Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  45. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  46. 3a4eac7 crypto: crypto4xx - Staticize local symbols by Jingoo Han · 11 years ago
  47. b48ae1d crypto: crypto4xx - fix error return code by Peter Senna Tschudin · 12 years ago
  48. bdd3f7f crypto: crypto4xx - move up err_request_irq label by Julia Lawall · 13 years ago
  49. 741e8c2 crypto: convert drivers/crypto/* to use module_platform_driver() by Axel Lin · 13 years ago
  50. c569746 crypto: crypto4xx - Perform read/modify/write on device control register by Josh Boyer · 14 years ago
  51. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  52. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  53. 188e213 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  54. 6d388b4 crypto: Makefile - replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  55. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  56. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  57. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
  58. 7cea8cc of/crypto: crypto4xx_core.c: fix build breakage by Anatolij Gustschin · 15 years ago
  59. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  61. 6c3f975 crypto: Make Open Firmware device id constant by Márton Németh · 15 years ago
  62. 305f9db crypto: crypto4xx - Disable SHA implementation by Herbert Xu · 16 years ago
  63. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 16 years ago
  64. 6b1679f crypto: crypto4xx - Use crypto_ahash_set_reqsize by Herbert Xu · 16 years ago
  65. 049359d crypto: amcc - Add crypt4xx driver by James Hsiao · 16 years ago