1. 44a6b84 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  2. e46e9a4 crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors by Horia Geanta · 12 years ago
  3. de197533 crypto: atmel - add new tests to tcrypt by Nicolas Royer · 12 years ago
  4. 6c79294 crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode by Milan Broz · 12 years ago
  5. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  6. 26c8aae crypto: algapi - Fix hang on crypto allocation by Steffen Klassert · 12 years ago
  7. b9b0f08 crypto: arc4 - now arc needs blockcipher support by Sebastian Andrzej Siewior · 12 years ago
  8. a7378d4 crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  9. 414cb5e crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  10. 964263a crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  11. 1d0debb crypto: serpent-avx: remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  12. 596d875 crypto: serpent-sse2 - split generic glue code to new helper module by Jussi Kivilinna · 12 years ago
  13. a9629d7 crypto: aes_ni - change to use shared ablk_* functions by Jussi Kivilinna · 12 years ago
  14. 30a0400 crypto: twofish-avx - change to use shared ablk_* functions by Jussi Kivilinna · 12 years ago
  15. ffaf915 crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared module by Jussi Kivilinna · 12 years ago
  16. 3987103 crypto: algapi - Move larval completion into algboss by Herbert Xu · 12 years ago
  17. d366db6 crypto: arc4 - improve performance by using u32 for ctx and variables by Jussi Kivilinna · 12 years ago
  18. ce6dd36 crypto: arc4 - improve performance by adding ecb(arc4) by Jussi Kivilinna · 12 years ago
  19. 31b4cd29 crypto: testmgr - add ecb(arc4) speed tests by Jussi Kivilinna · 12 years ago
  20. 7efe407 crypto: serpent - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  21. 4da7de4 crypto: testmgr - expand twofish test vectors by Johannes Goetzfried · 12 years ago
  22. 107778b crypto: twofish - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  23. a482b08 crypto: testmgr - Add new test cases for Blackfin CRC crypto driver by Sonic Zhang · 12 years ago
  24. c80ddb5 Merge tag 'md-3.5' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  25. 0bd3fbd Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  26. 56a5199 crypto: disable preemption while benchmarking RAID5 xor checksumming by Jim Kukunas · 12 years ago
  27. 6a32847 crypto: wait for a full jiffy in do_xor_speed by Jim Kukunas · 12 years ago
  28. b29e267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 12 years ago
  29. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  30. 277b5fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  31. 011e3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  32. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  33. f21a7c1 um: several x86 hw-dependent crypto modules won't build on uml by Al Viro · 12 years ago
  34. d788fec crypto, xor: Sanitize checksumming function selection output by Borislav Petkov · 12 years ago
  35. 25c3d30 crypto: sha512 - Fix byte counter overflow in SHA-512 by Kent Yoder · 12 years ago
  36. 8f6b767 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  37. 6662df3 crypto: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  38. 5219a53 crypto: user - Fix size of netlink dump message by Steffen Klassert · 12 years ago
  39. 1e12299 crypto: user - Fix lookup of algorithms with IV generator by Steffen Klassert · 12 years ago
  40. fbf0ca1 crypto: pcrypt - Use the online cpumask as the default by Steffen Klassert · 12 years ago
  41. 6a0962b crypto: crc32c should use library implementation by Darrick J. Wong · 12 years ago
  42. b871661 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  43. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  44. f0dfc0b crypto: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  45. 0b95ec5 crypto: camellia - add assembler implementation for x86_64 by Jussi Kivilinna · 12 years ago
  46. 617ae7c crypto: camellia - rename camellia.c to camellia_generic.c by Jussi Kivilinna · 12 years ago
  47. e2861a7 crypto: camellia - fix checkpatch warnings by Jussi Kivilinna · 12 years ago
  48. 075e39d crypto: camellia - rename camellia module to camellia_generic by Jussi Kivilinna · 12 years ago
  49. 4de5933 crypto: tcrypt - add more camellia tests by Jussi Kivilinna · 12 years ago
  50. 0840605 crypto: testmgr - add more camellia test vectors by Jussi Kivilinna · 12 years ago
  51. c9b56d3 crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macro by Jussi Kivilinna · 12 years ago
  52. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  53. a18d3af Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  54. d97055e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 12 years ago
  55. f2ea0f5 crypto: sha512 - use standard ror64() by Alexey Dobriyan · 12 years ago
  56. ca81a62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  57. 0cfdec7 crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0 by Jesper Juhl · 12 years ago
  58. 3a92d68 crypto: sha512 - Avoid stack bloat on i386 by Herbert Xu · 12 years ago
  59. 58d7d18 crypto: sha512 - Use binary and instead of modulus by Herbert Xu · 12 years ago
  60. 87f71ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  61. 4b00434 crypto: Add bulk algorithm registration interface by Mark Brown · 12 years ago
  62. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  63. b85a088 crypto: sha512 - use standard ror64() by Alexey Dobriyan · 12 years ago
  64. 51fc6dc crypto: sha512 - reduce stack usage to safe number by Alexey Dobriyan · 12 years ago
  65. 84e31fd crypto: sha512 - make it work, undo percpu message schedule by Alexey Dobriyan · 12 years ago
  66. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  67. 08c70fc crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in Kconfig by Jussi Kivilinna · 13 years ago
  68. feaf0cf crypto: serpent-sse2 - select LRW and XTS by Jussi Kivilinna · 13 years ago
  69. e7cda5d crypto: twofish-x86_64-3way - select LRW and XTS by Jussi Kivilinna · 13 years ago
  70. 5bcf8e6 crypto: xts - remove dependency on EXPERIMENTAL by Jussi Kivilinna · 13 years ago
  71. 2470a2b crypto: lrw - remove dependency on EXPERIMENTAL by Jussi Kivilinna · 13 years ago
  72. 341975b crypto: serpent-sse2 - should select CRYPTO_CRYPTD by Jussi Kivilinna · 13 years ago
  73. 2deed78 crypto: serpent - rename serpent.c to serpent_generic.c by Jussi Kivilinna · 13 years ago
  74. 7f4e3e3 crypto: serpent - cleanup checkpatch errors and warnings by Jussi Kivilinna · 13 years ago
  75. 1848205 crypto: serpent-sse2 - add lrw support by Jussi Kivilinna · 13 years ago
  76. 251496d crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation by Jussi Kivilinna · 13 years ago
  77. 937c30d crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation by Jussi Kivilinna · 13 years ago
  78. 2290c0d Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  79. 4da669a crypto: drop selects of bogus Kconfig symbol by Paul Bolle · 13 years ago
  80. 42a0ddc Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  81. 3acc847 crypto: algapi - Fix build problem with NET disabled by Herbert Xu · 13 years ago
  82. d19978f crypto: fix typo in crypto/Kconfig by Valdis.Kletnieks@vt.edu · 13 years ago
  83. ce3fd84 crypto: Unlink and free instances when deleted by Steffen Klassert · 13 years ago
  84. 505172e crypto: ansi_cprng - enforce key != seed in fips mode by Jarod Wilson · 13 years ago
  85. 131f754 crypto: tcrypt - add xts(twofish) tests by Jussi Kivilinna · 13 years ago
  86. aed265b crypto: testmgr - add xts(twofish) test vectors by Jussi Kivilinna · 13 years ago
  87. 5209c07 crypto: tcrypt - add xts(serpent) tests by Jussi Kivilinna · 13 years ago
  88. 18be20b crypto: testmgr - add xts(serpent) test vectors by Jussi Kivilinna · 13 years ago
  89. ce00455 crypto: xts: add interface for parallelized cipher implementations by Jussi Kivilinna · 13 years ago
  90. f9d2691 crypto: xts - use blocksize constant by Jussi Kivilinna · 13 years ago
  91. 81559f9 crypto: twofish-x86_64-3way - add lrw support by Jussi Kivilinna · 13 years ago
  92. bee3a90 crypto: tcrypt - add lrw(twofish) tests by Jussi Kivilinna · 13 years ago
  93. 0b2a155 crypto: testmgr - add lrw(twofish) test vectors by Jussi Kivilinna · 13 years ago
  94. 87aae4b crypto: tcrypt - add lrw(serpent) tests by Jussi Kivilinna · 13 years ago
  95. d7bfc0f crypto: testmgr - add lrw(serpent) test vectors by Jussi Kivilinna · 13 years ago
  96. 6c2205b crypto: lrw - add interface for parallelized cipher implementions by Jussi Kivilinna · 13 years ago
  97. 171c020 crypto: lrw - split gf128mul table initialization from setkey by Jussi Kivilinna · 13 years ago
  98. 4660720 crypto: lrw - use blocksize constant by Jussi Kivilinna · 13 years ago
  99. b884f8b crypto: lrw - fix memleak by Jussi Kivilinna · 13 years ago
  100. dd6eec2 crypto: serpent - rename module from serpent to serpent_generic by Jussi Kivilinna · 13 years ago