1. af51aa2 crypto: pcrypt - Delay write to padata->info by Daniel Jordan · 3 years, 1 month ago
  2. 18fdbdb crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency by Arnd Bergmann · 3 years, 2 months ago
  3. 80b9d3b crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 5 months ago
  4. 5f2d256 crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS by Eric Biggers · 3 years, 8 months ago
  5. 69f1a97 crypto: api - check for ERR pointers in crypto_destroy_tfm() by Ard Biesheuvel · 3 years, 9 months ago
  6. eeb0899 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
  7. a8d46a3 crypto: tcrypt - avoid signed overflow in byte count by Ard Biesheuvel · 4 years ago
  8. f047875 crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() by Daniele Alessandrelli · 3 years, 10 months ago
  9. 867c10a0 crypto: asym_tpm: correct zero out potential secrets by Greg Kroah-Hartman · 4 years ago
  10. ff7397a crypto: ecdh - avoid buffer overflow in ecdh_set_secret() by Ard Biesheuvel · 3 years, 11 months ago
  11. 36a58bd crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() by Ard Biesheuvel · 4 years ago
  12. 054be9a crypto: af_alg - avoid undefined behavior accessing salg_name by Eric Biggers · 4 years, 1 month ago
  13. 528acbf crypto: algif_skcipher - EBUSY on aio should be an error by Herbert Xu · 4 years, 4 months ago
  14. 66ec375 crypto: algif_aead - Do not set MAY_BACKLOG on the async path by Herbert Xu · 4 years, 4 months ago
  15. 70957a1 crypto: af_alg - Work around empty control messages without MSG_MORE by Herbert Xu · 4 years, 3 months ago
  16. 8bc48c3 crypto: algif_aead - fix uninitialized ctx->init by Ondrej Mosnacek · 4 years, 3 months ago
  17. ddd3934 crypto: af_alg - Fix regression on empty requests by Herbert Xu · 4 years, 5 months ago
  18. cf368b8 crypto: algif_aead - Only wake up when ctx->more is zero by Herbert Xu · 4 years, 6 months ago
  19. f62d7f9 keys: asymmetric: fix error return code in software_key_query() by Wei Yongjun · 4 years, 4 months ago
  20. cc0f678 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 5 months ago
  21. 7bb62d0 crypto: algboss - don't wait during notifier callback by Eric Biggers · 4 years, 5 months ago
  22. 993e0d1 crypto: algif_skcipher - Cap recv SG list at ctx->used by Herbert Xu · 4 years, 6 months ago
  23. 977b89e crypto: drbg - fix error return code in drbg_alloc_state() by Wei Yongjun · 4 years, 7 months ago
  24. 6ebdf34 crypto: algapi - Avoid spurious modprobe on LOADED by Eric Biggers · 4 years, 7 months ago
  25. dca0ae3 gcc-10: avoid shadowing standard library 'free()' in crypto by Linus Torvalds · 4 years, 6 months ago
  26. 248414f crypto: rng - Fix a refcounting bug in crypto_rng_reset() by Dan Carpenter · 4 years, 10 months ago
  27. c23074e crypto: rename sm3-256 to sm3 in hash_algo_name by Tianjia Zhang · 4 years, 9 months ago
  28. 5a6f5b3 crypto: essiv - fix AEAD capitalization and preposition use in help text by Geert Uytterhoeven · 4 years, 10 months ago
  29. ee1c6b1 crypto: testmgr - don't try to decrypt uninitialized buffers by Eric Biggers · 5 years ago
  30. e057d64 crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
  31. 2c4d820 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request by Herbert Xu · 5 years ago
  32. a791fc6 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
  33. b4c8ed0 crypto: pcrypt - Avoid deadlock by using per-instance padata queues by Herbert Xu · 5 years ago
  34. d2b1dcd crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
  35. 00d58d0 crypto: pcrypt - Fix user-after-free on module unload by Herbert Xu · 5 years ago
  36. 9d9b578 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
  37. d7835f2 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  38. 36cd99c KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails by Eric Biggers · 5 years ago
  39. 9004977 crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
  40. de5d03f crypto: aegis128-neon - use Clang compatible cflags for ARM by Ard Biesheuvel · 5 years ago
  41. d8d63ea crypto: user - fix memory leak in crypto_reportstat by Navid Emamdoost · 5 years ago
  42. b022e15 crypto: user - fix memory leak in crypto_report by Navid Emamdoost · 5 years ago
  43. 8e6d97c crypto: ecdh - fix big endian bug in ECC library by Ard Biesheuvel · 5 years ago
  44. 2a00d74 crypto: af_alg - cast ki_complete ternary op to int by Ayush Sawal · 5 years ago
  45. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  46. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  47. 3e414b5 Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  48. cc491d8 padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible by Daniel Jordan · 5 years ago
  49. 63d3578 crypto: pcrypt - remove padata cpumask notifier by Daniel Jordan · 5 years ago
  50. e6ce0e0 padata: make padata_do_parallel find alternate callback CPU by Daniel Jordan · 5 years ago
  51. b128a30 padata: allocate workqueue internally by Daniel Jordan · 5 years ago
  52. 0ba3c02 crypto: skcipher - Unmap pages after an external error by Herbert Xu · 5 years ago
  53. 34d6245 crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h by Hans de Goede · 5 years ago
  54. be1eb7f crypto: essiv - create wrapper template for ESSIV generation by Ard Biesheuvel · 5 years ago
  55. f1d087b crypto: aegis128 - Fix -Wunused-const-variable warning by YueHaibing · 5 years ago
  56. f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 5 years ago
  57. 389139b crypto: arm64/aegis128 - use explicit vector load for permute vectors by Ard Biesheuvel · 5 years ago
  58. 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 5 years ago
  59. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  60. 1a01333 crypto: sha256_generic - Fix some coding style issues by Hans de Goede · 5 years ago
  61. 18fbe0d crypto: des - remove now unused __des3_ede_setkey() by Ard Biesheuvel · 5 years ago
  62. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  63. 4fd4be0 crypto: 3des - move verification out of exported routine by Ard Biesheuvel · 5 years ago
  64. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
  65. 99d5cadf kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE by Jiri Bohac · 5 years ago
  66. 1984296 crypto: arm64/aegis128 - implement plain NEON version by Ard Biesheuvel · 5 years ago
  67. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  68. cf3d41a crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  69. 8083b1b crypto: xts - add support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  70. a62084d crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0 by Pascal van Leeuwen · 5 years ago
  71. 440dc9a crypto: streebog - remove two unused variables by YueHaibing · 5 years ago
  72. c2ccfa9 crypto: aes-generic - remove unused variable 'rco_tab' by YueHaibing · 5 years ago
  73. 43b970f crypto: cryptd - Use refcount_t for refcount by Chuhong Yuan · 5 years ago
  74. 74bf81d crypto: gcm - restrict assoclen for rfc4543 by Iuliana Prodan · 5 years ago
  75. d13dfae crypto: engine - Reduce default RT priority by Peter Zijlstra · 5 years ago
  76. 65526f6 crypto: gcm - helper functions for assoclen/authsize check by Iuliana Prodan · 5 years ago
  77. e201af1 PKCS#7: Introduce pkcs7_get_digest() by Thiago Jung Bauermann · 5 years ago
  78. dec0fb3 crypto: jitterentropy - build without sanitizer by Arnd Bergmann · 5 years ago
  79. c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
  80. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
  81. 97ac82d crypto: aegis - fix badly optimized clang output by Arnd Bergmann · 5 years ago
  82. 91b05a7 crypto: user - make NETLINK_CRYPTO work inside netns by Ondrej Mosnacek · 5 years ago
  83. 97bcb16 crypto: tcrypt - add a speed test for AEGIS128 by Ard Biesheuvel · 5 years ago
  84. ecc8bc8 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  85. 7cdc0dd crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  86. 521cdde crypto: aegis - avoid prerotated AES tables by Ard Biesheuvel · 5 years ago
  87. 368b1bd crypto: aegis128 - drop empty TFM init/exit routines by Ard Biesheuvel · 5 years ago
  88. 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 5 years ago
  89. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
  90. f248caf crypto: testmgr - add tests for lzo-rle by Hannah Pan · 5 years ago
  91. 1e25ca0 crypto: aes-generic - unexport last-round AES tables by Ard Biesheuvel · 5 years ago
  92. 5bb12d7 crypto: aes-generic - drop key expansion routine in favor of library version by Ard Biesheuvel · 5 years ago
  93. 1d2c327 crypto: x86/aes - drop scalar assembler implementations by Ard Biesheuvel · 5 years ago
  94. 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 5 years ago
  95. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 5 years ago
  96. b158fcb crypto: aes/fixed-time - align key schedule with other implementations by Ard Biesheuvel · 5 years ago
  97. 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 5 years ago
  98. 9552389 crypto: fips - add FIPS test failure notification chain by Gilad Ben-Yossef · 5 years ago
  99. 17a20ac Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  100. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago