1. 877ccce crypto: x86/aegis,morus - Fix and simplify CPUID checks by Ondrej Mosnacek · 6 years ago
  2. f10dc56 crypto: arm64 - revert NEON yield for fast AEAD implementations by Ard Biesheuvel · 6 years ago
  3. 46d8c4b crypto: padlock-aes - Fix Nano workaround data corruption by Herbert Xu · 7 years ago
  4. 2546da9 crypto: af_alg - Initialize sg_num_bytes in error code path by Stephan Mueller · 7 years ago
  5. 221e00d crypto: x86 - Add missing RETs by Borislav Petkov · 7 years ago
  6. a068b94 crypto: arm/speck - fix building in Thumb2 mode by Eric Biggers · 7 years ago
  7. 837bf7c hwrng: core - Always drop the RNG in hwrng_unregister() by Michael Büsch · 7 years ago
  8. a81ae80 crypto: morus640 - Fix out-of-bounds access by Ondrej Mosnáček · 7 years ago
  9. f044a84 crypto: don't optimize keccakf() by Dmitry Vyukov · 7 years ago
  10. 6e88f01 crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_begin, _end by Jia He · 7 years ago
  11. f70b359 crypto: chtls - use after free in chtls_pt_recvmsg() by Dan Carpenter · 7 years ago
  12. b268b35 crypto: chtls - free beyond end rspq_skb_cache by Atul Gupta · 7 years ago
  13. 1dfe57a crypto: chtls - kbuild warnings by Atul Gupta · 7 years ago
  14. ea5213b crypto: chtls - dereference null variable by Atul Gupta · 7 years ago
  15. 3b8305f crypto: chtls - wait for memory sendmsg, sendpage by Atul Gupta · 7 years ago
  16. 09e53d8 crypto: chtls - key len correction by Atul Gupta · 7 years ago
  17. 015a037 crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers" by Eric Biggers · 7 years ago
  18. b7b73cd crypto: x86/salsa20 - remove x86 salsa20 implementations by Eric Biggers · 7 years ago
  19. 0b3a830 crypto: ccp - Add GET_ID SEV command by Janakarajan Natarajan · 7 years ago
  20. edd303f crypto: ccp - Add DOWNLOAD_FIRMWARE SEV command by Janakarajan Natarajan · 7 years ago
  21. 1ebe6da crypto: qat - Add MODULE_FIRMWARE for all qat drivers by Conor McLoughlin · 7 years ago
  22. 565018b crypto: ccree - silence debug prints by Gilad Ben-Yossef · 7 years ago
  23. 35f859f crypto: ccree - better clock handling by Gilad Ben-Yossef · 7 years ago
  24. 281a58c crypto: ccree - correct host regs offset by Gilad Ben-Yossef · 7 years ago
  25. 4262c98 crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM by Harsh Jain · 7 years ago
  26. 335bcc4 crypt: chelsio - Send IV as Immediate for cipher algo by Harsh Jain · 7 years ago
  27. 6faa0f5 crypto: chelsio - Return -ENOSPC for transient busy indication. by Harsh Jain · 7 years ago
  28. d9c3577 crypto: caam/qi - fix warning in init_cgr() by Horia Geantă · 7 years ago
  29. b210647 crypto: caam - fix rfc4543 descriptors by Horia Geantă · 7 years ago
  30. 06d44c9 crypto: caam - fix MC firmware detection by Horia Geantă · 7 years ago
  31. c2e415f crypto: clarify licensing of OpenSSL asm code by Adam Langley · 7 years ago
  32. 2808f17 crypto: morus - Mark MORUS SIMD glue as x86-specific by Ondrej Mosnacek · 7 years ago
  33. 92a4c9f crypto: testmgr - eliminate redundant decryption test vectors by Eric Biggers · 7 years ago
  34. 4074a77 crypto: testmgr - add extra kw(aes) encryption test vector by Eric Biggers · 7 years ago
  35. a0e20b9 crypto: testmgr - add extra ecb(tnepres) encryption test vectors by Eric Biggers · 7 years ago
  36. 17880f1 crypto: testmgr - make an cbc(des) encryption test vector chunked by Eric Biggers · 7 years ago
  37. 097012e crypto: testmgr - add extra ecb(des) encryption test vectors by Eric Biggers · 7 years ago
  38. dd09f58 crypto: x86/aegis256 - Fix wrong key buffer size by Ondrej Mosnacek · 7 years ago
  39. 9f50fd5 crypto: testmgr - add more unkeyed crc32 and crc32c test vectors by Eric Biggers · 7 years ago
  40. 9b3abc016 crypto: testmgr - fix testing OPTIONAL_KEY hash algorithms by Eric Biggers · 7 years ago
  41. a179a2b crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors by Eric Biggers · 7 years ago
  42. 6943546 crypto: crc32-generic - remove __crc32_le() by Eric Biggers · 7 years ago
  43. 7bcfb13 crypto: crc32c-generic - remove cra_alignmask by Eric Biggers · 7 years ago
  44. fffe7d9 crypto: crc32-generic - use unaligned access macros when needed by Eric Biggers · 7 years ago
  45. f16b613 crypto: chtls - fix a missing-check bug by Wenwen Wang · 7 years ago
  46. 01ba061 crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support by Antoine Tenart · 7 years ago
  47. 678b287 crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support by Antoine Tenart · 7 years ago
  48. f6beaea crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support by Antoine Tenart · 7 years ago
  49. bdfd190 crypto: inside-secure - improve error reporting by Antoine Tenart · 7 years ago
  50. 8a21f06 crypto: inside-secure - fix the hash then encrypt/decrypt types by Antoine Tenart · 7 years ago
  51. ce67955 crypto: inside-secure - make the key and context size computation dynamic by Antoine Tenart · 7 years ago
  52. fef0cfe crypto: inside-secure - make the context control size dynamic by Antoine Tenart · 7 years ago
  53. 3a5ca23 crypto: inside-secure - rework the alg type settings in the context by Antoine Tenart · 7 years ago
  54. 8ac1283 crypto: inside-secure - rework cipher functions for future AEAD support by Antoine Tenart · 7 years ago
  55. 6182480 crypto: inside-secure - remove VLAs by Antoine Tenart · 7 years ago
  56. 17a7d24 crypto: chtls - generic handling of data and hdr by Atul Gupta · 7 years ago
  57. 6ecc9d9 crypto: x86 - Add optimized MORUS implementations by Ondrej Mosnacek · 7 years ago
  58. 56e8e57 crypto: morus - Add common SIMD glue code for MORUS by Ondrej Mosnacek · 7 years ago
  59. 4feb4c5 crypto: testmgr - Add test vectors for MORUS by Ondrej Mosnacek · 7 years ago
  60. 396be41 crypto: morus - Add generic MORUS AEAD implementations by Ondrej Mosnacek · 7 years ago
  61. 1d373d4 crypto: x86 - Add optimized AEGIS implementations by Ondrej Mosnacek · 7 years ago
  62. b87dc20 crypto: testmgr - Add test vectors for AEGIS by Ondrej Mosnacek · 7 years ago
  63. f606a88 crypto: aegis - Add generic AEGIS AEAD implementations by Ondrej Mosnacek · 7 years ago
  64. 15f47ce crypto: testmgr - reorder paes test lexicographically by Gilad Ben-Yossef · 7 years ago
  65. 4c826fe crypto: chelsio - request to HW should wrap by Atul Gupta · 7 years ago
  66. 7024e0d crypto: nx - fix spelling mistake: "seqeunce" -> "sequence" by Colin Ian King · 7 years ago
  67. 57f5bfe hwrng: n2 - fix spelling mistake: "restesting" -> "retesting" by Colin Ian King · 7 years ago
  68. 730f23b crypto: vmx - Remove overly verbose printk from AES XTS init by Michael Ellerman · 7 years ago
  69. 1411b52 crypto: vmx - Remove overly verbose printk from AES init routines by Michael Ellerman · 7 years ago
  70. 6caf7ad crypto: arm64/sha512-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  71. 7edc86c crypto: arm64/sha3-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  72. 5b3da65 crypto: arm64/crct10dif-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  73. 4e530fb crypto: arm64/crc32-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  74. 7c50136 crypto: arm64/aes-ghash - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  75. 20ab633 crypto: arm64/aes-bs - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  76. 0c8f838 crypto: arm64/aes-blk - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  77. 7b67ae4 crypto: arm64/aes-ccm - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  78. d82f37a crypto: arm64/sha2-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  79. 7df8d16 crypto: arm64/sha1-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  80. 158b52f crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated" by Colin Ian King · 7 years ago
  81. 4bffaab crypto: caam - fix size of RSA prime factor q by Horia Geantă · 7 years ago
  82. 4e234ee crypto: tcrypt - Remove VLA usage by Kees Cook · 7 years ago
  83. e99ce92 crypto: arm64 - add support for SM4 encryption using special instructions by Ard Biesheuvel · 7 years ago
  84. 8da02bf crypto: sm4 - export encrypt/decrypt routines to other drivers by Ard Biesheuvel · 7 years ago
  85. 9bae549 hwrng: stm32 - fix pm_suspend issue by lionel.debieve@st.com · 7 years ago
  86. af51378 hwrng: stm32 - define default state for rng driver by lionel.debieve@st.com · 7 years ago
  87. 5e7b516 crypto: ccree - use proper printk format by Gilad Ben-Yossef · 7 years ago
  88. a794d8d crypto: ccree - enable support for hardware keys by Gilad Ben-Yossef · 7 years ago
  89. 658c9d2b9 crypto: crypto4xx - put temporary dst sg into request ctx by Christian Lamparter · 7 years ago
  90. 584201f crypto: crypto4xx - extend aead fallback checks by Christian Lamparter · 7 years ago
  91. fc34011 crypto: crypto4xx - properly set IV after de- and encrypt by Christian Lamparter · 7 years ago
  92. 98e87e3 crypto: crypto4xx - add aes-ctr support by Christian Lamparter · 7 years ago
  93. c4e9065 crypto: crypto4xx - avoid VLA use by Christian Lamparter · 7 years ago
  94. ce05ffe crypto: crypto4xx - convert to skcipher by Christian Lamparter · 7 years ago
  95. a8d79d7 crypto: crypto4xx - performance optimizations by Christian Lamparter · 7 years ago
  96. 5b0aa25 crypto: cavium - Remove unnecessary parentheses by Varsha Rao · 7 years ago
  97. 8ce31dc crypto: drivers - simplify getting .drvdata by Wolfram Sang · 7 years ago
  98. 9dbc8a0 crypto: omap-sham - fix memleak by Bin Liu · 7 years ago
  99. ee1b23d crypto: drivers - Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  100. b930f3a crypto: caam: - Use kmemdup() function by Fabio Estevam · 7 years ago