1. f87acd2 crypto: ccp - fix error handling by Pavel Machek · 4 years, 3 months ago
  2. c5da13f cypto: mediatek - fix leaks in mtk_desc_ring_alloc by Xiaoliang Pang · 4 years, 4 months ago
  3. 6511959 crypto: omap-sham - fix digcnt register handling with export/import by Tero Kristo · 4 years, 4 months ago
  4. 2a609fa crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' call by Christophe JAILLET · 4 years, 5 months ago
  5. bf65f0c crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc() by Tianjia Zhang · 4 years, 5 months ago
  6. ead2d9d crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA by Dominik Przychodni · 4 years, 4 months ago
  7. aafb6c5 crypto: bcm - Verify GCM/CCM key length in setkey by Herbert Xu · 4 years, 3 months ago
  8. a2c4136 crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified by Mikulas Patocka · 4 years, 7 months ago
  9. 99e69b9 crypto: ccp - Fix use of merged scatterlists by John Allen · 4 years, 6 months ago
  10. 454b00b crypto: qat - fix double free in qat_uclo_create_batch_init_list by Tom Rix · 4 years, 6 months ago
  11. a42f149 crypto: ccp - Release all allocated memory if sha type is invalid by Navid Emamdoost · 5 years ago
  12. 49ce58a crypto: omap-sham - add proper load balancing support for multicore by Tero Kristo · 4 years, 7 months ago
  13. b7c15bd Crypto/chcr: fix for ccm(aes) failed test by Devulapally Shiva Krishna · 4 years, 8 months ago
  14. 5385e6b crypto: ccp -- don't "select" CONFIG_DMADEVICES by Arnd Bergmann · 4 years, 9 months ago
  15. cbebd5a crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req() by Longpeng(Mike) · 4 years, 7 months ago
  16. d3c6c15 crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req() by Longpeng(Mike) · 4 years, 7 months ago
  17. 739ac6f crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() by Longpeng(Mike) · 4 years, 7 months ago
  18. 0ed324e crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is fully iterated by Christophe JAILLET · 4 years, 7 months ago
  19. 819bc8d crypto: talitos - fix ECB and CBC algs ivsize by Su Kang Yin · 4 years, 7 months ago
  20. 4ab07ea crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' static by Wei Yongjun · 6 years ago
  21. cbf12bd crypto: caam - update xts sector size for large input length by Andrei Botila · 4 years, 10 months ago
  22. 1c7d62c crypto: mxs-dcp - fix scatterlist linearization for hash by Rosioru Dragos · 4 years, 10 months ago
  23. 0b751f3 crypto: atmel-sha - fix error handling when setting hmac key by Eric Biggers · 5 years ago
  24. bcf27e2 crypto: artpec6 - return correct error code for failed setkey() by Eric Biggers · 5 years ago
  25. a793a26 crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_kill by Chuhong Yuan · 5 years ago
  26. 6042a22 crypto: atmel-aes - Fix counter overflow in CTR mode by Tudor Ambarus · 5 years ago
  27. 6590628 crypto: ccp - set max RSA modulus size for v3 platform devices as well by Ard Biesheuvel · 5 years ago
  28. 6a35190 crypto: chelsio - fix writing tfm flags to wrong place by Eric Biggers · 5 years ago
  29. 5ea904f crypto: caam - free resources in case caam_rng registration failed by Iuliana Prodan · 5 years ago
  30. c877153 crypto: ccp - Reduce maximum stack usage by Arnd Bergmann · 5 years ago
  31. 9080a21 crypto: ccp - Fix 3DES complaint from ccp-crypto module by Hook, Gary · 6 years ago
  32. a90e4a8 crypto: ccp - fix AES CFB error exposed by new test vectors by Hook, Gary · 6 years ago
  33. b989580 crypto: caam - fix caam_dump_sg that iterates through scatterlist by Iuliana Prodan · 6 years ago
  34. d7a7f04 crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments by Corentin Labbe · 6 years ago
  35. bc757cb crypto: brcm - Fix some set-but-not-used warning by YueHaibing · 6 years ago
  36. 90225af crypto: sun4i-ss - fix big endian issues by Corentin Labbe · 5 years ago
  37. e46523a crypto: vmx - Avoid weird build failures by Michael Ellerman · 5 years ago
  38. cb40551 crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c by Corentin Labbe · 5 years ago
  39. 08f433f crypto: sun4i-ss - Fix 64-bit size_t warnings by Herbert Xu · 5 years ago
  40. 50806c4 crypto: virtio - deal with unsupported input sizes by Ard Biesheuvel · 5 years ago
  41. 3f59e0c crypto: ccp - fix uninitialized list head by Mark Salter · 5 years ago
  42. 8b161fc crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr by Christian Lamparter · 5 years ago
  43. bb7c0f8 crypto: bcm - fix normal/non key hash algorithm failure by Raveendra Padasalagi · 6 years ago
  44. 12127f5 crypto: stm32/hash - Fix hmac issue more than 256 bytes by Lionel Debieve · 6 years ago
  45. 97dbfe4 crypto: mxc-scc - fix build warnings on ARM64 by Fabio Estevam · 6 years ago
  46. b154510 crypto: mxs-dcp - Fix AES issues by Radu Solea · 6 years ago
  47. c0933fa crypto: mxs-dcp - Fix SHA null hashes and output length by Radu Solea · 6 years ago
  48. 9f5f7e9 crypto: s5p-sss: Fix Fix argument list alignment by Christoph Manszewski · 6 years ago
  49. e5f55c5 crypto: caam - fix concurrency issue in givencrypt descriptor by Horia Geantă · 5 years ago
  50. 72463f8 crypto: cavium/zip - Add missing single_release() by Wei Yongjun · 5 years ago
  51. 79fa159 crypto: qat - Silence smp_processor_id() warning by Alexander Sverdlin · 5 years ago
  52. 464559fd crypto: talitos - fix missing break in switch statement by Gustavo A. R. Silva · 5 years ago
  53. e438f83 crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking. by Christophe Leroy · 6 years ago
  54. ced240d crypto: talitos - Do not modify req->cryptlen on decryption. by Christophe Leroy · 6 years ago
  55. c06f279 crypto: talitos - fix ECB algs ivsize by Christophe Leroy · 6 years ago
  56. dcd29f7 crypto: talitos - check data blocksize in ablkcipher. by Christophe Leroy · 6 years ago
  57. de12345 crypto: talitos - fix CTR alg blocksize by Christophe Leroy · 6 years ago
  58. 3dbb17c crypto: talitos - check AES key size by Christophe Leroy · 6 years ago
  59. d204cf4 crypto: ccp - Ignore unconfigured CCP device on suspend/resume by Gary R Hook · 5 years ago
  60. cd31e7c crypto: ccp - Add support for valid authsize values less than 16 by Gary R Hook · 5 years ago
  61. e95468f crypto: ccp - Validate buffer lengths for copy operations by Gary R Hook · 7 years ago
  62. e88103e crypto: ccp - Ignore tag length when decrypting GCM ciphertext by Gary R Hook · 5 years ago
  63. 45511e4 crypto: ccp - Fix oops by properly managing allocated structures by Gary R Hook · 5 years ago
  64. 71593b3 crypto: caam - limit output IV to CBC to work around CTR mode DMA issue by Ard Biesheuvel · 6 years ago
  65. 9ab6b50 crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe by Wen Yang · 5 years ago
  66. 4fbcf8b crypto: ccp/gcm - use const time tag comparison. by Cfir Cohen · 6 years ago
  67. eba522c crypto: ccp - memset structure fields to zero before reuse by Hook, Gary · 5 years ago
  68. fb8ee49 crypto: ccp - Validate the the error value used to index error messages by Hook, Gary · 6 years ago
  69. 2a17989 crypto: talitos - Align SEC1 accesses to 32 bits boundaries. by Christophe Leroy · 6 years ago
  70. 8ebeb03 crypto: talitos - properly handle split ICV. by Christophe Leroy · 6 years ago
  71. b503e98 crypto: talitos - fix skcipher failure due to wrong output IV by Christophe Leroy · 6 years ago
  72. 772cabe crypto/NX: Set receive window credits to max number of CRBs in RxFIFO by Haren Myneni · 6 years ago
  73. abee7cf crypto: talitos - rename alternative AEAD algos. by Christophe Leroy · 6 years ago
  74. e9d1de1 crypto: vmx - ghash: do nosimd fallback manually by Daniel Axtens · 6 years ago
  75. 0110a55 crypto: sun4i-ss - Fix invalid calculation of hash end by Corentin Labbe · 6 years ago
  76. 7e52c06 crypto: vmx - CTR: always increment IV as quadword by Daniel Axtens · 6 years ago
  77. cf9efe9 crypto: rockchip - update IV buffer to contain the next IV by Zhang Zhijie · 6 years ago
  78. a387b7e crypto: vmx - fix copy-paste error in CTR mode by Daniel Axtens · 6 years ago
  79. 4cec35e crypto: crypto4xx - properly set IV after de- and encrypt by Christian Lamparter · 7 years ago
  80. 5682830 crypto: axis - fix for recursive locking from bottom half by Lars Persson · 6 years ago
  81. a894646 crypto: cavium/zip - fix collision with generic cra_driver_name by Eric Biggers · 6 years ago
  82. cfac24f crypto: crypto4xx - add missing of_node_put after of_device_is_available by Julia Lawall · 6 years ago
  83. 5af535a crypto: rockchip - update new iv to device in multiple operations by Zhang Zhijie · 6 years ago
  84. 216445c crypto: rockchip - fix scatterlist nents error by Zhang Zhijie · 6 years ago
  85. 68a4425 crypto: caam - fixed handling of sg list by Pankaj Gupta · 6 years ago
  86. 8a3c04c crypto: ux500 - Use proper enum in hash_set_dma_transfer by Nathan Chancellor · 6 years ago
  87. 0515902 crypto: ux500 - Use proper enum in cryp_set_dma_transfer by Nathan Chancellor · 6 years ago
  88. 8041d33 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK by Christophe Leroy · 6 years ago
  89. c3f5e4e crypto: talitos - reorder code in talitos_edesc_alloc() by Christophe Leroy · 6 years ago
  90. 7c5f00e crypto: bcm - convert to use crypto_authenc_extractkeys() by Eric Biggers · 6 years ago
  91. 3466b8b crypto: caam - fix zero-length buffer DMA mapping by Aymen Sghaier · 6 years ago
  92. cf3168c crypto: cavium/nitrox - fix a DMA pool free failure by Wenwen Wang · 6 years ago
  93. 6a4e231 crypto: caam - fix implicit casts in endianness helpers by Horia Geantă · 6 years ago
  94. 75fc05a crypto: chelsio - Fix memory corruption in DMA Mapped buffers. by Harsh Jain · 6 years ago
  95. 1df517a crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic by Horia Geantă · 6 years ago
  96. 3b1a853 crypto: mxs-dcp - Fix wait logic on chan threads by Leonard Crestez · 6 years ago
  97. 90ecb70 crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe() by Waiman Long · 6 years ago
  98. 59f5838 crypto: cavium/nitrox - fix for command corruption in queue full case with backlog submissions. by Srikanth Jampala · 6 years ago
  99. ef275ba crypto: sharah - Unregister correct algorithms for SAHARA 3 by Michael Müller · 6 years ago
  100. 0682e02 crypto: caam/qi - fix error path in xts setkey by Horia Geantă · 6 years ago