1. 389a539 crypto: scatterwalk - Use sg_chain_ptr on chain entries by Tom Lendacky · 11 years ago
  2. 41da8b5 crypto: scatterwalk - Set the chain pointer indication bit by Tom Lendacky · 11 years ago
  3. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  4. 3fe78ca keys: change asymmetric keys to use common hash definitions by Dmitry Kasatkin · 11 years ago
  5. ee08997 crypto: provide single place for hash algo information by Dmitry Kasatkin · 11 years ago
  6. bc6e2bd crypto: authenc - Export key parsing helper function by Mathias Krause · 11 years ago
  7. 6bf37e5 crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks by James Yonan · 11 years ago
  8. 1573801 KEYS: Store public key algo ID in public_key_signature struct by David Howells · 11 years ago
  9. 67f7d60b KEYS: Store public key algo ID in public_key struct by David Howells · 11 years ago
  10. 206ce59 KEYS: Move the algorithm pointer array from x509 to public_key.c by David Howells · 11 years ago
  11. 9abc4e6 KEYS: Rename public key parameter name arrays by David Howells · 11 years ago
  12. a62b01c crypto: create generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  13. 257aff5 crypto: scatterwalk - Add support for calculating number of SG elements by Joel Fernandes · 11 years ago
  14. bf70fa9 crypto: sha512 - Expose generic sha512 routine to be callable from other modules by Tim Chen · 11 years ago
  15. 35d2c9d crypto: sha256 - Expose SHA256 generic routine to be callable externally. by Tim Chen · 11 years ago
  16. 044ab52 crypto: cast5/cast6 - move lookup tables to shared module by Jussi Kivilinna · 12 years ago
  17. ba1ee07 crypto: vmac - Make VMAC work when blocks aren't aligned by Salman Qazi · 12 years ago
  18. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  19. 4ae71c1 KEYS: Provide signature verification with an asymmetric key by David Howells · 12 years ago
  20. a9681bf KEYS: Asymmetric public-key algorithm crypto key subtype by David Howells · 12 years ago
  21. 35434c5 crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?) by Jussi Kivilinna · 12 years ago
  22. 3cfad0d crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?) by Jussi Kivilinna · 12 years ago
  23. 2b49b90 crypto: cast6 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  24. 270b0c6 crypto: cast5 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  25. 50fc3e8 crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once by Jussi Kivilinna · 12 years ago
  26. 1e12299 crypto: user - Fix lookup of algorithms with IV generator by Steffen Klassert · 12 years ago
  27. f0dfc0b crypto: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  28. 1848205 crypto: serpent-sse2 - add lrw support by Jussi Kivilinna · 13 years ago
  29. ce3fd84 crypto: Unlink and free instances when deleted by Steffen Klassert · 13 years ago
  30. ce00455 crypto: xts: add interface for parallelized cipher implementations by Jussi Kivilinna · 13 years ago
  31. 81559f9 crypto: twofish-x86_64-3way - add lrw support by Jussi Kivilinna · 13 years ago
  32. 6c2205b crypto: lrw - add interface for parallelized cipher implementions by Jussi Kivilinna · 13 years ago
  33. bc83b82 crypto: serpent - export common functions for x86_64/i386-sse2 assembler implementations by Jussi Kivilinna · 13 years ago
  34. b6aa63c crypto: Add a report function pointer to crypto_type by Steffen Klassert · 13 years ago
  35. 52ba867 crypto: blowfish - split generic and common c code by Jussi Kivilinna · 13 years ago
  36. 4619b6b crypto: sha - Fix build error due to crypto_sha1_update by Herbert Xu · 13 years ago
  37. 7c39017 crypto: sha1 - export sha1_update for reuse by Mathias Krause · 13 years ago
  38. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  39. 2149308 crypto: padlock - Move padlock.h into include/crypto by Herbert Xu · 13 years ago
  40. 079f2f7 crypto: scatterwalk - Add scatterwalk_crypto_chain helper by Steffen Klassert · 14 years ago
  41. 03c8efc crypto: af_alg - User-space interface for Crypto API by Herbert Xu · 14 years ago
  42. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  43. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  44. 298c926 crypto: cryptd - Adding the AEAD interface type support to cryptd by Adrian Hoban · 14 years ago
  45. bf06099 crypto: skcipher - Add ablkcipher_walk interfaces by David S. Miller · 14 years ago
  46. 7d6f75e crypto: md5 - Add export support by Max Vozeler · 14 years ago
  47. 5068c7a crypto: pcrypt - Add pcrypt crypto parallelization wrapper by Steffen Klassert · 14 years ago
  48. 2141b63 crypto: hash - Remove legacy hash/digest code by Benjamin Gilbert · 15 years ago
  49. 0e1227d crypto: ghash - Add PCLMULQDQ accelerated implementation by Huang Ying · 15 years ago
  50. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  51. f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 15 years ago
  52. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
  53. ace1366 crypto: cryptd - Add support to access underlaying shash by Huang Ying · 15 years ago
  54. ab30046 crypto: api - Fix aligned ctx helper by Herbert Xu · 15 years ago
  55. 13887ed crypto: sha512_generic - Use 64-bit counters by Herbert Xu · 15 years ago
  56. 1f38ad8 crypto: sha512 - Export struct sha512_state by Herbert Xu · 15 years ago
  57. fa64966 crypto: shash - Fix digest size offset by Herbert Xu · 15 years ago
  58. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 15 years ago
  59. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 15 years ago
  60. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 15 years ago
  61. 9cd899a crypto: cryptd - Switch to template create API by Herbert Xu · 15 years ago
  62. 52861c7 crypto: hash - Add helpers to free spawns by Herbert Xu · 15 years ago
  63. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 15 years ago
  64. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 15 years ago
  65. 2ca33da crypto: api - Remove frontend argument from extsize/init_tfm by Herbert Xu · 15 years ago
  66. fc00127 crypto: ahash - Add crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  67. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 15 years ago
  68. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 15 years ago
  69. aef73cf crypto: async - Use kzfree for requests by Herbert Xu · 15 years ago
  70. 9b2fda7 crypto: sha256_generic - Add export/import support by Herbert Xu · 15 years ago
  71. e2a7ce4 crypto: sha1_generic - Add export/import support by Herbert Xu · 15 years ago
  72. 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 15 years ago
  73. ef5d590 crypto: shash - Add shash_instance_ctx by Herbert Xu · 15 years ago
  74. 0390e6a crypto: shash - Add __crypto_shash_cast by Herbert Xu · 15 years ago
  75. cde6263 crypto: shash - Add crypto_shash_ctx_aligned by Herbert Xu · 15 years ago
  76. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 15 years ago
  77. 7d6f564 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 15 years ago
  78. d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
  79. 9429699 crypto: shash - Add spawn support by Herbert Xu · 15 years ago
  80. 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
  81. 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 15 years ago
  82. 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
  83. f2ac72e crypto: api - Add new template create function by Herbert Xu · 15 years ago
  84. bf68e65 crypto: zlib - New zlib crypto module, using pcomp by Geert Uytterhoeven · 15 years ago
  85. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 15 years ago
  86. 25c38d3 crypto: api - Use dedicated workqueue for crypto subsystem by Huang Ying · 15 years ago
  87. 9749598 crypto: shash - Add crypto_shash_blocksize by Herbert Xu · 15 years ago
  88. 1cac2cb crypto: cryptd - Add support to access underlying blkcipher by Huang Ying · 15 years ago
  89. 109568e crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field by Huang Ying · 15 years ago
  90. 412e87a crypto: shash - Fix tfm destruction by Herbert Xu · 15 years ago
  91. 0ee4a96 crypto: aes - Precompute tables by Herbert Xu · 15 years ago
  92. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  93. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  94. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  95. 7b0bac6 crypto: api - Rebirth of crypto_alloc_tfm by Herbert Xu · 16 years ago
  96. 4a77948 crypto: api - Move type exit function into crypto_tfm by Herbert Xu · 16 years ago
  97. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  98. 5be5e66 crypto: skcipher - Move IV generators into their own modules by Herbert Xu · 16 years ago
  99. 318e531 crypto: hash - Add missing top-level functions by Herbert Xu · 16 years ago
  100. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 16 years ago