1. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  2. 3b4afaf crypto: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  3. 69d3150 crypto: ctr - make rfc3686 asynchronous block cipher by Jussi Kivilinna · 11 years ago
  4. 1ed55ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  5. f0ef105 crypto: testmgr - remove superfluous initializers for xts(aes) by Mathias Krause · 12 years ago
  6. 0818904 crypto: testmgr - allow compression algs in fips mode by Milan Broz · 12 years ago
  7. 6726ec4 crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intel by Jussi Kivilinna · 12 years ago
  8. f56349b crypto: testmgr - clean alg_test_null entries in alg_test_descs[] by Jussi Kivilinna · 12 years ago
  9. 4e84c17 crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests by Jussi Kivilinna · 12 years ago
  10. 044ab52 crypto: cast5/cast6 - move lookup tables to shared module by Jussi Kivilinna · 12 years ago
  11. d9b1d2e crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 12 years ago
  12. bf9c518 crypto: tcrypt - add async speed test for camellia cipher by Jussi Kivilinna · 12 years ago
  13. 9efade1 crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption by Jussi Kivilinna · 12 years ago
  14. e080b17 crypto: testmgr - add new larger DES3_EDE testvectors by Jussi Kivilinna · 12 years ago
  15. 8163fc3 crypto: testmgr - add new larger DES testvectors by Jussi Kivilinna · 12 years ago
  16. c3b9e8f crypto: testmgr - add new larger AES testvectors by Jussi Kivilinna · 12 years ago
  17. 9f28e97 crypto: testmgr - expand serpent test vectors by Jussi Kivilinna · 12 years ago
  18. 963ae39 crypto: testmgr - expand blowfish test vectors by Jussi Kivilinna · 12 years ago
  19. be6314b crypto: testmgr - expand camellia test vectors by Jussi Kivilinna · 12 years ago
  20. ba1ee07 crypto: vmac - Make VMAC work when blocks aren't aligned by Salman Qazi · 12 years ago
  21. e3899e4 crypto: tcrypt - Added speed test in tcrypt for crc32c by Tim Chen · 12 years ago
  22. 6a8ce1e crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction by Tim Chen · 12 years ago
  23. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  24. 9db9088 Merge tag 'md-3.7' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  25. af7cf25 add further __init annotations to crypto/xor.c by Jan Beulich · 12 years ago
  26. 2f1c4fe X.509: Convert some printk calls to pr_devel by David Howells · 12 years ago
  27. cf75446 asymmetric keys: fix printk format warning by Randy Dunlap · 12 years ago
  28. a5752d1 MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking by David Howells · 12 years ago
  29. c26fd69 X.509: Add a crypto key parser for binary (DER) X.509 certificates by David Howells · 12 years ago
  30. 0b1568a RSA: Fix signature verification for shorter signatures by David Howells · 12 years ago
  31. 612e0fe RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] by David Howells · 12 years ago
  32. 4ae71c1 KEYS: Provide signature verification with an asymmetric key by David Howells · 12 years ago
  33. a9681bf KEYS: Asymmetric public-key algorithm crypto key subtype by David Howells · 12 years ago
  34. 46c6f17 KEYS: Asymmetric key pluggable data parsers by David Howells · 12 years ago
  35. 964f3b3 KEYS: Implement asymmetric key type by David Howells · 12 years ago
  36. d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  37. 97da37b crypto: Build SPARC DES algorithms on SPARC only. by Dave Jones · 12 years ago
  38. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  39. a20acf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 12 years ago
  40. 54216bb crypto: tcrypt - add missing tests for camellia and ghash by Jussi Kivilinna · 12 years ago
  41. d8a32ac crypto: testmgr - make test_aead also test 'dst != src' code paths by Jussi Kivilinna · 12 years ago
  42. 08d6af8 crypto: testmgr - make test_skcipher also test 'dst != src' code paths by Jussi Kivilinna · 12 years ago
  43. 549595a crypto: testmgr - add test vectors for CTR mode IV increasement by Jussi Kivilinna · 12 years ago
  44. 9cac3a2 crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6) by Jussi Kivilinna · 12 years ago
  45. f44d83d crypto: testmgr - allow non-multi page and multi page skcipher tests from same test template by Jussi Kivilinna · 12 years ago
  46. b6f3fef crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable() by Suresh Siddha · 12 years ago
  47. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  48. 9b2f4cb crypto: authenc - Fix crash with zero-length assoc data by Herbert Xu · 12 years ago
  49. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  50. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  51. c2b3711 crypto: 842 - remove .cra_list initialization by Jussi Kivilinna · 12 years ago
  52. 312639b Revert "[CRYPTO] cast6: inline bloat--" by Jussi Kivilinna · 12 years ago
  53. 66ce0b0 crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?) by Jussi Kivilinna · 12 years ago
  54. f0be44f arm/crypto: Add optimized AES and SHA1 routines by David McCullough · 12 years ago
  55. 81658ad sparc64: Add CAMELLIA driver making use of the new camellia opcodes. by David S. Miller · 12 years ago
  56. c5aac2d sparc64: Add DES driver making use of the new des opcodes. by David S. Miller · 12 years ago
  57. 442a7c4 sparc64: Add CRC32C driver making use of the new crc32c opcode. by David S. Miller · 12 years ago
  58. 9bf4852d sparc64: Add AES driver making use of the new aes opcodes. by David S. Miller · 12 years ago
  59. fa4dfed sparc64: Add MD5 driver making use of the 'md5' instruction. by David S. Miller · 12 years ago
  60. 775e0c6 sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. by David S. Miller · 12 years ago
  61. 86c93b2 sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. by David S. Miller · 12 years ago
  62. 4ff28d4 sparc64: Add SHA1 driver making use of the 'sha1' instruction. by David S. Miller · 12 years ago
  63. 023af60 crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines by Jussi Kivilinna · 12 years ago
  64. 35a1fc1 powerpc/crypto: add 842 crypto driver by Seth Jennings · 12 years ago
  65. 4ea1277 crypto: cast6 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  66. 9b8b040 crypto: testmgr - add larger cast6 testvectors by Johannes Goetzfried · 12 years ago
  67. 2b49b90 crypto: cast6 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  68. 4d6d6a2 crypto: cast5 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  69. a2c5826 crypto: testmgr - add larger cast5 testvectors by Johannes Goetzfried · 12 years ago
  70. 270b0c6 crypto: cast5 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  71. 77ec2e7 crypto: cleanup - remove unneeded crypto_alg.cra_list initializations by Jussi Kivilinna · 12 years ago
  72. f4b0277 crypto: whirlpool - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  73. 648b2a1 crypto: sha512 - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  74. 6aeb49b crypto: sha256 - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  75. a5e7a2d crypto: tiger - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  76. 50fc3e8 crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once by Jussi Kivilinna · 12 years ago
  77. 8fc229a crypto: ansi_cprng - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  78. bbc406b crypto: serpent - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  79. 9935e6d crypto: des - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  80. 70a03bf crypto: crypto_null - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  81. 738206d3 crypto: tea - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  82. 44a6b84 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  83. e46e9a4 crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors by Horia Geanta · 12 years ago
  84. de197533 crypto: atmel - add new tests to tcrypt by Nicolas Royer · 12 years ago
  85. 6c79294 crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode by Milan Broz · 12 years ago
  86. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  87. 26c8aae crypto: algapi - Fix hang on crypto allocation by Steffen Klassert · 12 years ago
  88. b9b0f08 crypto: arc4 - now arc needs blockcipher support by Sebastian Andrzej Siewior · 12 years ago
  89. a7378d4 crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  90. 414cb5e crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  91. 964263a crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  92. 1d0debb crypto: serpent-avx: remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  93. 596d875 crypto: serpent-sse2 - split generic glue code to new helper module by Jussi Kivilinna · 12 years ago
  94. a9629d7 crypto: aes_ni - change to use shared ablk_* functions by Jussi Kivilinna · 12 years ago
  95. 30a0400 crypto: twofish-avx - change to use shared ablk_* functions by Jussi Kivilinna · 12 years ago
  96. ffaf915 crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared module by Jussi Kivilinna · 12 years ago
  97. 3987103 crypto: algapi - Move larval completion into algboss by Herbert Xu · 12 years ago
  98. d366db6 crypto: arc4 - improve performance by using u32 for ctx and variables by Jussi Kivilinna · 12 years ago
  99. ce6dd36 crypto: arc4 - improve performance by adding ecb(arc4) by Jussi Kivilinna · 12 years ago
  100. 31b4cd29 crypto: testmgr - add ecb(arc4) speed tests by Jussi Kivilinna · 12 years ago