1. a7d85e0 crypto: cfb - add support for Cipher FeedBack mode by James Bottomley · 7 years ago
  2. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 7 years ago
  3. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 7 years ago
  4. eb66ecd crypto: xts - remove xts_crypt() by Eric Biggers · 7 years ago
  5. 44893bc crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface by Eric Biggers · 7 years ago
  6. 1af6d03 crypto: x86/camellia - convert to skcipher interface by Eric Biggers · 7 years ago
  7. 451cc49 crypto: x86/camellia - remove XTS algorithm by Eric Biggers · 7 years ago
  8. 6043d34 crypto: x86/camellia - remove LRW algorithm by Eric Biggers · 7 years ago
  9. 44c9b75 crypto: x86/camellia-aesni-avx2 - remove LRW algorithm by Eric Biggers · 7 years ago
  10. 6fcb81b crypto: x86/camellia-aesni-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  11. 09c0f03 crypto: x86/des3_ede - convert to skcipher interface by Eric Biggers · 7 years ago
  12. c167917 crypto: x86/blowfish: convert to skcipher interface by Eric Biggers · 7 years ago
  13. 4bd9692 crypto: x86/cast6-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  14. f51a1fa crypto: x86/cast6-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  15. 1e63183 crypto: x86/cast5-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  16. 0e6ab46 crypto: x86/twofish-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  17. 876e9f0 crypto: x86/twofish-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  18. 37992fa crypto: x86/twofish-3way - convert to skcipher interface by Eric Biggers · 7 years ago
  19. ebeea98 crypto: x86/twofish-3way - remove XTS algorithm by Eric Biggers · 7 years ago
  20. 68bfc49 crypto: x86/twofish-3way - remove LRW algorithm by Eric Biggers · 7 years ago
  21. e16bf97 crypto: x86/serpent-avx,avx2 - convert to skcipher interface by Eric Biggers · 7 years ago
  22. 340b830 crypto: x86/serpent-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  23. e5f382e crypto: x86/serpent-avx2 - remove LRW algorithm by Eric Biggers · 7 years ago
  24. e0f409d crypto: x86/serpent-sse2 - convert to skcipher interface by Eric Biggers · 7 years ago
  25. 8bab4e3 crypto: x86/serpent-sse2 - remove XTS algorithm by Eric Biggers · 7 years ago
  26. 2a05cfc crypto: x86/serpent-sse2 - remove LRW algorithm by Eric Biggers · 7 years ago
  27. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 7 years ago
  28. 41b3316 crypto: speck - add test vectors for Speck64-XTS by Eric Biggers · 7 years ago
  29. c3bb521 crypto: speck - add test vectors for Speck128-XTS by Eric Biggers · 7 years ago
  30. c8c3641 crypto: speck - export common helpers by Eric Biggers · 7 years ago
  31. da7a0ab crypto: speck - add support for the Speck block cipher by Eric Biggers · 7 years ago
  32. 333e18c crypto: testmgr - Fix incorrect values in PKCS#1 test vector by Conor McLoughlin · 7 years ago
  33. 218d1cc crypto: engine - Permit to enqueue all async requests by Corentin LABBE · 7 years ago
  34. 9a69b7a crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_report by Jia-Ju Bai · 7 years ago
  35. 1ca2809 crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt_sign_complete by Jia-Ju Bai · 7 years ago
  36. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
  37. 6f221f7 crypto: hash - Require export/import in ahash by Kamil Konieczny · 7 years ago
  38. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  39. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  40. ba916b6a crypto: sha3-generic - Use __optimize to support old compilers by Geert Uytterhoeven · 7 years ago
  41. 4767b9a crypto: sha3-generic - deal with oversize stack frames by Ard Biesheuvel · 7 years ago
  42. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  43. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  44. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  45. d60031d crypto: testmgr - add new testcases for sha3 by Ard Biesheuvel · 7 years ago
  46. 6657674 crypto: sha3-generic - export init/update/final routines by Ard Biesheuvel · 7 years ago
  47. beeb504 crypto: sha3-generic - simplify code by Ard Biesheuvel · 7 years ago
  48. 83dee2c crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize by Ard Biesheuvel · 7 years ago
  49. c013cee crypto: sha3-generic - fixes for alignment and big endian operation by Ard Biesheuvel · 7 years ago
  50. 466d7b9 crypto: testmgr - test misuse of result in ahash by Kamil Konieczny · 7 years ago
  51. 6e36719 crypto: aes-generic - fix aes-generic regression on powerpc by Arnd Bergmann · 7 years ago
  52. 70cd907 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  53. c9a3ff8 crypto: x86/salsa20 - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  54. eb772f3 crypto: salsa20 - export generic helpers by Eric Biggers · 7 years ago
  55. b62b3db crypto: salsa20-generic - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  56. 148b974 crypto: aes-generic - build with -Os on gcc-7+ by Arnd Bergmann · 7 years ago
  57. dc26c17 crypto: aead - prevent using AEADs without setting key by Eric Biggers · 7 years ago
  58. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  59. 4e1d14b crypto: ghash - remove checks for key being set by Eric Biggers · 7 years ago
  60. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  61. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  62. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  63. fa59b92 crypto: mcryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  64. 841a3ff crypto: cryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  65. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  66. c6ba4f3 crypto: tcrypt - free xoutbuf instead of axbuf by Colin Ian King · 7 years ago
  67. 38dbe2d crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer" by Colin Ian King · 7 years ago
  68. bb30b88 crypto: af_alg - whitelist mask and type by Stephan Mueller · 7 years ago
  69. da1729c crypto: testmgr - change `guard` to unsigned char by Joey Pabalinas · 7 years ago
  70. 8cd579d crypto: scompress - use sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  71. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  72. 4c7dfbd crypto: poly1305 - remove cra_alignmask by Eric Biggers · 7 years ago
  73. fcfbeed crypto: poly1305 - use unaligned access macros to output digest by Eric Biggers · 7 years ago
  74. 8b55107c crypto: algapi - remove unused notifications by Eric Biggers · 7 years ago
  75. ce8614a crypto: algapi - convert cra_refcnt to refcount_t by Eric Biggers · 7 years ago
  76. 9a00674 crypto: algapi - fix NULL dereference in crypto_remove_spawns() by Eric Biggers · 7 years ago
  77. 427988d crypto: tcrypt - add multibuf aead speed test by Gilad Ben-Yossef · 7 years ago
  78. e161c59 crypto: tcrypt - add multibuf skcipher speed test by Gilad Ben-Yossef · 7 years ago
  79. b34a0f67 crypto: tcrypt - add multi buf ahash jiffies test by Gilad Ben-Yossef · 7 years ago
  80. 8fcdc86 crypto: tcrypt - allow setting num of bufs by Gilad Ben-Yossef · 7 years ago
  81. 4431bd4 crypto: tcrypt - fix AEAD decryption speed test by Gilad Ben-Yossef · 7 years ago
  82. 7c3f132 crypto: tcrypt - use multi buf for ahash mb test by Gilad Ben-Yossef · 7 years ago
  83. 0fc0f18 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  84. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  85. d94c3d6 crypto: seqiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  86. 1f83f4d crypto: echainiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  87. f5c421d crypto: gf128mul - remove incorrect comment by Eric Biggers · 7 years ago
  88. 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
  89. cadc9ab crypto: api - Unexport crypto_larval_lookup() by Eric Biggers · 7 years ago
  90. d76c681 crypto: pcrypt - fix freeing pcrypt instances by Eric Biggers · 7 years ago
  91. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  92. e57121d crypto: chacha20poly1305 - validate the digest size by Eric Biggers · 7 years ago
  93. 916b20e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  94. eaf356e crypto: cryptd - make cryptd_max_cpu_qlen module parameter static by Colin Ian King · 7 years ago
  95. b5b9007 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH by Hauke Mehrtens · 7 years ago
  96. d53c513 crypto: af_alg - fix race accessing cipher request by Stephan Mueller · 7 years ago
  97. 9abffc6 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  98. 11edb55 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
  99. 2b4f27c crypto: skcipher - set walk.iv for zero-length inputs by Eric Biggers · 7 years ago
  100. 54c1fb3 X.509: fix comparisons of ->pkey_algo by Eric Biggers · 7 years ago