1. 6be48f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  2. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  3. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago
  4. 06e710b crypto: fcrypt - Fix bitoperation for compilation with clang by Jan-Simon Möller · 11 years ago
  5. 257aff5 crypto: scatterwalk - Add support for calculating number of SG elements by Joel Fernandes · 11 years ago
  6. 452ec04 crypto: camellia_generic - replace commas by semicolons and adjust code alignment by Julia Lawall · 11 years ago
  7. fd1a190 crypto: fix typo in comment by Cristian Stoica · 11 years ago
  8. f22d081 crypto: make tables used from assembler __visible by Andi Kleen · 11 years ago
  9. 032c8ca crypto: testmgr - remove double execution of the same test suite by Cristian Stoica · 11 years ago
  10. b48a97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  11. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  12. 0ea8530 crypto: add lz4 Cryptographic API by Chanho Min · 11 years ago
  13. b2c3110 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  14. 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 11 years ago
  15. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  16. 1c8fca1 crypto: sanitize argument for format string by Kees Cook · 11 years ago
  17. 939e177 crypto: algboss - Hold ref count on larval by Herbert Xu · 11 years ago
  18. da5ffe1 crypto: testmgr - test hash implementations with unaligned buffers by Jussi Kivilinna · 11 years ago
  19. 58dcf54 crypto: testmgr - test AEADs with unaligned buffers by Jussi Kivilinna · 11 years ago
  20. 3a338f2 crypto: testmgr - test skciphers with unaligned buffers by Jussi Kivilinna · 11 years ago
  21. 5714758 crypto: testmgr - check that entries in alg_test_descs are in correct order by Jussi Kivilinna · 11 years ago
  22. 99f42f9 Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher" by Jussi Kivilinna · 11 years ago
  23. 3d387ef Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" by Jussi Kivilinna · 11 years ago
  24. edb7c7c crypto: blowfish - disable AVX2 implementation by Jussi Kivilinna · 11 years ago
  25. 3ef91f2 crypto: twofish - disable AVX2 implementation by Jussi Kivilinna · 11 years ago
  26. d329581 crypto: sha512_generic - set cra_driver_name by Jussi Kivilinna · 11 years ago
  27. 3976121 crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash by Tim Chen · 11 years ago
  28. 0b95a7f8 crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto transform by Tim Chen · 11 years ago
  29. 2d31e51 crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework by Tim Chen · 11 years ago
  30. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  31. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  32. 3ec39ab raid6test: use prandom_bytes() by Akinobu Mita · 11 years ago
  33. f3f935a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 11 years ago
  34. 56d76c9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher by Jussi Kivilinna · 11 years ago
  35. cf1521a crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher by Jussi Kivilinna · 11 years ago
  36. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  37. ad8b7c3 crypto: tcrypt - add async cipher speed tests for blowfish by Jussi Kivilinna · 11 years ago
  38. 23a836e crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2 by Jussi Kivilinna · 11 years ago
  39. 7643a11 crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 by Jussi Kivilinna · 11 years ago
  40. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 11 years ago
  41. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  42. e448370 crypto: testmgr - add empty test vectors for null ciphers by Jussi Kivilinna · 11 years ago
  43. e9b7441 crypto: testmgr - add AES GMAC test vectors by Jussi Kivilinna · 11 years ago
  44. d733ac9 crypto: gcm - fix rfc4543 to handle async crypto correctly by Jussi Kivilinna · 11 years ago
  45. 9489667d crypto: gcm - make GMAC work when dst and src are different by Jussi Kivilinna · 11 years ago
  46. 87de457 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  47. bf70fa9 crypto: sha512 - Expose generic sha512 routine to be callable from other modules by Tim Chen · 11 years ago
  48. 8275d1a crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  49. 7790ff4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  50. 04b00bd X.509: Support parse long form of length octets in Authority Key Identifier by Chun-Yi Lee · 11 years ago
  51. 72a763d crypto: algif - suppress sending source address information in recvmsg by Mathias Krause · 11 years ago
  52. d02a9a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  53. 35d2c9d crypto: sha256 - Expose SHA256 generic routine to be callable externally. by Tim Chen · 11 years ago
  54. d3dde52 crypto: gcm - fix assumption that assoc has one segment by Jussi Kivilinna · 11 years ago
  55. a84fb79 crypto: user - constify netlink dispatch table by Mathias Krause · 11 years ago
  56. b0af9cd Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhumer/linux by Linus Torvalds · 11 years ago
  57. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  58. 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  59. ca81a1a crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option by Herbert Xu · 11 years ago
  60. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  61. 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  62. 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
  63. 0ec7382 crypto: testmgr - update LZO compression test vectors by Markus F.X.J. Oberhumer · 12 years ago
  64. 8fd61d3 crypto: user - ensure user supplied strings are nul-terminated by Mathias Krause · 11 years ago
  65. e336ed9 crypto: user - fix empty string test in report API by Mathias Krause · 11 years ago
  66. 9a5467b crypto: user - fix info leaks in report API by Mathias Krause · 11 years ago
  67. 3e8afe3 crypto: use ERR_CAST by Julia Lawall · 11 years ago
  68. 66e5bd0 crypto: testmgr - add test vector for fcrypt by Jussi Kivilinna · 11 years ago
  69. 78c37d1 crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation by Alexander Boyko · 11 years ago
  70. 3b4afaf crypto: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  71. 323a6bf powerpc: Add a powerpc implementation of SHA-1 by Michael Ellerman · 12 years ago
  72. 7d28339 async_tx: fix checking of dma_wait_for_async_tx() return value by Bartlomiej Zolnierkiewicz · 12 years ago
  73. 06eeb11 async_tx: fix build for async_memset by Bartlomiej Zolnierkiewicz · 12 years ago
  74. 35fa4db async_tx: add missing DMA unmap to async_memcpy() by Bartlomiej Zolnierkiewicz · 12 years ago
  75. 2c88ae9 async_tx: use memchr_inv by Akinobu Mita · 12 years ago
  76. 69d3150 crypto: ctr - make rfc3686 asynchronous block cipher by Jussi Kivilinna · 11 years ago
  77. 1ed55ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  78. f0ef105 crypto: testmgr - remove superfluous initializers for xts(aes) by Mathias Krause · 12 years ago
  79. 0818904 crypto: testmgr - allow compression algs in fips mode by Milan Broz · 12 years ago
  80. 6726ec4 crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intel by Jussi Kivilinna · 12 years ago
  81. f56349b crypto: testmgr - clean alg_test_null entries in alg_test_descs[] by Jussi Kivilinna · 12 years ago
  82. 4e84c17 crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests by Jussi Kivilinna · 12 years ago
  83. 044ab52 crypto: cast5/cast6 - move lookup tables to shared module by Jussi Kivilinna · 12 years ago
  84. d9b1d2e crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 12 years ago
  85. bf9c518 crypto: tcrypt - add async speed test for camellia cipher by Jussi Kivilinna · 12 years ago
  86. 9efade1 crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption by Jussi Kivilinna · 12 years ago
  87. e080b17 crypto: testmgr - add new larger DES3_EDE testvectors by Jussi Kivilinna · 12 years ago
  88. 8163fc3 crypto: testmgr - add new larger DES testvectors by Jussi Kivilinna · 12 years ago
  89. c3b9e8f crypto: testmgr - add new larger AES testvectors by Jussi Kivilinna · 12 years ago
  90. 9f28e97 crypto: testmgr - expand serpent test vectors by Jussi Kivilinna · 12 years ago
  91. 963ae39 crypto: testmgr - expand blowfish test vectors by Jussi Kivilinna · 12 years ago
  92. be6314b crypto: testmgr - expand camellia test vectors by Jussi Kivilinna · 12 years ago
  93. ba1ee07 crypto: vmac - Make VMAC work when blocks aren't aligned by Salman Qazi · 12 years ago
  94. e3899e4 crypto: tcrypt - Added speed test in tcrypt for crc32c by Tim Chen · 12 years ago
  95. 6a8ce1e crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction by Tim Chen · 12 years ago
  96. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  97. 9db9088 Merge tag 'md-3.7' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  98. af7cf25 add further __init annotations to crypto/xor.c by Jan Beulich · 12 years ago
  99. 2f1c4fe X.509: Convert some printk calls to pr_devel by David Howells · 12 years ago
  100. cf75446 asymmetric keys: fix printk format warning by Randy Dunlap · 12 years ago