1. e069efb Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  2. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  3. 8386324 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
  4. 52c7b3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  5. 2f32bfd8 crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPS by Jaswinder Singh Rajput · 15 years ago
  6. 507069c crypto: testmgr - Add ghash algorithm test before provide to users by Youquan, Song · 15 years ago
  7. 7b3cc2b async_tx: build-time toggling of async_{syndrome,xor}_val dma support by Dan Williams · 15 years ago
  8. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  9. 62c5593 crypto: gcm - fix another complete call in complete fuction by Huang Ying · 15 years ago
  10. c2a86a6 sysctl crypto: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  11. bf699c9 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  12. 3e02e5c crypto: ghash-intel - Fix building failure on x86_32 by Huang Ying · 15 years ago
  13. fa4ef8a crypto: testmgr - Fix warning by Felipe Contreras · 15 years ago
  14. 2024e7d crypto: ansi_cprng - Fix test in get_prng_bytes by Roel Kluin · 15 years ago
  15. da17bf4 async_tx: fix asynchronous raid6 recovery for ddf layouts by Dan Williams · 15 years ago
  16. 030b077 async_pq: rename scribble page by Dan Williams · 15 years ago
  17. 5676470 async_pq: kill a stray dma_map() call and other cleanups by Dan Williams · 15 years ago
  18. 085751b crypto: api - Remove digest case from procfs show handler by Benjamin Gilbert · 15 years ago
  19. 2141b63 crypto: hash - Remove legacy hash/digest code by Benjamin Gilbert · 15 years ago
  20. 667b629 crypto: ansi_cprng - Add FIPS wrapper by Neil Horman · 15 years ago
  21. 0e1227d crypto: ghash - Add PCLMULQDQ accelerated implementation by Huang Ying · 15 years ago
  22. b2141e6 raid6/async_tx: handle holes in block list in async_syndrome_val by NeilBrown · 15 years ago
  23. 5dd33c9 md/async: don't pass a memory pointer as a page pointer. by NeilBrown · 15 years ago
  24. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  25. 4b3df56 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus by NeilBrown · 15 years ago
  26. 1f6672d async_tx/raid6: add missing dma_unmap calls to the async fail case by Dan Williams · 15 years ago
  27. 1b6df69 raid6test: fix stack overflow by Dan Williams · 15 years ago
  28. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  29. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  30. 83544ae dmaengine, async_tx: support alignment checks by Dan Williams · 15 years ago
  31. 138f4c3 dmaengine, async_tx: add a "no channel switch" allocator by Dan Williams · 15 years ago
  32. 0403e38 dmaengine: add fence support by Dan Williams · 15 years ago
  33. f9dd213 Merge branch 'md-raid6-accel' into ioat3.2 by Dan Williams · 15 years ago
  34. a348a7e6 Merge commit 'v2.6.31-rc1' into dmaengine by Dan Williams · 15 years ago
  35. e9ee3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  36. f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 15 years ago
  37. 2bf2901 crypto: api - Do not displace newly registered algorithms by Herbert Xu · 15 years ago
  38. cb3c829 async_tx: raid6 recovery self test by Dan Williams · 15 years ago
  39. 0a82a62 async_tx: add support for asynchronous RAID6 recovery operations by Dan Williams · 15 years ago
  40. b2f46fd async_tx: add support for asynchronous GF multiplication by Dan Williams · 15 years ago
  41. 95475e5 async_tx: remove walk of tx->parent chain in dma_wait_for_async_tx by Dan Williams · 15 years ago
  42. af1f951 async_tx: kill needless module_{init|exit} by Dan Williams · 15 years ago
  43. ad283ea async_tx: add sum check flags by Dan Williams · 15 years ago
  44. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
  45. a367b17 crypto: ansi_cprng - Fix module initialization by Steffen Klassert · 15 years ago
  46. 36f87a4 crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx by Steffen Klassert · 15 years ago
  47. 4e4ed83 crypto: fips - Depend on ansi_cprng by Neil Horman · 15 years ago
  48. 63b5ac2 crypto: blkcipher - Do not use eseqiv on stream ciphers by Herbert Xu · 15 years ago
  49. aef2713 crypto: ctr - Use chainiv on raw counter mode by Herbert Xu · 15 years ago
  50. 73fec12 Revert crypto: fips - Select CPRNG by Herbert Xu · 15 years ago
  51. a8ccc39 crypto: rng - Fix typo by Christian Kujau · 15 years ago
  52. ace1366 crypto: cryptd - Add support to access underlaying shash by Huang Ying · 15 years ago
  53. 9382d97 crypto: gcm - Use GHASH digest algorithm by Huang Ying · 15 years ago
  54. 2cdc689 crypto: ghash - Add GHASH digest algorithm for GCM by Huang Ying · 15 years ago
  55. cbdcf80 crypto: authenc - Convert to ahash by Steffen Klassert · 15 years ago
  56. db06816 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  57. 0b767b4 crypto: hmac - Prehash ipad/opad by Herbert Xu · 15 years ago
  58. 7b4ffcf crypto: aes - Undefined behaviour in crypto_aes_expand_key by Phil Carmody · 15 years ago
  59. 0044f3e crypto: shash - Test for the algorithms import function before exporting it by Steffen Klassert · 15 years ago
  60. 5befbd5 crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep by Steffen Klassert · 15 years ago
  61. f592682 crypto: shash - Require all algorithms to support export/import by Herbert Xu · 15 years ago
  62. 13887ed crypto: sha512_generic - Use 64-bit counters by Herbert Xu · 15 years ago
  63. 1f38ad8 crypto: sha512 - Export struct sha512_state by Herbert Xu · 15 years ago
  64. ac95301 crypto: xcbc - Fix shash conversion by Herbert Xu · 15 years ago
  65. b588ef6 crypto: xcbc - Use crypto_xor by Herbert Xu · 15 years ago
  66. 6fba00d crypto: cryptd - Add finup/export/import for hash by Herbert Xu · 15 years ago
  67. cbc86b9 crypto: shash - Fix async finup handling of null digest by Herbert Xu · 15 years ago
  68. a70c522 crypto: ahash - Fix setkey crash by Herbert Xu · 15 years ago
  69. b5ebd44 crypto: xcbc - Fix incorrect error value when creating instance by Herbert Xu · 15 years ago
  70. 3b3fc32 crypto: hmac - Fix incorrect error value when creating instance by Herbert Xu · 15 years ago
  71. 05ed875 crypto: cryptd - Fix uninitialized return value by Steffen Klassert · 15 years ago
  72. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 15 years ago
  73. 093900c crypto: ahash - Use GFP_KERNEL in unaligned setkey by Herbert Xu · 15 years ago
  74. 0e2d3a1 crypto: shash - Fix alignment in unaligned operations by Herbert Xu · 15 years ago
  75. 8c32c51 crypto: hash - Zap unaligned buffers by Herbert Xu · 15 years ago
  76. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 15 years ago
  77. 0b535ad crypto: cryptd - Switch to new style ahash by Herbert Xu · 15 years ago
  78. 9cd899a crypto: cryptd - Switch to template create API by Herbert Xu · 15 years ago
  79. 7be380f crypto: tcrypt - Add mask parameter by Herbert Xu · 15 years ago
  80. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 15 years ago
  81. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 15 years ago
  82. 2ca33da crypto: api - Remove frontend argument from extsize/init_tfm by Herbert Xu · 15 years ago
  83. 0d6669e crypto: cryptd - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  84. 46309d8 crypto: cryptd - Use shash algorithms by Herbert Xu · 15 years ago
  85. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 15 years ago
  86. 6941c3a crypto: hash - Remove legacy hash/digest implementaion by Herbert Xu · 15 years ago
  87. 9ef074f crypto: authenc - Remove reference to crypto_hash by Herbert Xu · 15 years ago
  88. 3106caa crypto: xcbc - Switch to shash by Herbert Xu · 15 years ago
  89. 8bd1209 crypto: hmac - Switch to shash by Herbert Xu · 15 years ago
  90. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 15 years ago
  91. 57cfe44 crypto: shash - Move null setkey check to registration time by Herbert Xu · 15 years ago
  92. 9b2fda7 crypto: sha256_generic - Add export/import support by Herbert Xu · 15 years ago
  93. 3d4d277 crypto: sha256_generic - Use 64-bit counter like sha1 by Herbert Xu · 15 years ago
  94. e2a7ce4 crypto: sha1_generic - Add export/import support by Herbert Xu · 15 years ago
  95. 8267ada crypto: shash - Move finup/digest null checks to registration time by Herbert Xu · 15 years ago
  96. 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 15 years ago
  97. 7ede5a5 crypto: api - Fix crypto_drop_spawn crash on blank spawns by Herbert Xu · 15 years ago
  98. deee228 crypto: shash - Propagate reinit return value by Herbert Xu · 15 years ago
  99. f88ad8d crypto: shash - Use finup in default digest by Herbert Xu · 15 years ago
  100. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 15 years ago