1. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 10 years ago
  2. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  3. f5242e5 of/reconfig: Always use the same structure for notifiers by Grant Likely · 10 years ago
  4. f129430 crypto: nx - Fixing the limit number of bytes to be processed by Leonidas S. Barbosa · 10 years ago
  5. 0008511 crypto: nx - Fix SHA concurrence issue and sg limit bounds by Leonidas S. Barbosa · 10 years ago
  6. 5313231 crypto: nx - Moving NX-AES-XCBC to be processed logic by Leonidas S. Barbosa · 10 years ago
  7. e13a79a crypto: nx - Moving NX-AES-GCM to be processed logic by Leonidas S. Barbosa · 10 years ago
  8. c7b675d crypto: nx - Moving NX-AES-ECB to be processed logic by Leonidas S. Barbosa · 10 years ago
  9. 01a5aa0 crypto: nx - Moving limit and bound logic in CTR and fix IV vector by Leonidas S. Barbosa · 10 years ago
  10. 9247f0b crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list bounds by Leonidas S. Barbosa · 10 years ago
  11. ac0f0a8 crypto: nx - Moving NX-AES-CBC to be processed logic by Leonidas S. Barbosa · 10 years ago
  12. ae36e95 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  13. 259092a of: Reorder device tree changes and notifiers by Grant Likely · 10 years ago
  14. 13269ec crypto: drivers - Add 2 missing __exit_p by Jean Delvare · 10 years ago
  15. 639b4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next by Linus Torvalds · 10 years ago
  16. cda4357 crypto/nx/nx-842: dev_set_drvdata can no longer fail by Jean Delvare · 10 years ago
  17. 7ded6e3 crypto: nx - Use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 11 years ago
  18. 0ba3e10 crypto/nx/nx-842: Fix handling of vmalloc addresses by Nathan Fontenot · 11 years ago
  19. 069fa04 crypto: nx - fix SHA-2 for chunks bigger than block size by Marcelo Cerri · 11 years ago
  20. dec0ed6 crypto: nx - fix GCM for zero length messages by Marcelo Cerri · 11 years ago
  21. 41e3173 crypto: nx - fix XCBC for zero length messages by Marcelo Cerri · 11 years ago
  22. 2b188b3 crypto: nx - fix limits to sg lists for AES-CCM by Fionnuala Gunter · 11 years ago
  23. 9d6f1a8 crypto: nx - fix limits to sg lists for AES-XCBC by Fionnuala Gunter · 11 years ago
  24. 7998043 crypto: nx - fix limits to sg lists for AES-GCM by Marcelo Cerri · 11 years ago
  25. 884d981 crypto: nx - fix limits to sg lists for AES-CTR by Marcelo Cerri · 11 years ago
  26. 2d290f0 crypto: nx - fix limits to sg lists for AES-CBC by Marcelo Cerri · 11 years ago
  27. ab74175 crypto: nx - fix limits to sg lists for AES-ECB by Marcelo Cerri · 11 years ago
  28. a8fc391 crypto: nx - add offset to nx_build_sg_lists() by Marcelo Cerri · 11 years ago
  29. b4eba0c crypto: nx - fix nx-aes-gcm verification by jmlatten@linux.vnet.ibm.com · 11 years ago
  30. c849163 crypto: nx - fix concurrency issue by Marcelo Cerri · 11 years ago
  31. cc76daf crypto: nx - saves chaining value from co-processor by Fionnuala Gunter · 11 years ago
  32. d311149 crypto: nx - fix limits to sg lists for SHA-2 by Marcelo Cerri · 11 years ago
  33. 2b7c15c crypto: nx - fix physical addresses added to sg lists by Marcelo Cerri · 11 years ago
  34. 1ad936e drivers/crypto/nx: Fixes for multiple races and issues by Kent Yoder · 12 years ago
  35. 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  36. 1cf3d8b powerpc+of: Add of node/property notification chain for adds and removes by Nathan Fontenot · 12 years ago
  37. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  38. 7187daf powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driver by Michael Ellerman · 12 years ago
  39. 33b58b01 crypto: nx - Remove virt_to_abs() usage in nx-842.c by Michael Ellerman · 12 years ago
  40. 0e16aaf powerpc/crypto: add 842 hardware compression driver by Seth Jennings · 12 years ago
  41. 322cacc powerpc/crypto: rework Kconfig by Seth Jennings · 12 years ago
  42. e15aa36 crypto: drivers - remove cra_list initialization by Jussi Kivilinna · 12 years ago
  43. aef7b31 powerpc/crypto: Build files for the nx device driver by Kent Yoder · 13 years ago
  44. 175e0e2 powerpc/crypto: debugfs routines and docs for the nx device driver by Kent Yoder · 13 years ago
  45. fc482a8 powerpc/crypto: SHA512 hash routines for nx encryption by Kent Yoder · 12 years ago
  46. 528e396 powerpc/crypto: SHA256 hash routines for nx encryption by Kent Yoder · 12 years ago
  47. 6148c1a powerpc/crypto: AES-XCBC mode routines for nx encryption by Kent Yoder · 12 years ago
  48. f2a15f1 powerpc/crypto: AES-GCM mode routines for nx encryption by Kent Yoder · 12 years ago
  49. cc62508 powerpc/crypto: AES-ECB mode routines for nx encryption by Kent Yoder · 12 years ago
  50. 166659b powerpc/crypto: AES-CTR mode routines for nx encryption by Kent Yoder · 12 years ago
  51. a00bd6e powerpc/crypto: AES-CCM mode routines for nx encryption by Kent Yoder · 12 years ago
  52. 856d673 powerpc/crypto: AES-CBC mode routines for nx encryption by Kent Yoder · 12 years ago
  53. ae0222b powerpc/crypto: nx driver code supporting nx encryption by Kent Yoder · 12 years ago