1. 527b952 n2_crypto: Fix MAU kmem_cache name. by David S. Miller · 14 years ago
  2. ff6c734 n2_crypto: Fix build after of_device/of_platform_driver changes. by David S. Miller · 14 years ago
  3. cf9b59e Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  4. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  5. 60f208d crypto: talitos - add support for sha224 by Kim Phillips · 14 years ago
  6. 497f2e6 crypto: talitos - add hash algorithms by Lee Nipper · 14 years ago
  7. acbf7c62 crypto: talitos - second prepare step for adding ahash algorithms by Lee Nipper · 14 years ago
  8. d5e4aae crypto: talitos - prepare for adding ahash algorithms by Lee Nipper · 14 years ago
  9. 0a625fd crypto: n2 - Add Niagara2 crypto driver by David S. Miller · 14 years ago
  10. 3385329 crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walk by David S. Miller · 14 years ago
  11. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  12. 5bdd5de crypto: mv_cesa - Use resource_size by Tobias Klauser · 14 years ago
  13. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  14. 8628e7c crypto: omap - sha1 & md5 driver by Dmitry Kasatkin · 14 years ago
  15. 9970071 crypto: geode-aes - Fix some code style issues by Chihau Chau · 14 years ago
  16. 750052d crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers by Uri Simchoni · 14 years ago
  17. 0c5c6c4 crypto: mv_cesa - Support processing of data from previous requests by Uri Simchoni · 14 years ago
  18. f0d03de crypto: mv_cesa - Make the copy-back of data optional by Uri Simchoni · 14 years ago
  19. a58094a crypto: mv_cesa - Execute some code via function pointers rathr than direct calls by Uri Simchoni · 14 years ago
  20. 7a5f691 crypto: mv_cesa - Rename a variable to a more suitable name by Uri Simchoni · 14 years ago
  21. 3b61a90 crypto: mv_cesa - Enqueue generic async requests by Uri Simchoni · 14 years ago
  22. 15d4dd3 crypto: mv_cesa - Fix situations where the src sglist spans more data than the request asks for by Uri Simchoni · 14 years ago
  23. f565e67 crypto: mv_cesa - Fix situation where the dest sglist is organized differently than the source sglist by Uri Simchoni · 14 years ago
  24. 6bc6fcd crypto: mv_cesa - Remove compiler warning in mv_cesa driver by Uri Simchoni · 14 years ago
  25. 0328ac2 crypto: mv_cesa - Invoke the user callback from a softirq context by Uri Simchoni · 14 years ago
  26. 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
  27. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  28. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  29. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  30. e054f16 crypto: geode-aes - Fix cip/blk confusion by Roel Kluin · 14 years ago
  31. a8d7ac2 crypto: padlock-sha - Add import/export support by Herbert Xu · 14 years ago
  32. 6c3f975 crypto: Make Open Firmware device id constant by Márton Németh · 15 years ago
  33. faad98f crypto: geode-aes - access .cip instead of .blk in cipher mode by Roel Kluin · 15 years ago
  34. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  35. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  36. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  37. e8edb3c crypto: padlock-aes - Use the correct mask when checking whether copying is required by Chuck Ebbert · 15 years ago
  38. 390dfd9 percpu: make misc percpu symbols unique by Tejun Heo · 15 years ago
  39. 4c6ab3e crypto: padlock-sha - Fix stack alignment by Herbert Xu · 15 years ago
  40. 81eb024 crypto: talitos - add support for 36 bit addressing by Kim Phillips · 15 years ago
  41. 4b99262 crypto: talitos - align locks on cache lines by Kim Phillips · 15 years ago
  42. e41256f crypto: talitos - simplify hmac data size calculation by Kim Phillips · 15 years ago
  43. 85a7f0ac crypto: mv_cesa - Add support for Orion5X crypto engine by Sebastian Andrzej Siewior · 15 years ago
  44. e9b25f1 crypto: padlock - Fix hashing of partial blocks by Herbert Xu · 15 years ago
  45. faae890 crypto: padlock - Fix compile error on i386 by Herbert Xu · 15 years ago
  46. 305f9db crypto: crypto4xx - Disable SHA implementation by Herbert Xu · 15 years ago
  47. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 15 years ago
  48. 6b1679f crypto: crypto4xx - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  49. bbbee46 crypto: padlock - Switch sha to shash by Herbert Xu · 15 years ago
  50. 7d02460 crypto: padlock - Use shash fallback for sha by Herbert Xu · 15 years ago
  51. 8d8409f crypto: padlock-aes - work around Nano CPU errata in CBC mode by Chuck Ebbert · 15 years ago
  52. a76c1c2 crypto: padlock-aes - work around Nano CPU errata in ECB mode by Chuck Ebbert · 15 years ago
  53. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  54. 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 15 years ago
  55. f3d8fe4 crypto: hifn_795x - fix __dev{init,exit} markings by Mike Frysinger · 15 years ago
  56. 2f81741 crypto: padlock - Restore dependency on x86 by Herbert Xu · 15 years ago
  57. d1c8b0a crypto: padlock - Enable on x86_64 by Sebastian Andrzej Siewior · 15 years ago
  58. 962a9c9 crypto: talitos - Avoid unnecessary decrypt check by Kim Phillips · 15 years ago
  59. 19bbbc6 crypto: talitos - containerof related codingstyle by Kim Phillips · 15 years ago
  60. e938e46 crypto: talitos - Whitespace/codingstyle/overrun lines cleanup by Kim Phillips · 15 years ago
  61. 4de9d0b crypto: talitos - Add ablkcipher algorithms by Lee Nipper · 15 years ago
  62. 56af8cd crypto: talitos - scaffolding for new algorithm types by Lee Nipper · 15 years ago
  63. cd208bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  64. acd246b crypto: padlock - Revert aes-all alias to aes by Herbert Xu · 15 years ago
  65. 295c01f crypto: ixp4xx - check firmware for crypto support by Christian Hohnstaedt · 15 years ago
  66. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  67. c54c4de Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  68. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  69. 0d44dc5 crypto: ixp4xx - Fix handling of chained sg buffers by Christian Hohnstaedt · 15 years ago
  70. 562f477 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  71. 1777f1a crypto: ixp4xx - Fix qmgr_request_queue build failure by Krzysztof Hałasa · 15 years ago
  72. a760a66 crypto: api - Fix module load deadlock with fallback algorithms by Herbert Xu · 15 years ago
  73. 049359d crypto: amcc - Add crypt4xx driver by James Hsiao · 15 years ago
  74. 563f346 crypto: sha-s390 - Switch to shash by Herbert Xu · 16 years ago
  75. ca38a81 crypto: talitos - Ack done interrupt in isr instead of tasklet by Lee Nipper · 16 years ago
  76. dad3df2 crypto: remove uses of __constant_{endian} helpers by Harvey Harrison · 16 years ago
  77. 5f459f0 crypto: hifn_795x - Use softirq kernel mapping in bh context by Evgeniy Polyakov · 16 years ago
  78. d6a10c8 crypto: hifn_795x - Fix queue management by Evgeniy Polyakov · 16 years ago
  79. 3ec858d crypto: hifn_795x - Remove some unused cruft by Patrick McHardy · 16 years ago
  80. ed4f92e crypto: hifn_795x - Fix queue processing by Patrick McHardy · 16 years ago
  81. 5df4c0c crypto: hifn_795x - Fix request context corruption by Patrick McHardy · 16 years ago
  82. 3416158 crypto: hifn_795x - Don't copy src sg list by Patrick McHardy · 16 years ago
  83. 75741a0 crypto: hifn_795x - Fix DMA setup by Patrick McHardy · 16 years ago
  84. 420a4b2 crypto: padlock - Avoid resetting cword on successive operations by Herbert Xu · 16 years ago
  85. 4b24ea9 crypto: talitos - Preempt overflow interrupts off-by-one fix by Vishnu Suresh · 16 years ago
  86. fe5720e crypto: talitos - Perform auth check in h/w if on sec 2.1 and above by Kim Phillips · 16 years ago
  87. 1c2e881 crypto: talitos - Implement done interrupt mitigation by Lee Nipper · 16 years ago
  88. 40405f1 crypto: talitos - Pass correct interrupt status to error handler by Kim Phillips · 16 years ago
  89. a44b56c crypto: hifn - Disable driver when physical size exceeds 32 bits by Evgeniy Polyakov · 16 years ago
  90. 596f103 fix talitos by Al Viro · 16 years ago
  91. ba95487 crypto: talitos - Avoid consecutive packets going out with same IV by Kim Phillips · 16 years ago
  92. e491401 crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() by Suresh Siddha · 16 years ago
  93. f3c85bc crypto: talitos - Add handling for SEC 3.x treatment of link table by Lee Nipper · 16 years ago
  94. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  95. c0e741d crypto: talitos - sparse fix by Kim Phillips · 16 years ago
  96. fa86a26 crypto: talitos - Stop leaking memory in error path by Kim Phillips · 16 years ago
  97. 586725f crypto: talitos - Fix GFP flag usage by Kim Phillips · 16 years ago
  98. ec6644d crypto: talitos - Preempt overflow interrupts by Kim Phillips · 16 years ago
  99. 695ad58 crypto: talitos - Correct dst != src case handling by Lee Nipper · 16 years ago
  100. 4aaf087 crypto: talitos - Remove calls to of_node_put by Lee Nipper · 16 years ago