1. ec8e8df crypto: caam - remove duplicate dev_err by Kim Phillips · 13 years ago
  2. d37d36e crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptor by Kim Phillips · 13 years ago
  3. f3af986 crypto: caam - fix queue interface detection by Kim Phillips · 13 years ago
  4. 9620fd9 crypto: caam - handle interrupt lines shared across rings by Kim Phillips · 13 years ago
  5. bf36275 crypto: omap-sham - hmac calculation bug fix for sha1 base hash by Dmitry Kasatkin · 13 years ago
  6. 528d26f crypto: omap-sham - enable driver for EMU chips by Dmitry Kasatkin · 13 years ago
  7. 07aab76 crypto: omap-sham - remove debug print by Dmitry Kasatkin · 13 years ago
  8. 455e338 crypto: omap-sham - fix concurrent sha1 calculations by Markku Kylanpaa · 13 years ago
  9. a49e490 crypto: s5p-sss - add S5PV210 advanced crypto engine support by Vladimir Zapolskiy · 13 years ago
  10. b3b7f05 crypto: caam - introduce missing kfree by Julia Lawall · 13 years ago
  11. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  12. 40bfc14 crypto: picoxcell - fix possible status FIFO overflow by Jamie Iles · 13 years ago
  13. 0475add crypto: padlock - Add SHA-1/256 module for VIA Nano by Brilly Wu · 13 years ago
  14. 6d00376 crypto: caam - ARRAY_SIZE() vs sizeof() by Dan Carpenter · 13 years ago
  15. cdc712d crypto: caam - dereferencing ERR_PTR on allocation failure by Dan Carpenter · 13 years ago
  16. 54e198d crypto: caam - standardize device tree naming convention to utilize '-vX.Y' by Kim Phillips · 13 years ago
  17. 8e8ec59 crypto: caam - Add support for the Freescale SEC4/CAAM by Kim Phillips · 13 years ago
  18. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  19. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 14 years ago
  20. 4ebb24f dt/sparc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  21. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  22. ce92136 crypto: picoxcell - add support for the picoxcell crypto engines by Jamie Iles · 14 years ago
  23. 36be070 crypto: omap-sham - don't treat NULL clk as an error by Jamie Iles · 14 years ago
  24. 3e50191 crypto: omap-aes - don't treat NULL clk as an error by Jamie Iles · 14 years ago
  25. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  26. 2149308 crypto: padlock - Move padlock.h into include/crypto by Herbert Xu · 14 years ago
  27. dffa184 crypto: n2 - use __devexit not __exit in n2_unregister_algs by Dennis Gilmore · 14 years ago
  28. 41f2977 crypto: mv_cesa - dont return PTR_ERR() of wrong pointer by Roel Kluin · 14 years ago
  29. 6c39d11 crypto: omap-sham - backlog handling fix by Dmitry Kasatkin · 14 years ago
  30. efce41b crypto: omap-aes - checkpatch --file warning fixes by Dmitry Kasatkin · 14 years ago
  31. 83ea7e0 crypto: omap-aes - initialize aes module once per request by Dmitry Kasatkin · 14 years ago
  32. 67a730c crypto: omap-aes - unnecessary code removed by Dmitry Kasatkin · 14 years ago
  33. 21fe976 crypto: omap-aes - error handling implementation improved by Dmitry Kasatkin · 14 years ago
  34. eeb2b20 crypto: omap-aes - redundant locking is removed by Dmitry Kasatkin · 14 years ago
  35. 3bd2e221 crypto: omap-aes - DMA initialization fixes for OMAP off mode by Dmitry Kasatkin · 14 years ago
  36. 887c883 crypto: omap-sham - zero-copy scatterlist handling by Dmitry Kasatkin · 14 years ago
  37. a55b290 crypto: omap-sham - FLAGS_FIRST is redundant and removed by Dmitry Kasatkin · 14 years ago
  38. 3c8d758 crypto: omap-sham - hash-in-progress is stored in hw format by Dmitry Kasatkin · 14 years ago
  39. 798eed5 crypto: omap-sham - crypto_ahash_final() now not need to be called. by Dmitry Kasatkin · 14 years ago
  40. a5d8723 crypto: omap-sham - removed redundunt locking by Dmitry Kasatkin · 14 years ago
  41. 3e133c8 crypto: omap-sham - error handling improved by Dmitry Kasatkin · 14 years ago
  42. c8eb540 crypto: omap-sham - DMA initialization fixes for off mode by Dmitry Kasatkin · 14 years ago
  43. 0c3cf4c crypto: omap-sham - uses digest buffer in request context by Dmitry Kasatkin · 14 years ago
  44. c0caf7b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  45. c054a07 crypto: padlock - Fix AES-CBC handling on odd-block-sized input by Herbert Xu · 14 years ago
  46. 732eacc replace nested max/min macros with {max,min}3 macro by Hagen Paul Pfeifer · 14 years ago
  47. 14bd342 crypto: n2 - dubious error check by Nicolas Kaiser · 14 years ago
  48. 188e213 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  49. 6d388b4 crypto: Makefile - replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  50. f4e523f crypto: hifn_795x - use cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  51. a752447 crypto: talitos - sparse check endian fixes by Kim Phillips · 14 years ago
  52. 0b79824 crypto: talitos - fix checkpatch warning by Kim Phillips · 14 years ago
  53. 1d11911 crypto: talitos - fix warning: 'alg' may be used uninitialized in this function by Kim Phillips · 14 years ago
  54. 50e7816 crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DES by David S. Miller · 14 years ago
  55. 584db6a crypto: omap-sham - Adjust DMA parameters by Samu Onkalo · 14 years ago
  56. 537559a crypto: omap-aes - OMAP2/3 AES hw accelerator driver by Dmitry Kasatkin · 14 years ago
  57. 57a4955 [S390] zcrypt: fix Kconfig dependencies by Heiko Carstens · 14 years ago
  58. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  59. 946880f Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 by Linus Torvalds · 14 years ago
  60. 19e4875 of/sparc: fix build regression from of_device changes by Grant Likely · 14 years ago
  61. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  62. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  63. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  64. b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  65. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  66. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  67. 7260042 crypto: talitos - fix bug in sg_copy_end_to_buffer by Lee Nipper · 14 years ago
  68. 1fb1def crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  69. 7e3de7b crypto: hifn_795x - Remove unused ctx variable by Justin P. Mattock · 14 years ago
  70. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  71. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  72. 5e833bc crypto: talitos - fix ahash for multiple of blocksize by Lee Nipper · 14 years ago
  73. 0f0a8fa crypto: crypto4xx - Fix build breakage by Anatolij Gustschin · 14 years ago
  74. ce05729 IXP4xx: Fix ixp4xx_crypto little-endian operation. by Krzysztof Hałasa · 15 years ago
  75. 50d1e93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6 by Herbert Xu · 14 years ago
  76. 7cc2835 crypto: mv_cesa - fixup error handling in mv_probe() by Dan Carpenter · 14 years ago
  77. 0efbaab crypto: omap - remove unused #include <linux/version.h> by Huang Weiyi · 14 years ago
  78. dc4ccfd n2_crypto: Add HMAC support. by David S. Miller · 14 years ago
  79. 3a2c034 n2_crypto: Make ahash parameterization explicit. by David S. Miller · 14 years ago
  80. 3851110 n2_crypto: Log algorithm success/failure in kernel log. by David S. Miller · 14 years ago
  81. 65a23d6 n2_crypto: Kill n2_base_ctx and helpers. by David S. Miller · 14 years ago
  82. c9aa55e n2_crypto: Plumb fallback ahash requests properly. by David S. Miller · 14 years ago
  83. 527b952 n2_crypto: Fix MAU kmem_cache name. by David S. Miller · 14 years ago
  84. ff6c734 n2_crypto: Fix build after of_device/of_platform_driver changes. by David S. Miller · 14 years ago
  85. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  86. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  87. 60f208d crypto: talitos - add support for sha224 by Kim Phillips · 14 years ago
  88. 497f2e6 crypto: talitos - add hash algorithms by Lee Nipper · 14 years ago
  89. acbf7c62 crypto: talitos - second prepare step for adding ahash algorithms by Lee Nipper · 14 years ago
  90. d5e4aae crypto: talitos - prepare for adding ahash algorithms by Lee Nipper · 14 years ago
  91. 0a625fd crypto: n2 - Add Niagara2 crypto driver by David S. Miller · 14 years ago
  92. 3385329 crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walk by David S. Miller · 14 years ago
  93. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  94. 5bdd5de crypto: mv_cesa - Use resource_size by Tobias Klauser · 14 years ago
  95. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  96. 8628e7c crypto: omap - sha1 & md5 driver by Dmitry Kasatkin · 14 years ago
  97. 9970071 crypto: geode-aes - Fix some code style issues by Chihau Chau · 14 years ago
  98. 750052d crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers by Uri Simchoni · 14 years ago
  99. 0c5c6c4 crypto: mv_cesa - Support processing of data from previous requests by Uri Simchoni · 14 years ago
  100. f0d03de crypto: mv_cesa - Make the copy-back of data optional by Uri Simchoni · 14 years ago