1. 016baaa crypto: user - Fix crypto_alg_match race by Herbert Xu · 9 years ago
  2. 9cd2232 crypto: atmel-aes - correct usage of dma_sync_* API by Leilei Zhao · 9 years ago
  3. 289b262 crypto: atmel-aes - sync the buf used in DMA or CPU by Leilei Zhao · 9 years ago
  4. 8a10eb8 crypto: atmel-aes - initialize spinlock in probe by Leilei Zhao · 9 years ago
  5. 1d1b916 crypto: atmel-tdes - initialize spinlock in probe by Leilei Zhao · 9 years ago
  6. 3f1992c crypto: atmel-sha - correct the max burst size by Leilei Zhao · 9 years ago
  7. 62728e8 crypto: atmel-sha - initialize spinlock in probe by Leilei Zhao · 9 years ago
  8. 803eeae crypto: atmel-sha - fix sg list management by Leilei Zhao · 9 years ago
  9. 0099286 crypto: atmel-sha - correct the way data are split by Ludovic Desroches · 9 years ago
  10. 141824d crypto: atmel-sha - add new version by Leilei Zhao · 9 years ago
  11. cf1f0d1 crypto: atmel-aes - add new version by Leilei Zhao · 9 years ago
  12. b4e9705 crypto: qat - fix double release_firmware on error path by Tadeusz Struk · 9 years ago
  13. 8b5cf09 crypto: qat - print ring name in debug output by Tadeusz Struk · 9 years ago
  14. 1e6232f crypto: serpent_sse2 - Fix a typo in Kconfig by Masanari Iida · 9 years ago
  15. f2f770d crypto: arm/sha256 - Add optimized SHA-256/224 by Sami Tolvanen · 9 years ago
  16. 87b1675 crypto: api - Change crypto_unregister_instance argument type by Herbert Xu · 9 years ago
  17. 1f72371 crypto: api - Fix races in crypto_unregister_instance by Herbert Xu · 9 years ago
  18. 13cf394 crypto: omap-sham - Add the offset of sg page to vaddr by Vutla, Lokesh · 9 years ago
  19. 64a31be crypto: qat - fix checkpatch CODE_INDENT issue by Allan, Bruce W · 9 years ago
  20. 724c76c crypto: qat - fix checkpatch COMPARISON_TO_NULL issue by Allan, Bruce W · 9 years ago
  21. af6f2a7 crypto: qat - fix checkpatch BIT_MACRO issues by Allan, Bruce W · 9 years ago
  22. f7b3c2d crypto: qat - fix checkpatch CONCATENATED_STRING issues by Allan, Bruce W · 9 years ago
  23. b21582d crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS by Allan, Bruce W · 9 years ago
  24. 304989f crypto: qat - fix checkpatch CHECK_SPACING issues by Allan, Bruce W · 9 years ago
  25. 754a90d crypto: qat - fix typo by Allan, Bruce W · 9 years ago
  26. 6d7e7e0 crypto: omap-aes - Fix support for unequal lengths by Vutla, Lokesh · 9 years ago
  27. b0a3d89 crypto: omap-sham - Use pm_runtime_irq_safe() by Vutla, Lokesh · 9 years ago
  28. 555fa17 crypto: sha-mb - mark Multi buffer SHA1 helper cipher by Stephan Mueller · 9 years ago
  29. f52bbf5 crypto: mcryptd - process CRYPTO_ALG_INTERNAL by Stephan Mueller · 9 years ago
  30. cd98411 crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers by Stephan Mueller · 9 years ago
  31. 94a7e5e crypto: aes-ce - mark ARMv8 AES helper ciphers by Stephan Mueller · 9 years ago
  32. 76aa9d5 crypto: aesbs - mark NEON bit sliced AES helper ciphers by Stephan Mueller · 9 years ago
  33. 4dda66f crypto: twofish_avx - mark Twofish AVX helper ciphers by Stephan Mueller · 9 years ago
  34. 748be1f crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers by Stephan Mueller · 9 years ago
  35. 65aed53 crypto: serpent_avx - mark Serpent AVX helper ciphers by Stephan Mueller · 9 years ago
  36. f82419a crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers by Stephan Mueller · 9 years ago
  37. e69b8a4 crypto: cast6_avx - mark CAST6 helper ciphers by Stephan Mueller · 9 years ago
  38. 7d2c31d crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers by Stephan Mueller · 9 years ago
  39. 680574e crypto: cast5_avx - mark CAST5 helper ciphers by Stephan Mueller · 9 years ago
  40. a62356a crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers by Stephan Mueller · 9 years ago
  41. 4b3f4e3 crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphers by Stephan Mueller · 9 years ago
  42. 6a9b52b crypto: clmulni - mark ghash clmulni helper ciphers by Stephan Mueller · 9 years ago
  43. eabdc32 crypto: aesni - mark AES-NI helper ciphers by Stephan Mueller · 9 years ago
  44. b0cda2b crypto: proc - identify internal ciphers by Stephan Mueller · 9 years ago
  45. 466a7b9 crypto: cryptd - process CRYPTO_ALG_INTERNAL by Stephan Mueller · 9 years ago
  46. 425a882 crypto: testmgr - use CRYPTO_ALG_INTERNAL by Stephan Mueller · 9 years ago
  47. 06ca7f6 crypto: api - prevent helper ciphers from being used by Stephan Mueller · 9 years ago
  48. fa50d7e crypto: arm/ghash - fix big-endian bug in ghash by Ard Biesheuvel · 9 years ago
  49. a83034f crypto: img-hash - shift wrapping bug in img_hash_hw_init() by Dan Carpenter · 9 years ago
  50. 900831a crypto: img-hash - fix some compile warnings by Dan Carpenter · 9 years ago
  51. 6655030 crypto: qat - make error and info log messages more descriptive by Allan, Bruce W · 9 years ago
  52. 92dd5be crypto: qat - fix typo in string by Allan, Bruce W · 9 years ago
  53. a00204f crypto: qat - remove duplicate definition of Intel PCI vendor id by Allan, Bruce W · 9 years ago
  54. cfa8e7e crypto: img-hash - Fix Kconfig selections by James Hartley · 9 years ago
  55. 0b053c9 lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR by mancha security · 9 years ago
  56. 506bf0c hwrng: core - allow perfect entropy from hardware devices by Keith Packard · 9 years ago
  57. 7094e8e linux-next: build failure after merge of the crypto tree by Herbert Xu · 9 years ago
  58. 656d7e7 hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in init by Andre Wolokita · 9 years ago
  59. 1a5addf hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG by Andre Wolokita · 9 years ago
  60. c42e990 crypto: sha1-mb - Syntax error by Ameen Ali · 9 years ago
  61. 2ef4d5c crypto: algif_rng - zeroize buffer with random data by Stephan Mueller · 9 years ago
  62. 5986ac4 Documentation: crypto: Add DT binding info for the img hw hash accelerator by James Hartley · 9 years ago
  63. d358f1a crypto: img-hash - Add Imagination Technologies hw hash accelerator by James Hartley · 9 years ago
  64. 73b3862 hwrng: iproc-rng200 - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  65. ef0a1b2 hwrng: iproc-rng200 - do not use static structure by Dmitry Torokhov · 9 years ago
  66. 9052b0d hwrng: msm - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  67. 1e6e38a hwrng: exynos - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  68. 6229c16 hwrng: bcm63xx - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  69. 4d9b519 hwrng: add devm_* interfaces by Dmitry Torokhov · 9 years ago
  70. 05713ba crypto: don't export static symbol by Julia Lawall · 9 years ago
  71. 19e60e1 crypto: testmgr - fix RNG return code enforcement by Stephan Mueller · 9 years ago
  72. f42613c linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code) by Herbert Xu · 9 years ago
  73. a308d66 hwrng: omap - remove #ifdefery around PM methods by Dmitry Torokhov · 9 years ago
  74. f1e866b crypto: arm - add support for GHASH using ARMv8 Crypto Extensions by Ard Biesheuvel · 9 years ago
  75. 8646485 crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions by Ard Biesheuvel · 9 years ago
  76. 006d062 crypto: arm - add support for SHA-224/256 using ARMv8 Crypto Extensions by Ard Biesheuvel · 9 years ago
  77. 864cbee crypto: arm - add support for SHA1 using ARMv8 Crypto Instructions by Ard Biesheuvel · 9 years ago
  78. 652ccae crypto: arm - move ARM specific Kconfig definitions to a dedicated file by Ard Biesheuvel · 9 years ago
  79. 1eb8a1b crypto: amcc - remove incorrect __init/__exit markups by Dmitry Torokhov · 9 years ago
  80. 83ce01d crypto: qat - remove incorrect __exit markup by Dmitry Torokhov · 9 years ago
  81. 257bedd hwrng: pseries - remove incorrect __init/__exit markups by Dmitry Torokhov · 9 years ago
  82. 87094a0 hwrng: octeon - remove incorrect __exit markups by Dmitry Torokhov · 9 years ago
  83. 1ee9b5e hwrng: omap - remove incorrect __exit markups by Dmitry Torokhov · 9 years ago
  84. 007ee8d crypto: tcrypt - fix uninit sg entries in test_acipher_speed by Horia Geant? · 9 years ago
  85. efdb6f6 crypto: octeon - enable OCTEON SHA1/256/512 module selection by Aaro Koskinen · 9 years ago
  86. fbaa4df crypto: octeon - add SHA512 module by Aaro Koskinen · 9 years ago
  87. c3d0def crypto: octeon - add SHA256 module by Aaro Koskinen · 9 years ago
  88. 82be2dc crypto: octeon - add SHA1 module by Aaro Koskinen · 9 years ago
  89. da3cd5d crypto: octeon - add instruction definitions for SHA1/256/512 by Aaro Koskinen · 9 years ago
  90. c3bc38d crypto: octeon - always disable preemption when using crypto engine by Aaro Koskinen · 9 years ago
  91. 9b2de7f crypto: octeon - don't disable bottom half in octeon-md5 by Aaro Koskinen · 9 years ago
  92. 3265c4b crypto: powerpc - move files to fix build error by Kim Phillips · 9 years ago
  93. a508412 hwrng: xgene - add ACPI support for APM X-Gene RNG unit by Feng Kan · 9 years ago
  94. 2ca87a1 MAINTAINERS: add crypto-API.tmpl by Stephan Mueller · 9 years ago
  95. dbe5fe7 crypto: doc - AEAD / RNG AF_ALG interface by Stephan Mueller · 9 years ago
  96. cde001e crypto: rng - RNGs must return 0 in success case by Stephan Mueller · 9 years ago
  97. 4842234 hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problem by Yanjiang Jin · 9 years ago
  98. 060e234 crypto: caam - fix uninitialized edesc->sec4_sg_bytes field by Yanjiang Jin · 9 years ago
  99. c83d45d hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver by Scott Branden · 9 years ago
  100. 259d317 hwrng: iproc-rng200 - Add device tree bindings by Scott Branden · 9 years ago