1. b3b5fce crypto: caam - check return code of dma_set_mask_and_coherent() by Horia Geantă · 8 years ago
  2. 78fd0ff crypto: caam - don't include unneeded headers by Horia Geantă · 8 years ago
  3. 83d650a crypto: ccp - Simplify some buffer management routines by Gary R Hook · 8 years ago
  4. 4cdf101 crypto: ccp - Update the command queue on errors by Gary R Hook · 8 years ago
  5. a60496a crypto: ccp - Change mode for detailed CCP init messages by Gary R Hook · 8 years ago
  6. 19998ac crypto: atmel-sha - fix error management in atmel_sha_start() by Cyrille Pitchen · 8 years ago
  7. dd3f9f4 crypto: atmel-sha - fix missing "return" instructions by Cyrille Pitchen · 8 years ago
  8. f7cc02b3 crypto: ccp - Set the AES size field for all modes by Gary R Hook · 8 years ago
  9. 9d12ba8 crypto: brcm - Add Broadcom SPU driver by Rob Rice · 8 years ago
  10. 206dc4f crypto: brcm - DT documentation for Broadcom SPU hardware by Rob Rice · 8 years ago
  11. 62ad8b5 crypto: cavium - Enable CPT options crypto for build by George Cherian · 8 years ago
  12. c694b23 crypto: cavium - Add the Virtual Function driver for CPT by George Cherian · 8 years ago
  13. 9e2c7d9 crypto: cavium - Add Support for Octeon-tx CPT Engine by George Cherian · 8 years ago
  14. 87f3d08 hwrng: cavium - Use per device name to allow for multiple devices. by David Daney · 8 years ago
  15. 4c147bc crypto: atmel - fix 64-bit build warnings by Arnd Bergmann · 8 years ago
  16. ceb4afb crypto: atmel - refine Kconfig dependencies by Arnd Bergmann · 8 years ago
  17. db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 8 years ago
  18. 7d6e910 crypto: improve gcc optimization flags for serpent and wp512 by Arnd Bergmann · 8 years ago
  19. 4860620 crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver by Ard Biesheuvel · 8 years ago
  20. f15f05b crypto: ccm - switch to separate cbcmac driver by Ard Biesheuvel · 8 years ago
  21. 092acf0 crypto: testmgr - add test cases for cbcmac(aes) by Ard Biesheuvel · 8 years ago
  22. b5e0b03 crypto: aes - add generic time invariant AES cipher by Ard Biesheuvel · 8 years ago
  23. ec38a93 crypto: aes-generic - drop alignment requirement by Ard Biesheuvel · 8 years ago
  24. c459bd7 crypto: sha512-mb - Protect sha512 mb ctx mgr access by Tim Chen · 8 years ago
  25. 5d3d9c8 crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers by Ard Biesheuvel · 8 years ago
  26. 1a20b96 crypto: arm/aes - don't use IV buffer to return final keystream block by Ard Biesheuvel · 8 years ago
  27. 88a3f58 crypto: arm64/aes - don't use IV buffer to return final keystream block by Ard Biesheuvel · 8 years ago
  28. 12fcd92 crypto: arm64/aes - replace scalar fallback with plain NEON fallback by Ard Biesheuvel · 8 years ago
  29. 4edd7d0 crypto: arm64/aes-neon-blk - tweak performance for low end cores by Ard Biesheuvel · 8 years ago
  30. c458c4ad crypto: arm64/aes - performance tweak by Ard Biesheuvel · 8 years ago
  31. 262ea4f crypto: arm64/aes - avoid literals for cross-module symbol references by Ard Biesheuvel · 8 years ago
  32. 4d1108f crypto: arm64/chacha20 - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  33. ccc5d51 crypto: arm64/aes-blk - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  34. 8f4102d crypto: arm64/aes-ce-ccm - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  35. 4a70b52 crypto: arm/chacha20 - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  36. 1465fb1 crypto: arm/aes-ce - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  37. 5ba042c crypto: chcr - Fix Smatch Complaint by Harsh Jain · 8 years ago
  38. d282605 crypto: chcr - Fix wrong typecasting by Harsh Jain · 8 years ago
  39. 8f06601 crypto: chcr - Change algo priority by Harsh Jain · 8 years ago
  40. 44e9f79 crypto: chcr - Change cra_flags for cipher algos by Harsh Jain · 8 years ago
  41. 8356ea5 crypto: chcr - Use cipher instead of Block Cipher in gcm setkey by Harsh Jain · 8 years ago
  42. ee3bd84 crypto: chcr - fix itnull.cocci warnings by Harsh Jain · 8 years ago
  43. 8a13449 crypto: chcr - Change flow IDs by Harsh Jain · 8 years ago
  44. 0569fc4 crypto: atmel-sha - add verbose debug facilities to print hw register names by Cyrille Pitchen · 8 years ago
  45. 89a82ef crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes by Cyrille Pitchen · 8 years ago
  46. a1f613f crypto: atmel-aes - fix atmel_aes_handle_queue() by Cyrille Pitchen · 8 years ago
  47. 81d8750 crypto: atmel-sha - add support to hmac(shaX) by Cyrille Pitchen · 8 years ago
  48. 69303cf crypto: atmel-sha - add simple DMA transfers by Cyrille Pitchen · 8 years ago
  49. eec12f6 crypto: atmel-sha - add atmel_sha_cpu_start() by Cyrille Pitchen · 8 years ago
  50. 563c47d crypto: atmel-sha - add SHA_MR_MODE_IDATAR0 by Cyrille Pitchen · 8 years ago
  51. 9064ed9 crypto: atmel-sha - add atmel_sha_wait_for_data_ready() by Cyrille Pitchen · 8 years ago
  52. f07ceba crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA* by Cyrille Pitchen · 8 years ago
  53. b5ce82a crypto: atmel-sha - make atmel_sha_done_task more generic by Cyrille Pitchen · 8 years ago
  54. a29af93 crypto: atmel-sha - update request queue management to make it more generic by Cyrille Pitchen · 8 years ago
  55. 8340c7f crypto: atmel-sha - create function to get an Atmel SHA device by Cyrille Pitchen · 8 years ago
  56. 379d972 crypto: doc - Fix hash export state information by Rabin Vincent · 8 years ago
  57. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  58. 7c2cf1c crypto: chcr - Fix key length for RFC4106 by Harsh Jain · 8 years ago
  59. 0b529f1 crypto: algif_aead - Fix kernel panic on list_del by Harsh Jain · 8 years ago
  60. c268199 crypto: aesni - Fix failure when pcbc module is absent by Herbert Xu · 8 years ago
  61. e5da5c5 crypto: ccp - Fix double add when creating new DMA command by Gary R Hook · 8 years ago
  62. 500c010 crypto: ccp - Fix DMA operations when IOMMU is enabled by Gary R Hook · 8 years ago
  63. f5f7beb crypto: chcr - Check device is allocated before use by Harsh Jain · 8 years ago
  64. 94e1dab crypto: chcr - Fix panic on dma_unmap_sg by Harsh Jain · 8 years ago
  65. 685ce06 crypto: qat - zero esram only for DH85x devices by Giovanni Cabiddu · 8 years ago
  66. 3484ecb crypto: qat - fix bar discovery for c62x by Giovanni Cabiddu · 8 years ago
  67. 7dede91 crypto: vmx - disable preemption to enable vsx in aes_ctr.c by Li Zhong · 8 years ago
  68. d03f7b0 crypto: mediatek - add support to GCM mode by Ryder Lee · 8 years ago
  69. e04a31d crypto: mediatek - add support to CTR mode by Ryder Lee · 8 years ago
  70. 059b149 crypto: mediatek - fix typo and indentation by Ryder Lee · 8 years ago
  71. 0abc271 crypto: mediatek - regroup functions by usage by Ryder Lee · 8 years ago
  72. 8742198 crypto: mediatek - rework crypto request completion by Ryder Lee · 8 years ago
  73. 382ae57 crypto: mediatek - make crypto request queue management more generic by Ryder Lee · 8 years ago
  74. 4432861 crypto: mediatek - fix incorrect data transfer result by Ryder Lee · 8 years ago
  75. a8739962 crypto: mediatek - move HW control data to transformation context by Ryder Lee · 8 years ago
  76. e183914 crypto: x86 - make constants readonly, allow linker to merge them by Denys Vlasenko · 8 years ago
  77. 587d531 crypto: x86/crc32c - fix %progbits -> @progbits by Denys Vlasenko · 8 years ago
  78. 13954e7 crypto: arm/aes-neonbs - fix issue with v2.22 and older assembler by Ard Biesheuvel · 8 years ago
  79. 76512f2 crypto: tcrypt - Add debug prints by Rabin Vincent · 8 years ago
  80. 3bfb2e6 crypto: img-hash - use dma_data_direction when calling dma_map_sg by Nicolas Iooss · 8 years ago
  81. 11e3b72 crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes by Ard Biesheuvel · 8 years ago
  82. d604076 crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg by Salvatore Benedetto · 8 years ago
  83. 8717096 crypto: virtio - adjust priority of algorithm by Gonglei \(Arei\) · 8 years ago
  84. 658fa75 crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code by Ard Biesheuvel · 8 years ago
  85. 0ff1436 hwrng: n2 - update version info by Shannon Nelson · 8 years ago
  86. 07e25d4 hwrng: n2 - support new hardware register layout by Shannon Nelson · 8 years ago
  87. becbc49 hwrng: n2 - add device data descriptions by Shannon Nelson · 8 years ago
  88. db602a7 hwrng: n2 - limit error spewage when self-test fails by Shannon Nelson · 8 years ago
  89. de0f96d crypto: mediatek - make symbol of_crypto_id static by Wei Yongjun · 8 years ago
  90. 21c8e72 crypto: testmgr - use calculated count for number of test vectors by Ard Biesheuvel · 8 years ago
  91. cc477bf crypto: arm/aes - replace bit-sliced OpenSSL NEON code by Ard Biesheuvel · 8 years ago
  92. 1abee99 crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 by Ard Biesheuvel · 8 years ago
  93. 81edb42 crypto: arm/aes - replace scalar AES cipher by Ard Biesheuvel · 8 years ago
  94. bed593c crypto: arm64/aes - add scalar implementation by Ard Biesheuvel · 8 years ago
  95. 293614c crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well by Ard Biesheuvel · 8 years ago
  96. afaf712 crypto: arm/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  97. b7171ce crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  98. 41e0532 crypto: mediatek - fix format string for 64-bit builds by Arnd Bergmann · 8 years ago
  99. 7dee9f6 crypto: mediatek - remove ARM dependencies by Arnd Bergmann · 8 years ago
  100. b8fbe71 crypto: x86/chacha20 - Manually align stack buffer by Herbert Xu · 8 years ago