1. d441954 crypto: atmel-aes - add support to GCM mode by Cyrille Pitchen · 9 years ago
  2. 129f8bb crypto: atmel-aes - change the DMA threshold by Cyrille Pitchen · 9 years ago
  3. fcac8365 crypto: atmel-aes - fix the counter overflow in CTR mode by Cyrille Pitchen · 9 years ago
  4. da7b850 crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686 by Cyrille Pitchen · 9 years ago
  5. e37a7e5 crypto: atmel-aes - create sections to regroup functions by usage by Cyrille Pitchen · 9 years ago
  6. afbac17 crypto: atmel-aes - fix typo and indentation by Cyrille Pitchen · 9 years ago
  7. 2bfd04c crypto: atmel-aes - use SIZE_IN_WORDS() helper macro by Cyrille Pitchen · 9 years ago
  8. bbe628e crypto: atmel-aes - improve performances of data transfer by Cyrille Pitchen · 9 years ago
  9. 2a37782 crypto: atmel-aes - fix atmel_aes_remove() by Cyrille Pitchen · 9 years ago
  10. 820599a crypto: atmel-aes - remove useless AES_FLAGS_DMA flag by Cyrille Pitchen · 9 years ago
  11. 13c7f87 crypto: atmel-aes - reduce latency of DMA completion by Cyrille Pitchen · 9 years ago
  12. bd5f43d crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev by Cyrille Pitchen · 9 years ago
  13. 10f12c1 crypto: atmel-aes - rework crypto request completion by Cyrille Pitchen · 9 years ago
  14. 77dacf5 crypto: atmel-aes - simplify the configuration of the AES IP by Cyrille Pitchen · 9 years ago
  15. 794595d crypto: atmel-aes - remove useless write in the Control Register by Cyrille Pitchen · 9 years ago
  16. ccbf729 crypto: atmel-aes - make crypto request queue management more generic by Cyrille Pitchen · 9 years ago
  17. cdfab4a crypto: atmel-aes - change atmel_aes_write_ctrl() signature by Cyrille Pitchen · 9 years ago
  18. aab0a39 crypto: atmel-aes - propagate error from atmel_aes_hw_version_init() by Cyrille Pitchen · 9 years ago
  19. 7f1cbbc crypto: atmel-aes - remove unused header includes by Cyrille Pitchen · 9 years ago
  20. 924a8bc crypto: atmel-aes - fix unregistration order of crypto algorithms by Cyrille Pitchen · 9 years ago
  21. 88efd9a crypto: atmel-aes - change algorithm priorities by Cyrille Pitchen · 9 years ago
  22. c0b28d8 crypto: atmel-aes - constify value argument of atmel_aes_write_n() by Cyrille Pitchen · 9 years ago
  23. 973e209 crypto: atmel-aes - add new version by Leilei Zhao · 9 years ago
  24. dc2c632 crypto: qat - use list_for_each_entry* by Geliang Tang · 9 years ago
  25. e4ae86e crypto: ux500 - Use precalculated hash from headers by LABBE Corentin · 9 years ago
  26. bdd7506 crypto: ccp - Use precalculated hash from headers by LABBE Corentin · 9 years ago
  27. 8054b80 crypto: n2 - Use precalculated hash from headers by LABBE Corentin · 9 years ago
  28. 51d77dd crypto: qat - fix some timeout tests by Pingchao Yang · 9 years ago
  29. 46621e6 crypto: qat - fix CTX_ENABLES bits shift direction issue by Pingchao Yang · 9 years ago
  30. 16f080a crypto: omap - Removed unused variable "err" by Rahul Pathak · 9 years ago
  31. 871b88a crypto: atmel-sha - Removed unused variable "err" by Rahul Pathak · 9 years ago
  32. 6333ed8 crypto: nx-842 - Mask XERS0 bit in return value by Haren Myneni · 9 years ago
  33. 81b312f crypto: qat - uint8_t is not large enough for accel_id by Tadeusz Struk · 9 years ago
  34. 50eca25 crypto: omap-des - Fix "schedule while atomic" bug by Sam Protsenko · 9 years ago
  35. 40c18a5 crypto: qat - enable VF irq after guest exits ungracefully by Zeng Xin · 9 years ago
  36. 75910d3 crypto: qat - select PCI_IOV when VF are enabled by Tadeusz Struk · 9 years ago
  37. 06cabd7 crypto: qat - ring returning retry even though ring has BW by Harvijay Saini · 9 years ago
  38. d4b98f2 crypto: sahara - fix debug output for 64-bit dma_addr_t by Arnd Bergmann · 9 years ago
  39. 75d3f81 crypto: sahara - fix 64-bit dma_addr_t compilation by Arnd Bergmann · 9 years ago
  40. 3771df3 crypto: qat - add support for c62xvf accel type by Tadeusz Struk · 9 years ago
  41. 8b206f2 crypto: qat - add support for c3xxxvf accel type by Tadeusz Struk · 9 years ago
  42. a6dabee crypto: qat - add support for c62x accel type by Tadeusz Struk · 9 years ago
  43. 890c55f crypto: qat - add support for c3xxx accel type by Tadeusz Struk · 9 years ago
  44. 1a72d3a crypto: qat - move isr files to qat common so that they can be reused by Tadeusz Struk · 9 years ago
  45. b027227 crypto: qat - add support for new devices to FW loader by Pingchao Yang · 9 years ago
  46. 9809ebc crypto: qat - add new device definitions by Tadeusz Struk · 9 years ago
  47. a103a75 crypto: n2 - Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
  48. 5e75ae1 crypto: talitos - add new crypto modes by LEROY Christophe · 9 years ago
  49. 0d3d054 crypto: vmx - IV size failing on skcipher API by Leonidas Da Silva Barbosa · 9 years ago
  50. f456cd2 crypto: caam - pass the correct buffer length by Fabio Estevam · 9 years ago
  51. ac7c8e6 crypto: rockchip - fix possible deadlock by Heiko Stuebner · 9 years ago
  52. 433cd2c crypto: rockchip - add crypto driver for rk3288 by Zain Wang · 9 years ago
  53. d62112f crypto: nx - use of_property_read_u32() by saurabh · 9 years ago
  54. 1d4bbc5 crypto: padlock-aes - use offset_in_page macro by Geliang Tang · 9 years ago
  55. f143fc6 crypto: qat - fix typo in clean-files by Jim Davis · 9 years ago
  56. f53e38a crypto: picoxcell - set [src|dst]_nents and nents as signed int by LABBE Corentin · 9 years ago
  57. f8e28a0 crypto: sahara - set nb_[in|out]_sg as signed int by LABBE Corentin · 9 years ago
  58. 56b85c9 crypto: atmel: fix bogus select by Arnd Bergmann · 10 years ago
  59. 20ecae7 crypto: atmel - fix 64-bit warnings by Arnd Bergmann · 9 years ago
  60. 4f9ea86 crypto: sun4i-ss - add missing statesize by LABBE Corentin · 9 years ago
  61. f9d1293 crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool_destroy" by Markus Elfring · 9 years ago
  62. 202a32f crypto: qat - constify pci_error_handlers structures by Julia Lawall · 9 years ago
  63. 7aff7d0 crypto: amcc - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  64. f9970c2 crypto: caam - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  65. f051f95 crypto: picoxcell - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  66. 4fa9948 crypto: qce - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  67. 6c2b74d crypto: sahara - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  68. 8e409fe crypto: talitos - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  69. c22dafb crypto: marvell - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  70. c52b673 crypto: qat - remove superfluous check from adf_probe by Salvatore Benedetto · 9 years ago
  71. d956fed crypto: qat - fix get instance function by Tadeusz Struk · 9 years ago
  72. 16f56e8 crypto: hifn_795x - fix coding style by LABBE Corentin · 9 years ago
  73. cfeecab crypto: hifn_795x - use dev_xx/pr_xx instead of printk by LABBE Corentin · 9 years ago
  74. 276a2ff crypto: hifn_795x - remove the hifn_test function by LABBE Corentin · 9 years ago
  75. b0c8bc1 crypto: qat - when stopping all devices make fure VF are stopped first by Tadeusz Struk · 9 years ago
  76. 7996094 crypto: talitos - Fix timing leak in ESP ICV verification by David Gstir · 9 years ago
  77. cb8affb crypto: nx - Fix timing leak in GCM and CCM decryption by David Gstir · 9 years ago
  78. be23c9d Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  79. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  80. 1831eff device property: ACPI: Make use of the new DMA Attribute APIs by Suthikulpanit, Suravee · 9 years ago
  81. 9cf5c09 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  82. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  83. 6de59d4 crypto: marvell/cesa - use __le32 for hardware descriptors by Russell King · 9 years ago
  84. ea1f662 crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op() by Russell King · 9 years ago
  85. 0f3304d crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio() by Russell King · 9 years ago
  86. 35622ea crypto: marvell/cesa - use gfp_t for gfp flags by Russell King · 9 years ago
  87. 5d75413 crypto: marvell/cesa - use dma_addr_t for cur_dma by Russell King · 9 years ago
  88. b150856 crypto: marvell/cesa - use readl_relaxed()/writel_relaxed() by Russell King · 9 years ago
  89. 659f313 crypto: caam - fix indentation of close braces by Russell King · 9 years ago
  90. 5ec9083 crypto: caam - only export the state we really need to export by Russell King · 9 years ago
  91. c7556ff crypto: caam - fix non-block aligned hash calculation by Russell King · 9 years ago
  92. 434b421 crypto: caam - avoid needlessly saving and restoring caam_hash_ctx by Russell King · 9 years ago
  93. 6ea30f0 crypto: caam - print errno code when hash registration fails by Russell King · 9 years ago
  94. 8c07f3a crypto: marvell/cesa - fix memory leak by Boris Brezillon · 9 years ago
  95. 8efbc2c crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_req() by Russell King · 9 years ago
  96. ab270e7 crypto: marvell/cesa - rearrange handling for sw padded hashes by Russell King · 9 years ago
  97. aee84a7 crypto: marvell/cesa - rearrange handling for hw finished hashes by Russell King · 9 years ago
  98. 58953e1 crypto: marvell/cesa - rearrange last request handling by Russell King · 9 years ago
  99. e41bbeb crypto: marvell/cesa - avoid adding final operation within loop by Russell King · 9 years ago
  100. bd274b1 crypto: marvell/cesa - ensure iter.base.op_len is the full op length by Russell King · 9 years ago