1. 248414f crypto: rng - Fix a refcounting bug in crypto_rng_reset() by Dan Carpenter · 4 years, 10 months ago
  2. c23074e crypto: rename sm3-256 to sm3 in hash_algo_name by Tianjia Zhang · 4 years, 9 months ago
  3. 5a6f5b3 crypto: essiv - fix AEAD capitalization and preposition use in help text by Geert Uytterhoeven · 4 years, 10 months ago
  4. ee1c6b1 crypto: testmgr - don't try to decrypt uninitialized buffers by Eric Biggers · 5 years ago
  5. e057d64 crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
  6. 2c4d820 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request by Herbert Xu · 5 years ago
  7. a791fc6 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
  8. b4c8ed0 crypto: pcrypt - Avoid deadlock by using per-instance padata queues by Herbert Xu · 5 years ago
  9. d2b1dcd crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
  10. 00d58d0 crypto: pcrypt - Fix user-after-free on module unload by Herbert Xu · 5 years ago
  11. 9d9b578 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
  12. d7835f2 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  13. 36cd99c KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails by Eric Biggers · 5 years ago
  14. 9004977 crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
  15. de5d03f crypto: aegis128-neon - use Clang compatible cflags for ARM by Ard Biesheuvel · 5 years ago
  16. d8d63ea crypto: user - fix memory leak in crypto_reportstat by Navid Emamdoost · 5 years ago
  17. b022e15 crypto: user - fix memory leak in crypto_report by Navid Emamdoost · 5 years ago
  18. 8e6d97c crypto: ecdh - fix big endian bug in ECC library by Ard Biesheuvel · 5 years ago
  19. 2a00d74 crypto: af_alg - cast ki_complete ternary op to int by Ayush Sawal · 5 years ago
  20. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  21. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  22. 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
  23. cc491d8 padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible by Daniel Jordan · 5 years ago
  24. 63d3578 crypto: pcrypt - remove padata cpumask notifier by Daniel Jordan · 5 years ago
  25. e6ce0e0 padata: make padata_do_parallel find alternate callback CPU by Daniel Jordan · 5 years ago
  26. b128a30 padata: allocate workqueue internally by Daniel Jordan · 5 years ago
  27. 0ba3c02 crypto: skcipher - Unmap pages after an external error by Herbert Xu · 5 years ago
  28. 34d6245 crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h by Hans de Goede · 5 years ago
  29. be1eb7f crypto: essiv - create wrapper template for ESSIV generation by Ard Biesheuvel · 5 years ago
  30. f1d087b crypto: aegis128 - Fix -Wunused-const-variable warning by YueHaibing · 5 years ago
  31. f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 5 years ago
  32. 389139b crypto: arm64/aegis128 - use explicit vector load for permute vectors by Ard Biesheuvel · 5 years ago
  33. 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 5 years ago
  34. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  35. 1a01333 crypto: sha256_generic - Fix some coding style issues by Hans de Goede · 5 years ago
  36. 18fbe0d crypto: des - remove now unused __des3_ede_setkey() by Ard Biesheuvel · 5 years ago
  37. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  38. 4fd4be0 crypto: 3des - move verification out of exported routine by Ard Biesheuvel · 5 years ago
  39. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
  40. 99d5cadf kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE by Jiri Bohac · 5 years ago
  41. 1984296 crypto: arm64/aegis128 - implement plain NEON version by Ard Biesheuvel · 5 years ago
  42. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  43. cf3d41a crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  44. 8083b1b crypto: xts - add support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  45. a62084d crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0 by Pascal van Leeuwen · 5 years ago
  46. 440dc9a crypto: streebog - remove two unused variables by YueHaibing · 5 years ago
  47. c2ccfa9 crypto: aes-generic - remove unused variable 'rco_tab' by YueHaibing · 5 years ago
  48. 43b970f crypto: cryptd - Use refcount_t for refcount by Chuhong Yuan · 5 years ago
  49. 74bf81d crypto: gcm - restrict assoclen for rfc4543 by Iuliana Prodan · 5 years ago
  50. d13dfae crypto: engine - Reduce default RT priority by Peter Zijlstra · 5 years ago
  51. 65526f6 crypto: gcm - helper functions for assoclen/authsize check by Iuliana Prodan · 5 years ago
  52. e201af1 PKCS#7: Introduce pkcs7_get_digest() by Thiago Jung Bauermann · 5 years ago
  53. dec0fb3 crypto: jitterentropy - build without sanitizer by Arnd Bergmann · 5 years ago
  54. c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
  55. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
  56. 97ac82d crypto: aegis - fix badly optimized clang output by Arnd Bergmann · 5 years ago
  57. 91b05a7 crypto: user - make NETLINK_CRYPTO work inside netns by Ondrej Mosnacek · 5 years ago
  58. 97bcb16 crypto: tcrypt - add a speed test for AEGIS128 by Ard Biesheuvel · 5 years ago
  59. ecc8bc8 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  60. 7cdc0dd crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  61. 521cdde crypto: aegis - avoid prerotated AES tables by Ard Biesheuvel · 5 years ago
  62. 368b1bd crypto: aegis128 - drop empty TFM init/exit routines by Ard Biesheuvel · 5 years ago
  63. 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 5 years ago
  64. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
  65. f248caf crypto: testmgr - add tests for lzo-rle by Hannah Pan · 5 years ago
  66. 1e25ca0 crypto: aes-generic - unexport last-round AES tables by Ard Biesheuvel · 5 years ago
  67. 5bb12d7 crypto: aes-generic - drop key expansion routine in favor of library version by Ard Biesheuvel · 5 years ago
  68. 1d2c327 crypto: x86/aes - drop scalar assembler implementations by Ard Biesheuvel · 5 years ago
  69. 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 5 years ago
  70. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 5 years ago
  71. b158fcb crypto: aes/fixed-time - align key schedule with other implementations by Ard Biesheuvel · 5 years ago
  72. 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 5 years ago
  73. 9552389 crypto: fips - add FIPS test failure notification chain by Gilad Ben-Yossef · 5 years ago
  74. 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
  75. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  76. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  77. ee39d46 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  78. 21d4120 crypto: user - prevent operating on larval algorithms by Eric Biggers · 5 years ago
  79. 1a0fad6 crypto: cryptd - Fix skcipher instance memory leak by Vincent Whitchurch · 5 years ago
  80. 90acc06 crypto: asymmetric_keys - select CRYPTO_HASH where needed by Arnd Bergmann · 5 years ago
  81. 4739711 crypto: serpent - mark __serpent_setkey_sbox noinline by Arnd Bergmann · 5 years ago
  82. 149c4e6 crypto: testmgr - dynamically allocate crypto_shash by Arnd Bergmann · 5 years ago
  83. 6b5ca64 crypto: testmgr - dynamically allocate testvec_config by Arnd Bergmann · 5 years ago
  84. dcf49db keys: Add a 'recurse' flag for keyring searches by David Howells · 5 years ago
  85. 58ee010 Merge 5.2-rc6 into usb-next by Greg Kroah-Hartman · 5 years ago
  86. 611a23c crypto: arc4 - remove cipher implementation by Ard Biesheuvel · 5 years ago
  87. dc51f25 crypto: arc4 - refactor arc4 core code into separate library by Ard Biesheuvel · 5 years ago
  88. bdb275b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 5 years ago
  89. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 5 years ago
  90. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 5 years ago
  91. ae748b9 wusb: switch to cbcmac transform by Ard Biesheuvel · 5 years ago
  92. 860ab2e crypto: chacha - constify ctx and iv arguments by Eric Biggers · 5 years ago
  93. 76cadf2 crypto: chacha20poly1305 - a few cleanups by Eric Biggers · 5 years ago
  94. 81bcbb1 crypto: skcipher - un-inline encrypt and decrypt functions by Eric Biggers · 5 years ago
  95. f2fe115 crypto: aead - un-inline encrypt and decrypt functions by Eric Biggers · 5 years ago
  96. e63e1b0 crypto: testmgr - add some more preemption points by Eric Biggers · 5 years ago
  97. 177f87d crypto: algapi - require cra_name and cra_driver_name by Eric Biggers · 5 years ago
  98. d6ebf52 crypto: make all generic algorithms set cra_driver_name by Eric Biggers · 5 years ago
  99. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  100. ae87660 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago