1. c0caf7b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  2. c054a07 crypto: padlock - Fix AES-CBC handling on odd-block-sized input by Herbert Xu · 14 years ago
  3. 732eacc replace nested max/min macros with {max,min}3 macro by Hagen Paul Pfeifer · 14 years ago
  4. 14bd342 crypto: n2 - dubious error check by Nicolas Kaiser · 14 years ago
  5. 188e213 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  6. 6d388b4 crypto: Makefile - replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  7. f4e523f crypto: hifn_795x - use cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  8. a752447 crypto: talitos - sparse check endian fixes by Kim Phillips · 14 years ago
  9. 0b79824 crypto: talitos - fix checkpatch warning by Kim Phillips · 14 years ago
  10. 1d11911 crypto: talitos - fix warning: 'alg' may be used uninitialized in this function by Kim Phillips · 14 years ago
  11. 50e7816 crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DES by David S. Miller · 14 years ago
  12. 584db6a crypto: omap-sham - Adjust DMA parameters by Samu Onkalo · 14 years ago
  13. 537559a crypto: omap-aes - OMAP2/3 AES hw accelerator driver by Dmitry Kasatkin · 14 years ago
  14. 57a4955 [S390] zcrypt: fix Kconfig dependencies by Heiko Carstens · 14 years ago
  15. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  16. 946880f Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 by Linus Torvalds · 14 years ago
  17. 19e4875 of/sparc: fix build regression from of_device changes by Grant Likely · 14 years ago
  18. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  19. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  20. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  21. b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  22. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  23. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  24. 7260042 crypto: talitos - fix bug in sg_copy_end_to_buffer by Lee Nipper · 14 years ago
  25. 1fb1def crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  26. 7e3de7b crypto: hifn_795x - Remove unused ctx variable by Justin P. Mattock · 14 years ago
  27. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  28. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  29. 5e833bc crypto: talitos - fix ahash for multiple of blocksize by Lee Nipper · 14 years ago
  30. 0f0a8fa crypto: crypto4xx - Fix build breakage by Anatolij Gustschin · 14 years ago
  31. ce05729 IXP4xx: Fix ixp4xx_crypto little-endian operation. by Krzysztof Hałasa · 14 years ago
  32. 50d1e93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6 by Herbert Xu · 14 years ago
  33. 7cc2835 crypto: mv_cesa - fixup error handling in mv_probe() by Dan Carpenter · 14 years ago
  34. 0efbaab crypto: omap - remove unused #include <linux/version.h> by Huang Weiyi · 14 years ago
  35. dc4ccfd n2_crypto: Add HMAC support. by David S. Miller · 14 years ago
  36. 3a2c034 n2_crypto: Make ahash parameterization explicit. by David S. Miller · 14 years ago
  37. 3851110 n2_crypto: Log algorithm success/failure in kernel log. by David S. Miller · 14 years ago
  38. 65a23d6 n2_crypto: Kill n2_base_ctx and helpers. by David S. Miller · 14 years ago
  39. c9aa55e n2_crypto: Plumb fallback ahash requests properly. by David S. Miller · 14 years ago
  40. 527b952 n2_crypto: Fix MAU kmem_cache name. by David S. Miller · 14 years ago
  41. ff6c734 n2_crypto: Fix build after of_device/of_platform_driver changes. by David S. Miller · 14 years ago
  42. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  43. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  44. 60f208d crypto: talitos - add support for sha224 by Kim Phillips · 14 years ago
  45. 497f2e6 crypto: talitos - add hash algorithms by Lee Nipper · 14 years ago
  46. acbf7c62 crypto: talitos - second prepare step for adding ahash algorithms by Lee Nipper · 14 years ago
  47. d5e4aae crypto: talitos - prepare for adding ahash algorithms by Lee Nipper · 14 years ago
  48. 0a625fd crypto: n2 - Add Niagara2 crypto driver by David S. Miller · 14 years ago
  49. 3385329 crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walk by David S. Miller · 14 years ago
  50. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  51. 5bdd5de crypto: mv_cesa - Use resource_size by Tobias Klauser · 14 years ago
  52. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  53. 8628e7c crypto: omap - sha1 & md5 driver by Dmitry Kasatkin · 14 years ago
  54. 9970071 crypto: geode-aes - Fix some code style issues by Chihau Chau · 14 years ago
  55. 750052d crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers by Uri Simchoni · 14 years ago
  56. 0c5c6c4 crypto: mv_cesa - Support processing of data from previous requests by Uri Simchoni · 14 years ago
  57. f0d03de crypto: mv_cesa - Make the copy-back of data optional by Uri Simchoni · 14 years ago
  58. a58094a crypto: mv_cesa - Execute some code via function pointers rathr than direct calls by Uri Simchoni · 14 years ago
  59. 7a5f691 crypto: mv_cesa - Rename a variable to a more suitable name by Uri Simchoni · 14 years ago
  60. 3b61a90 crypto: mv_cesa - Enqueue generic async requests by Uri Simchoni · 14 years ago
  61. 15d4dd3 crypto: mv_cesa - Fix situations where the src sglist spans more data than the request asks for by Uri Simchoni · 14 years ago
  62. f565e67 crypto: mv_cesa - Fix situation where the dest sglist is organized differently than the source sglist by Uri Simchoni · 14 years ago
  63. 6bc6fcd crypto: mv_cesa - Remove compiler warning in mv_cesa driver by Uri Simchoni · 14 years ago
  64. 0328ac2 crypto: mv_cesa - Invoke the user callback from a softirq context by Uri Simchoni · 14 years ago
  65. 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
  66. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  67. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  68. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  69. e054f16 crypto: geode-aes - Fix cip/blk confusion by Roel Kluin · 14 years ago
  70. a8d7ac2 crypto: padlock-sha - Add import/export support by Herbert Xu · 14 years ago
  71. 6c3f975 crypto: Make Open Firmware device id constant by Márton Németh · 14 years ago
  72. faad98f crypto: geode-aes - access .cip instead of .blk in cipher mode by Roel Kluin · 14 years ago
  73. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  74. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  75. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  76. e8edb3c crypto: padlock-aes - Use the correct mask when checking whether copying is required by Chuck Ebbert · 15 years ago
  77. 390dfd9 percpu: make misc percpu symbols unique by Tejun Heo · 15 years ago
  78. 4c6ab3e crypto: padlock-sha - Fix stack alignment by Herbert Xu · 15 years ago
  79. 81eb024 crypto: talitos - add support for 36 bit addressing by Kim Phillips · 15 years ago
  80. 4b992628 crypto: talitos - align locks on cache lines by Kim Phillips · 15 years ago
  81. e41256f crypto: talitos - simplify hmac data size calculation by Kim Phillips · 15 years ago
  82. 85a7f0a crypto: mv_cesa - Add support for Orion5X crypto engine by Sebastian Andrzej Siewior · 15 years ago
  83. e9b25f1 crypto: padlock - Fix hashing of partial blocks by Herbert Xu · 15 years ago
  84. faae890 crypto: padlock - Fix compile error on i386 by Herbert Xu · 15 years ago
  85. 305f9db crypto: crypto4xx - Disable SHA implementation by Herbert Xu · 15 years ago
  86. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 15 years ago
  87. 6b1679f crypto: crypto4xx - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  88. bbbee46 crypto: padlock - Switch sha to shash by Herbert Xu · 15 years ago
  89. 7d02460 crypto: padlock - Use shash fallback for sha by Herbert Xu · 15 years ago
  90. 8d8409f crypto: padlock-aes - work around Nano CPU errata in CBC mode by Chuck Ebbert · 15 years ago
  91. a76c1c2 crypto: padlock-aes - work around Nano CPU errata in ECB mode by Chuck Ebbert · 15 years ago
  92. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  93. 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 15 years ago
  94. f3d8fe4 crypto: hifn_795x - fix __dev{init,exit} markings by Mike Frysinger · 15 years ago
  95. 2f81741 crypto: padlock - Restore dependency on x86 by Herbert Xu · 15 years ago
  96. d1c8b0a crypto: padlock - Enable on x86_64 by Sebastian Andrzej Siewior · 15 years ago
  97. 962a9c9 crypto: talitos - Avoid unnecessary decrypt check by Kim Phillips · 15 years ago
  98. 19bbbc6 crypto: talitos - containerof related codingstyle by Kim Phillips · 15 years ago
  99. e938e46 crypto: talitos - Whitespace/codingstyle/overrun lines cleanup by Kim Phillips · 15 years ago
  100. 4de9d0b crypto: talitos - Add ablkcipher algorithms by Lee Nipper · 15 years ago