1. 188e213 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  2. db36b90 Blackfin: Rename DES PC2() symbol to avoid collision by David Howells · 14 years ago
  3. 298c926 crypto: cryptd - Adding the AEAD interface type support to cryptd by Adrian Hoban · 14 years ago
  4. 6d8de74 crypto: Kconfig - update broken web addresses by Justin P. Mattock · 14 years ago
  5. 61f953c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  6. e84c548 crypto: fips - FIPS requires algorithm self-tests by Chuck Ebbert · 14 years ago
  7. 2144381d Merge branch 'async' of macbook:git/btrfs-unstable by David Woodhouse · 14 years ago
  8. 00ca28a crypto: testmgr - Default to no tests by Herbert Xu · 14 years ago
  9. 326a634 crypto: testmgr - Fix test disabling option by Herbert Xu · 14 years ago
  10. 23a75ee crypto: hash - Fix handling of small unaligned buffers by Szilveszter Ördög · 14 years ago
  11. b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  12. d3f64e4 crypto: pcrypt - Update pcrypt cpumask according to the padata cpumask notifier by Steffen Klassert · 14 years ago
  13. c57e842 crypto: pcrypt - Rename pcrypt_instance by Steffen Klassert · 14 years ago
  14. e6cc117 padata: Rename padata_alloc functions by Steffen Klassert · 14 years ago
  15. cc74f4b crypto: pcrypt - Dont calulate a callback cpu on empty callback cpumask by Steffen Klassert · 14 years ago
  16. a3fb1e3 pcrypt: Added sysfs interface to pcrypt by Dan Kruchinin · 14 years ago
  17. e15bacb padata: Make two separate cpumasks by Dan Kruchinin · 14 years ago
  18. 83f619f padata: make padata_do_parallel to return zero on success by Steffen Klassert · 14 years ago
  19. 4c87917 padata: Check for valid padata instance on start by Steffen Klassert · 14 years ago
  20. 2716fbf crypto: skcipher - avoid NULL dereference by Jiri Slaby · 14 years ago
  21. 5b04fc1 crypto: twofish: Rename twofish to twofish_generic and add an alias by Joachim Fritschi · 14 years ago
  22. 0b767f9 crypto: testmgr - add an option to disable cryptoalgos' self-tests by Alexander Shishkin · 14 years ago
  23. bc94e59 crypto: pcomp - Fix illegal Kconfig configuration by Herbert Xu · 14 years ago
  24. 50d1e93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6 by Herbert Xu · 14 years ago
  25. 8db0507 crypto: Use ERR_CAST by Julia Lawall · 14 years ago
  26. 6f68fba Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  27. 2a8ba8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  28. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  29. 921bae5 crypto: authenc - Fix cryptlen calculation by Shikhar Khattar · 14 years ago
  30. bf06099 crypto: skcipher - Add ablkcipher_walk interfaces by David S. Miller · 14 years ago
  31. a8f1a05 crypto: testmgr - Add testing for async hashing and update/final by David S. Miller · 14 years ago
  32. beb63da crypto: tcrypt - Add speed tests for async hashing by David S. Miller · 14 years ago
  33. 85c6201 crypto: scatterwalk - Fix scatterwalk_done() test by David S. Miller · 14 years ago
  34. 18eb8ea crypto: shash - Remove usage of CRYPTO_MINALIGN by Herbert Xu · 14 years ago
  35. caa20d97 async_tx: trim dma_async_tx_descriptor in 'no channel switch' case by Dan Williams · 14 years ago
  36. 5157b4a raid6: fix recovery performance regression by Dan Williams · 14 years ago
  37. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  38. c614e10 crypto: algapi - Remove unneeded null check by Dan Carpenter · 14 years ago
  39. a231a1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  40. 180ce7e crypto: authenc - Add EINPROGRESS check by Herbert Xu · 14 years ago
  41. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  42. 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
  43. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 14 years ago
  44. 80a6d7d crypto: pcrypt - Handle crypto_get_attr_type errors by Dan Carpenter · 14 years ago
  45. 304a204 crypto: vmac - Fix big-endian support by Shane Wang · 14 years ago
  46. 18bcc91 crypto: tcrypt - Speed testing support for ghash by Huang Ying · 14 years ago
  47. 269ab45 crypto: internal - Fix checkpatch errors by Richard Hartmann · 14 years ago
  48. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  49. 586fac1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  50. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  51. 50beceb crypto: authenc - Move saved IV in front of the ablkcipher request by Steffen Klassert · 14 years ago
  52. cbb9bf6 crypto: hash - Fix handling of unaligned buffers by Szilveszter Ördög · 14 years ago
  53. 77ba115 crypto: authenc - Use correct ahash complete functions by Steffen Klassert · 14 years ago
  54. eebb111 crypto: md5 - Set statesize by Herbert Xu · 14 years ago
  55. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  56. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 14 years ago
  57. 8d0c123 crypto: aes_generic - Fix checkpatch errors by Richard Hartmann · 14 years ago
  58. 0047e81 crypto: fcrypt - Fix checkpatch errors by Richard Hartmann · 14 years ago
  59. 5b37c19 crypto: ecb - Fix checkpatch errors by Richard Hartmann · 14 years ago
  60. a501121 crypto: des_generic - Fix checkpatch errors by Richard Hartmann · 14 years ago
  61. 9472d76 crypto: deflate - Fix checkpatch errors by Richard Hartmann · 14 years ago
  62. c9af70f crypto: crypto_null - Fix checkpatch errors by Richard Hartmann · 14 years ago
  63. d150975b crypto: cipher - Fix checkpatch errors by Richard Hartmann · 14 years ago
  64. db83aab crypto: crc32 - Fix checkpatch errors by Richard Hartmann · 14 years ago
  65. 0375d66 crypto: compress - Fix checkpatch errors by Richard Hartmann · 14 years ago
  66. 87c3be8 crypto: cast6 - Fix checkpatch errors by Richard Hartmann · 14 years ago
  67. a1f4c92 crypto: cast5 - Fix checkpatch errors by Richard Hartmann · 14 years ago
  68. 621dd36 crypto: camellia - Fix checkpatch errors by Richard Hartmann · 14 years ago
  69. f3542e6 crypto: authenc - Fix checkpatch errors by Richard Hartmann · 14 years ago
  70. 3d01a33 crypto: api - Fix checkpatch errors by Richard Hartmann · 14 years ago
  71. 189bd4b crypto: anubis - Fix checkpatch errors by Richard Hartmann · 14 years ago
  72. 5357c6c crypto: algapi - Fix checkpatch errors by Richard Hartmann · 14 years ago
  73. 0d8fb0a crypto: blowfish - Fix checkpatch errors by Richard Hartmann · 14 years ago
  74. 3922538 crypto: aead - Fix checkpatch errors by Richard Hartmann · 14 years ago
  75. c4ede64 crypto: ablkcipher - Fix checkpatch errors by Richard Hartmann · 14 years ago
  76. 7dd607e crypto: fix typo in Kconfig help text by Jiri Kosina · 14 years ago
  77. 5a1436b crypto: pcrypt - call the complete function on error by Steffen Klassert · 14 years ago
  78. 7d6f75e crypto: md5 - Add export support by Max Vozeler · 14 years ago
  79. 73c89c1 crypto: gcm - Add RFC4543 wrapper for GCM by Tobias Brunner · 14 years ago
  80. 5068c7a crypto: pcrypt - Add pcrypt crypto parallelization wrapper by Steffen Klassert · 14 years ago
  81. 05a6254 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  82. 863b557 crypto: testmgr - Fix complain about lack test for internal used algorithm by Youquan, Song · 15 years ago
  83. e02a0e4 async_tx: expand async raid6 test to cover ioatdma corner case by Dan Williams · 15 years ago
  84. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  85. e069efb Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  86. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  87. 8386324 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
  88. 52c7b3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  89. 2f32bfd crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPS by Jaswinder Singh Rajput · 15 years ago
  90. 507069c crypto: testmgr - Add ghash algorithm test before provide to users by Youquan, Song · 15 years ago
  91. 7b3cc2b async_tx: build-time toggling of async_{syndrome,xor}_val dma support by Dan Williams · 15 years ago
  92. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  93. 62c5593 crypto: gcm - fix another complete call in complete fuction by Huang Ying · 15 years ago
  94. c2a86a6 sysctl crypto: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  95. bf699c9 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  96. e5d8497 async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependencies by David Woodhouse · 15 years ago
  97. 3e02e5c crypto: ghash-intel - Fix building failure on x86_32 by Huang Ying · 15 years ago
  98. fa4ef8a crypto: testmgr - Fix warning by Felipe Contreras · 15 years ago
  99. 2024e7d crypto: ansi_cprng - Fix test in get_prng_bytes by Roel Kluin · 15 years ago
  100. da17bf4 async_tx: fix asynchronous raid6 recovery for ddf layouts by Dan Williams · 15 years ago