1. 0b2a155 crypto: testmgr - add lrw(twofish) test vectors by Jussi Kivilinna · 13 years ago
  2. 87aae4b crypto: tcrypt - add lrw(serpent) tests by Jussi Kivilinna · 13 years ago
  3. d7bfc0f crypto: testmgr - add lrw(serpent) test vectors by Jussi Kivilinna · 13 years ago
  4. 6c2205b crypto: lrw - add interface for parallelized cipher implementions by Jussi Kivilinna · 13 years ago
  5. 171c020 crypto: lrw - split gf128mul table initialization from setkey by Jussi Kivilinna · 13 years ago
  6. 4660720 crypto: lrw - use blocksize constant by Jussi Kivilinna · 13 years ago
  7. b884f8b crypto: lrw - fix memleak by Jussi Kivilinna · 13 years ago
  8. dd6eec2 crypto: serpent - rename module from serpent to serpent_generic by Jussi Kivilinna · 13 years ago
  9. bc83b82 crypto: serpent - export common functions for x86_64/i386-sse2 assembler implementations by Jussi Kivilinna · 13 years ago
  10. 7fb7fe4 crypto: tcrypt - add serpent speed tests by Jussi Kivilinna · 13 years ago
  11. 3f3baf3 crypto: tcrypt - add test_acipher_speed by Jussi Kivilinna · 13 years ago
  12. 9d25917 crypto: testmgr - add new serpent test vectors by Jussi Kivilinna · 13 years ago
  13. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  14. dc47d38 Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  15. 5db017a crypto: user - Depend on NET instead of selecting it by Herbert Xu · 13 years ago
  16. 4bb33cc crypto: add module.h to those files that are explicitly using it by Paul Gortmaker · 13 years ago
  17. ea8bdfc crypto: user - Add dependency on NET by Herbert Xu · 13 years ago
  18. e6ea64e crypto: user - Initialise match in crypto_alg_match by Herbert Xu · 13 years ago
  19. 573da62 crypto: testmgr - add twofish tests by Jussi Kivilinna · 13 years ago
  20. 85b63e3 crypto: testmgr - add blowfish test-vectors by Jussi Kivilinna · 13 years ago
  21. ac4385d crypto: whirlpool - count rounds from 0 by Alexey Dobriyan · 13 years ago
  22. 540b97c crypto: Add userspace report for compress type algorithms by Steffen Klassert · 13 years ago
  23. 07a5fa4 crypto: Add userspace report for cipher type algorithms by Steffen Klassert · 13 years ago
  24. 792608e crypto: Add userspace report for rng type algorithms by Steffen Klassert · 13 years ago
  25. a55465d crypto: Add userspace report for pcompress type algorithms by Steffen Klassert · 13 years ago
  26. b735d0a crypto: Add userspace report for nivaead type algorithms by Steffen Klassert · 13 years ago
  27. 6ad414f crypto: Add userspace report for aead type algorithms by Steffen Klassert · 13 years ago
  28. 3e29c10 crypto: Add userspace report for givcipher type algorithms by Steffen Klassert · 13 years ago
  29. 29ffc87 crypto: Add userspace report for ablkcipher type algorithms by Steffen Klassert · 13 years ago
  30. 50496a1 crypto: Add userspace report for blkcipher type algorithms by Steffen Klassert · 13 years ago
  31. 6238cba crypto: Add userspace report for ahash type algorithms by Steffen Klassert · 13 years ago
  32. f4d663c crypto: Add userspace report for shash type algorithms by Steffen Klassert · 13 years ago
  33. 6c5a86f5 crypto: Add userspace report for larval type algorithms by Steffen Klassert · 13 years ago
  34. b6aa63c crypto: Add a report function pointer to crypto_type by Steffen Klassert · 13 years ago
  35. a38f790 crypto: Add userspace configuration API by Steffen Klassert · 13 years ago
  36. 22e5b20 crypto: Export crypto_remove_final by Steffen Klassert · 13 years ago
  37. 89b596b crypto: Export crypto_remove_spawns by Steffen Klassert · 13 years ago
  38. 64a947b crypto: Add a flag to identify crypto instances by Steffen Klassert · 13 years ago
  39. 8280daa crypto: twofish - add 3-way parallel x86_64 assembler implemention by Jussi Kivilinna · 13 years ago
  40. ee5002a crypto: tcrypt - add ctr(twofish) speed test by Jussi Kivilinna · 13 years ago
  41. 7ed47b7d crypto: ghash - Avoid null pointer dereference if no key is set by Nick Bowler · 13 years ago
  42. 64b94ce crypto: blowfish - add x86_64 assembly implementation by Jussi Kivilinna · 13 years ago
  43. 7d47b86 crypto: tcrypt - add ctr(blowfish) speed test by Jussi Kivilinna · 13 years ago
  44. 3f2a5d2 crypto: blowfish - rename C-version to blowfish_generic by Jussi Kivilinna · 13 years ago
  45. 52ba867 crypto: blowfish - split generic and common c code by Jussi Kivilinna · 13 years ago
  46. b2bac6ac crypto: cryptd - Use subsys_initcall to prevent races with aesni by Herbert Xu · 13 years ago
  47. 66be895 crypto: sha1 - SSSE3 based SHA1 implementation for x86-64 by Mathias Krause · 13 years ago
  48. 7c39017 crypto: sha1 - export sha1_update for reuse by Mathias Krause · 13 years ago
  49. bc0b96b crypto: Move md5_transform to lib/md5.c by David S. Miller · 13 years ago
  50. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  51. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  52. a23a334 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  53. 35ed4b3 doc: Kconfig: `to be' -> `be' by Michael Witten · 13 years ago
  54. 6254266 crypto: gf128mul - fix call to memset() by Mathias Krause · 13 years ago
  55. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  56. 269230e crypto: algif_hash - Handle initial af_alg_make_sg error correctly by Herbert Xu · 13 years ago
  57. 36ca239 crypto: sha1_generic - use SHA1_BLOCK_SIZE by Mandeep Singh Baines · 13 years ago
  58. cfa2b54 crypto: arc4 - Fixed coding style issues by Mati Vait · 13 years ago
  59. fae3664 crypto: crc32c - Fixed coding style issue by Mati Vait · 13 years ago
  60. 8af0086 crypto: UML build fixes by Richard Weinberger · 13 years ago
  61. 5165e5b crypto: testmgr - add xts-aes-256 self-test by Jarod Wilson · 13 years ago
  62. 7ab24bf net+crypto: Use vmalloc for zlib inflate buffers. by David S. Miller · 13 years ago
  63. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  64. 0524975 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  65. b23b645 crypto: aesni-intel - Merge with fpu.ko by Andy Lutomirski · 13 years ago
  66. 9996e34 crypto: tcrypt - CTR mode speed test for AES by Jan Glauber · 13 years ago
  67. ba0e14a crypto: testmgr - add support for aes ofb mode by Puneet Saxena · 13 years ago
  68. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  69. 565d76c zlib: slim down zlib_deflate() workspace when possible by Jim Keniston · 13 years ago
  70. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  71. a5079d0 crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  72. f07ef1d crypto: tcrypt - do not attempt to write to readonly variable by David Sterba · 13 years ago
  73. bd1f299 crypto: sha1 - Add test vector to test partial block processing by Herbert Xu · 13 years ago
  74. 18c0ebd crypto: testmgr - mark ghash as fips_allowed by Jarod Wilson · 13 years ago
  75. 2918aa8 crypto: testmgr - mark xts(aes) as fips_allowed by Jarod Wilson · 13 years ago
  76. 33c7c0f crypto: skcipher - remove redundant NULL check by Davidlohr Bueso · 13 years ago
  77. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  78. c73b7d0 crypto: mark crypto workqueues CPU_INTENSIVE by Tejun Heo · 13 years ago
  79. 3181c22 crypto: ripemd - Set module author and update email address by Adrian-Ken Rueegsegger · 13 years ago
  80. 8ad225e crypto: gf128mul - Remove experimental tag by Herbert Xu · 14 years ago
  81. 0686952 crypto: af_alg - fix af_alg memory_allocated data type by Randy Dunlap · 14 years ago
  82. 507cad3 crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets by Miloslav Trmač · 14 years ago
  83. c920fa6 crypto: Use scatterwalk_crypto_chain by Steffen Klassert · 14 years ago
  84. bc97e57e crypto: algif_skcipher - Handle unaligned receive buffer by Herbert Xu · 14 years ago
  85. 0f6bb83 crypto: algif_skcipher - Fixed overflow when sndbuf is page aligned by Herbert Xu · 14 years ago
  86. 7451708 crypto: af_alg - Add dependency on NET by Herbert Xu · 14 years ago
  87. c762be6 crypto: algif_skcipher - Pass on error from af_alg_make_sg by Herbert Xu · 14 years ago
  88. 0d258ef crypto: aesni-intel - Ported implementation to x86-32 by Mathias Krause · 14 years ago
  89. 21ea28a crypto: Makefile clean up by Tracey Dent · 14 years ago
  90. c848459 crypto: Use vzalloc by Joe Perches · 14 years ago
  91. 8ff5909 crypto: algif_skcipher - User-space interface for skcipher operations by Herbert Xu · 14 years ago
  92. fe869cd crypto: algif_hash - User-space interface for hash operations by Herbert Xu · 14 years ago
  93. 03c8efc crypto: af_alg - User-space interface for Crypto API by Herbert Xu · 14 years ago
  94. 69435b9 crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors by Adrian Hoban · 14 years ago
  95. 895be15 crypto: cast5 - simplify if-statements by Nicolas Kaiser · 14 years ago
  96. e2b3483 crypto: pcrypt - Fix use after free on padata_free by Steffen Klassert · 14 years ago
  97. 90246e7 crypto: hash - Fix async import on shash algorithm by Herbert Xu · 14 years ago
  98. e3e1288 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  99. 61ecdb80 mm: strictly nested kmap_atomic() by Peter Zijlstra · 14 years ago
  100. 188e213 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago