1. d9f8e18 Merge branch 'linux-4.14.y' of https://github.com/openela/kernel-lts into android-4.14-phoenix by Tim Zimmermann · 11 months ago
  2. f63a7bf crypto: algif_aead - Only wake up when ctx->more is zero by Herbert Xu · 4 years, 10 months ago
  3. ed2edd7 crypto: af_alg - make some functions static by Eric Biggers · 6 years ago
  4. 2ebc6e4 Merge branch 'linux-4.14.y' of https://github.com/openela/kernel-lts into android-4.14-phoenix by Tim Zimmermann · 12 months ago
  5. 1371d1a crypto: af_alg - Disallow multiple in-flight AIO requests by Herbert Xu · 1 year, 3 months ago
  6. d73f58a Merge 4.14.285 into android-4.14-stable by Eric Biggers · 2 years, 9 months ago
  7. 9ed7b5b crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 2 years, 9 months ago
  8. b05392d crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 2 years, 9 months ago
  9. b1fb007 crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 2 years, 9 months ago
  10. 80bc830 crypto: drbg - always seeded with SP800-90B compliant noise source by Stephan Müller · 5 years ago
  11. 0c03d0732 crypto: drbg - add FIPS 140-2 CTRNG for noise source by Stephan Mueller · 6 years ago
  12. c8e06a4 random: replace custom notifier chain with standard one by Jason A. Donenfeld · 3 years ago
  13. 9139374 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  14. 4d4b3fc random: early initialization of ChaCha constants by Dominik Brodowski · 3 years, 2 months ago
  15. 84647ef random: initialize ChaCha20 constants with correct endianness by Eric Biggers · 4 years ago
  16. b44b759 crypto: blake2s - adjust include guard naming by Eric Biggers · 4 years, 3 months ago
  17. 34dc98c crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h> by Eric Biggers · 4 years, 3 months ago
  18. 6668071 lib/crypto: blake2s: move hmac construction into wireguard by Jason A. Donenfeld · 3 years, 2 months ago
  19. 6adb419 crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 5 years ago
  20. f83ff02 crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  21. 1dff798 Merge 4.14.247 into android-4.14-stable by Greg Kroah-Hartman · 3 years, 6 months ago
  22. 5ea8f96 crypto: public_key: fix overflow during implicit conversion by zhenwei pi · 3 years, 7 months ago
  23. 7b74d84 Merge 4.14.240 into android-4.14-stable by Greg Kroah-Hartman · 3 years, 8 months ago
  24. 391b50b crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 9 months ago
  25. 22dc72c Merge 4.14.233 into android-4.14-stable by Greg Kroah-Hartman · 3 years, 10 months ago
  26. 417ec24 crypto: api - check for ERR pointers in crypto_destroy_tfm() by Ard Biesheuvel · 4 years ago
  27. fa6adf6 Merge 4.14.188 into android-4.14-stable by Greg Kroah-Hartman · 4 years, 8 months ago
  28. 687ca6a crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 9 months ago
  29. 7db2b9c BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  30. daa2c34 FROMGIT: crypto: poly1305 - add Poly1305 core API by Eric Biggers · 6 years ago
  31. 14b22e5 FROMGIT: crypto: poly1305 - use structures for key and accumulator by Eric Biggers · 6 years ago
  32. 4c11fdd BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  33. fd5e601 BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  34. 5fad542 BACKPORT, FROMGIT: crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  35. 20d9784 FROMGIT: crypto: chacha20-generic - add HChaCha20 library function by Eric Biggers · 6 years ago
  36. e72d230 UPSTREAM: crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  37. 6c6087b UPSTREAM: crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  38. fef6a1c Revert "FROMGIT: crypto: speck - export common helpers" by Alistair Strachan · 6 years ago
  39. dd4a332 Merge 4.14.64 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  40. e7aefb1 crypto: vmac - separate tfm and request context by Eric Biggers · 7 years ago
  41. 85ab9a0 Merge 4.14.24 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  42. 36d0a67 crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  43. b456dae FROMGIT: crypto: speck - export common helpers by Eric Biggers · 7 years ago
  44. 2f00eb2 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  45. b806c0c crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  46. b8b32e2 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  47. cffaf2b crypto: gcm - add GCM IV size constant by Corentin LABBE · 8 years ago
  48. 8899059 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  49. 902ae89 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  50. 7f21961 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  51. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  52. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 8 years ago
  53. 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 8 years ago
  54. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 8 years ago
  55. a7c391f crypto: algapi - use separate dst and src operands for __crypto_xor() by Ard Biesheuvel · 8 years ago
  56. 333706b crypto: Add akcipher_set_reqsize() function by Gary R Hook · 8 years ago
  57. 66d3994 crypto: kpp - add get/set_flags helpers by Tudor-Dan Ambarus · 8 years ago
  58. 88d58ef crypto: engine - replace pr_xxx by dev_xxx by Corentin LABBE · 8 years ago
  59. 561f8e2 crypto: akcipher - assume key is already set in maxsize by Tudor-Dan Ambarus · 8 years ago
  60. c444b8d crypto: kpp - assume key is already set in maxsize by Tudor-Dan Ambarus · 8 years ago
  61. c0ca121 crypto: kpp, (ec)dh - fix typos by Tudor-Dan Ambarus · 8 years ago
  62. 03d7db5 crypto: hmac - add hmac IPAD/OPAD constant by Corentin LABBE · 8 years ago
  63. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  64. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  65. 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 8 years ago
  66. 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 8 years ago
  67. 5ee4c5a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  68. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
  69. e55318c crypto: gf128mul - switch gf128mul_x_ble to le128 by Ondrej Mosnáček · 8 years ago
  70. acb9b15 crypto: gf128mul - define gf128mul_x_* in gf128mul.h by Ondrej Mosnáček · 8 years ago
  71. 8e323a0 KEYS: Keyring asymmetric key restrict method with chaining by Mat Martineau · 8 years ago
  72. 7e3c4d2 KEYS: Restrict asymmetric key linkage using a specific keychain by Mat Martineau · 9 years ago
  73. aaf66c8 KEYS: Split role of the keyring pointer for keyring restrict functions by Mat Martineau · 9 years ago
  74. 2e6d603 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 8 years ago
  75. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  76. 5527dfb crypto: kpp - constify buffer passed to crypto_kpp_set_secret() by Eric Biggers · 8 years ago
  77. 3ea996d crypto: gf128mul - constify 4k and 64k multiplication tables by Eric Biggers · 8 years ago
  78. 63be5b5 crypto: gf128mul - fix some comments by Eric Biggers · 8 years ago
  79. 016df0a crypto: api - Add crypto_requires_off helper by Herbert Xu · 8 years ago
  80. db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 8 years ago
  81. 379d972 crypto: doc - Fix hash export state information by Rabin Vincent · 8 years ago
  82. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  83. 9ae433b crypto: chacha20 - convert generic and x86 versions to skcipher by Ard Biesheuvel · 8 years ago
  84. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  85. 3f692d5 crypto: doc - clarify AEAD memory structure by Stephan Mueller · 8 years ago
  86. 8d23da2 crypto: doc - add KPP documentation by Stephan Mueller · 8 years ago
  87. 0184cfe crypto: doc - fix source comments for Sphinx by Stephan Mueller · 8 years ago
  88. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  89. 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  90. 5102981 crypto: drbg - prevent invalid SG mappings by Stephan Mueller · 8 years ago
  91. cc868d8 crypto: cbc - Export CBC implementation by Herbert Xu · 8 years ago
  92. 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 8 years ago
  93. 4e0958d crypto: cryptd - Add support for skcipher by Herbert Xu · 8 years ago
  94. f1c131b crypto: xts - Convert to skcipher by Herbert Xu · 8 years ago
  95. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  96. 75aa0a7 crypto: gf128mul - Zero memory when freeing multiplication table by Alex Cope · 8 years ago
  97. d266f44 crypto: gf128mul - remove dead gf128mul_64k_lle code by Alex Cope · 8 years ago
  98. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  99. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  100. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago