1. 8d8409f crypto: padlock-aes - work around Nano CPU errata in CBC mode by Chuck Ebbert · 15 years ago
  2. a76c1c2 crypto: padlock-aes - work around Nano CPU errata in ECB mode by Chuck Ebbert · 15 years ago
  3. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  4. 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 15 years ago
  5. f3d8fe4 crypto: hifn_795x - fix __dev{init,exit} markings by Mike Frysinger · 15 years ago
  6. 2f81741 crypto: padlock - Restore dependency on x86 by Herbert Xu · 15 years ago
  7. d1c8b0a crypto: padlock - Enable on x86_64 by Sebastian Andrzej Siewior · 15 years ago
  8. 962a9c9 crypto: talitos - Avoid unnecessary decrypt check by Kim Phillips · 15 years ago
  9. 19bbbc6 crypto: talitos - containerof related codingstyle by Kim Phillips · 15 years ago
  10. e938e46 crypto: talitos - Whitespace/codingstyle/overrun lines cleanup by Kim Phillips · 15 years ago
  11. 4de9d0b crypto: talitos - Add ablkcipher algorithms by Lee Nipper · 15 years ago
  12. 56af8cd crypto: talitos - scaffolding for new algorithm types by Lee Nipper · 15 years ago
  13. cd208bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  14. acd246b crypto: padlock - Revert aes-all alias to aes by Herbert Xu · 15 years ago
  15. 295c01f crypto: ixp4xx - check firmware for crypto support by Christian Hohnstaedt · 15 years ago
  16. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  17. c54c4de Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  18. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  19. 0d44dc5 crypto: ixp4xx - Fix handling of chained sg buffers by Christian Hohnstaedt · 15 years ago
  20. 562f477 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  21. 1777f1a crypto: ixp4xx - Fix qmgr_request_queue build failure by Krzysztof Hałasa · 15 years ago
  22. a760a66 crypto: api - Fix module load deadlock with fallback algorithms by Herbert Xu · 15 years ago
  23. 049359d crypto: amcc - Add crypt4xx driver by James Hsiao · 15 years ago
  24. 563f346 crypto: sha-s390 - Switch to shash by Herbert Xu · 15 years ago
  25. ca38a81 crypto: talitos - Ack done interrupt in isr instead of tasklet by Lee Nipper · 16 years ago
  26. dad3df2 crypto: remove uses of __constant_{endian} helpers by Harvey Harrison · 16 years ago
  27. 5f459f0 crypto: hifn_795x - Use softirq kernel mapping in bh context by Evgeniy Polyakov · 16 years ago
  28. d6a10c8 crypto: hifn_795x - Fix queue management by Evgeniy Polyakov · 16 years ago
  29. 3ec858d crypto: hifn_795x - Remove some unused cruft by Patrick McHardy · 16 years ago
  30. ed4f92e crypto: hifn_795x - Fix queue processing by Patrick McHardy · 16 years ago
  31. 5df4c0c crypto: hifn_795x - Fix request context corruption by Patrick McHardy · 16 years ago
  32. 3416158 crypto: hifn_795x - Don't copy src sg list by Patrick McHardy · 16 years ago
  33. 75741a0 crypto: hifn_795x - Fix DMA setup by Patrick McHardy · 16 years ago
  34. 420a4b2 crypto: padlock - Avoid resetting cword on successive operations by Herbert Xu · 16 years ago
  35. 4b24ea9 crypto: talitos - Preempt overflow interrupts off-by-one fix by Vishnu Suresh · 16 years ago
  36. fe5720e crypto: talitos - Perform auth check in h/w if on sec 2.1 and above by Kim Phillips · 16 years ago
  37. 1c2e881 crypto: talitos - Implement done interrupt mitigation by Lee Nipper · 16 years ago
  38. 40405f1 crypto: talitos - Pass correct interrupt status to error handler by Kim Phillips · 16 years ago
  39. a44b56c crypto: hifn - Disable driver when physical size exceeds 32 bits by Evgeniy Polyakov · 16 years ago
  40. 596f103 fix talitos by Al Viro · 16 years ago
  41. ba95487 crypto: talitos - Avoid consecutive packets going out with same IV by Kim Phillips · 16 years ago
  42. e491401 crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() by Suresh Siddha · 16 years ago
  43. f3c85bc crypto: talitos - Add handling for SEC 3.x treatment of link table by Lee Nipper · 16 years ago
  44. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  45. c0e741d crypto: talitos - sparse fix by Kim Phillips · 16 years ago
  46. fa86a26 crypto: talitos - Stop leaking memory in error path by Kim Phillips · 16 years ago
  47. 586725f crypto: talitos - Fix GFP flag usage by Kim Phillips · 16 years ago
  48. ec6644d crypto: talitos - Preempt overflow interrupts by Kim Phillips · 16 years ago
  49. 695ad58 crypto: talitos - Correct dst != src case handling by Lee Nipper · 16 years ago
  50. 4aaf087 crypto: talitos - Remove calls to of_node_put by Lee Nipper · 16 years ago
  51. 090657e crypto: ixp4xx - Select CRYPTO_AUTHENC by Imre Kaloz · 16 years ago
  52. 3952f17 crypto: talitos - Add support for sha256 and md5 variants by Lee Nipper · 16 years ago
  53. ebbcf33 crypto: talitos - Use proper form for algorithm driver names by Herbert Xu · 16 years ago
  54. 70bcaca crypto: talitos - Add support for 3des by Lee Nipper · 16 years ago
  55. b43e726 crypto: padlock - Make module loading quieter when hardware isn't available by Jeremy Katz · 16 years ago
  56. 81bef01 crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs by Christian Hohnstaedt · 16 years ago
  57. 9c4a796 crypto: talitos - Freescale integrated security engine (SEC) driver by Kim Phillips · 16 years ago
  58. 0936a94 [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macro by Robert P. J. Day · 16 years ago
  59. 0bea3dc [CRYPTO] hifn: Remove duplicated include by Huang Weiyi · 16 years ago
  60. 692af5d [HIFN]: Have HW invalidate src and dest descriptors after processing by Patrick McHardy · 16 years ago
  61. 85e7e60 [HIFN]: Move command descriptor setup to seperate function by Patrick McHardy · 16 years ago
  62. 6cd3d67 [HIFN]: Fix max queue length value by Patrick McHardy · 16 years ago
  63. 4b804b5 [HIFN]: Properly initialize ivsize for CBC modes by Patrick McHardy · 16 years ago
  64. 281d6bd [HIFN]: Use unique driver names for different algos by Patrick McHardy · 16 years ago
  65. 136f702 [HIFN]: Properly handle requests for less than the full scatterlist by Patrick McHardy · 16 years ago
  66. d069033 [HIFN]: Fix data alignment checks by Patrick McHardy · 16 years ago
  67. 94eaa1b [HIFN]: Handle ablkcipher_walk errors by Patrick McHardy · 16 years ago
  68. 9e70a40 [HIFN]: Indicate asynchronous processing to crypto API by Patrick McHardy · 16 years ago
  69. 7808f07 [HIFN]: Remove printk_ratelimit() for debugging printk by Patrick McHardy · 16 years ago
  70. 3c42cbc [HIFN]: Endianess fixes by Patrick McHardy · 16 years ago
  71. 7dc748e [CRYPTO] padlock-aes: Use generic setkey function by Sebastian Siewior · 16 years ago
  72. 4e2c6d7 [CRYPTO] sha384: Hardware acceleration for s390 by Jan Glauber · 16 years ago
  73. 291dc7c [CRYPTO] sha512: Hardware acceleration for s390 by Jan Glauber · 16 years ago
  74. 2f7c8bd [S390] zcrypt: add support for large random numbers by Ralph Wuerthner · 16 years ago
  75. e68970c drivers/crypto/hifn_795x.c trivial endianness annotations by Al Viro · 16 years ago
  76. f881d82 [HIFN]: Fix invalid config ifdefs for RNG support by Patrick McHardy · 16 years ago
  77. 3f5615e [S390] crypto: move s390 Kconfig options. by Jan Glauber · 16 years ago
  78. 946fef4 [CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is m by Herbert Xu · 16 years ago
  79. eba0e31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  80. 88fb61e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  81. b966b54 [CRYPTO] hifn_795x: Fixup container_of() usage by Alexey Dobriyan · 17 years ago
  82. 866cd90 [CRYPTO] padlock: Only reset the key once for each CBC and ECB operation by Herbert Xu · 17 years ago
  83. 653ebd9 [CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module by Herbert Xu · 17 years ago
  84. f17922b [CRYPTO] geode: Add __dev{init,exit} annotations by Adrian Bunk · 17 years ago
  85. fdc520a [CRYPTO] geode: Use correct encrypt/decrypt function in fallback by Sebastian Siewior · 17 years ago
  86. d2456c6 [CRYPTO] geode: do not copy the IV too often by Sebastian Siewior · 17 years ago
  87. fcd0675 [HIFN]: Add support for using the random number generator by Patrick McHardy · 17 years ago
  88. 37a8023 [HIFN]: Improve PLL initialization by Patrick McHardy · 17 years ago
  89. 332f8840 [CRYPTO] ablkcipher: Add distinct ABLKCIPHER type by Herbert Xu · 17 years ago
  90. 102d49d [CRYPTO] hifn: Add missing includes by Andrew Morton · 17 years ago
  91. 2707b93 [CRYPTO] hifn: Make Kconfig option depend on PCI by Jan Glauber · 17 years ago
  92. a1e6ef2 [CRYPTO] hifn: Schedule callback invocation to tasklet. by Evgeniy Polyakov · 17 years ago
  93. cd7c3bf [CRYPTO] geode: Add fallback for unsupported modes by Sebastian Siewior · 17 years ago
  94. b7a30da [CRYPTO] geode: move defines into a headerfile by Sebastian Siewior · 17 years ago
  95. 1f4e477 [CRYPTO] geode: relax in busy loop and care about return value by Sebastian Siewior · 17 years ago
  96. 2d506d4 [CRYPTO] geode: use consistent IV copy by Sebastian Siewior · 17 years ago
  97. 89e1265 [CRYPTO] aes: Move common defines into a header file by Sebastian Siewior · 17 years ago
  98. f1901f1 [CRYPTO] geode: remove alias by Sebastian Siewior · 17 years ago
  99. c3041f9 [CRYPTO] hifn_795x: Detect weak keys by Evgeniy Polyakov · 17 years ago
  100. f7d0561 [CRYPTO] hifn_795x: HIFN 795x driver by Evgeniy Polyakov · 17 years ago