1. b46f36c crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data by Tudor Ambarus · 5 years ago
  2. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  3. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  4. 3907ccf crypto: atmel-aes - Fix CTR counter overflow when multiple fragments by Tudor Ambarus · 5 years ago
  5. 27f4adf crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds by Tudor Ambarus · 5 years ago
  6. e9ce6ae crypto: atmel-{sha,tdes} - Print warn message even when deferring by Tudor Ambarus · 5 years ago
  7. 827a98d crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() by Tudor Ambarus · 5 years ago
  8. 644c247 crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction by Tudor Ambarus · 5 years ago
  9. 0e69378 crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all() by Tudor Ambarus · 5 years ago
  10. aebe5bd crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods by Tudor Ambarus · 5 years ago
  11. 7db15aa crypto: atmel-aes - Use gcm helper to check authsize by Tudor Ambarus · 5 years ago
  12. 371731e crypto: atmel-aes - Fix saving of IV for CTR mode by Tudor Ambarus · 5 years ago
  13. 781a08d crypto: atmel-aes - Fix counter overflow in CTR mode by Tudor Ambarus · 5 years ago
  14. c65d123 crypto: atmel-{aes,tdes} - Do not save IV for ECB mode by Tudor Ambarus · 5 years ago
  15. e783651 crypto: atmel-{aes,sha,tdes} - Rename labels in probe() by Tudor Ambarus · 5 years ago
  16. c9063a0 crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() by Tudor Ambarus · 5 years ago
  17. 62f72cb crypto: atmel-aes - Retire dma_request_slave_channel_compat() by Peter Ujfalusi · 5 years ago
  18. 57d8154 crypto: atmel-aes - Change data type for "lastc" buffer by Tudor Ambarus · 5 years ago
  19. 7ada42d crypto: atmel-aes - switch to skcipher API by Ard Biesheuvel · 5 years ago
  20. 427e6e3 crypto: atmel - Fix remaining endianess warnings by Herbert Xu · 5 years ago
  21. 1520c72 crypto: atmel - Fix authenc support when it is set to m by Herbert Xu · 5 years ago
  22. 49c4cd8 crypto: atmel - fix data types for __be{32,64} by Ben Dooks (Codethink) · 5 years ago
  23. 86ef1df crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize by Tudor Ambarus · 5 years ago
  24. 514838e crypto: drivers - Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  25. 820684c crypto: atmel - switch to SPDX license identifiers by Tudor Ambarus · 6 years ago
  26. 5d804a51 crypto: atmel-aes - fix the keys zeroing on errors by Antoine Tenart · 7 years ago
  27. 0268483 crypto: atmel - Delete error messages for a failed memory allocation in six functions by Markus Elfring · 7 years ago
  28. 747f6ec crypto: atmel - remove empty functions by Tudor-Dan Ambarus · 7 years ago
  29. 7a373fd crypto: atmel-aes - Reset the controller before each use by Romain Izard · 7 years ago
  30. 9130801 crypto: atmel-aes - properly set IV after {en,de}crypt by Romain Izard · 7 years ago
  31. d472e42 crypto: atmel - remove useless irq init by Tudor-Dan Ambarus · 7 years ago
  32. 3c88761 crypto: atmel - return appropriate error code by Tudor-Dan Ambarus · 7 years ago
  33. 219d51c crypto: atmel - Use GCM IV size constant by Corentin LABBE · 7 years ago
  34. 89a82ef crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes by Cyrille Pitchen · 8 years ago
  35. a1f613f crypto: atmel-aes - fix atmel_aes_handle_queue() by Cyrille Pitchen · 8 years ago
  36. fc78334 crypto: atmel - drop pointless static qualifier in atmel_aes_probe() by Wei Yongjun · 8 years ago
  37. d52db51 crypto: atmel-aes - add support to the XTS mode by Cyrille Pitchen · 8 years ago
  38. f709dc8 crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined by Cyrille Pitchen · 8 years ago
  39. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  40. 9b52d55 crypto: atmel - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 9 years ago
  41. 53a0bd7 crypto: aead - move aead_request_cast helper to aead.h by Tadeusz Struk · 9 years ago
  42. 49a2045 crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts by Cyrille Pitchen · 9 years ago
  43. e31835a crypto: atmel-aes - Add missing break to atmel_aes_reg_name by Herbert Xu · 9 years ago
  44. 4537992 crypto: atmel-aes - add debug facilities to monitor register accesses. by Cyrille Pitchen · 9 years ago
  45. d441954 crypto: atmel-aes - add support to GCM mode by Cyrille Pitchen · 9 years ago
  46. 129f8bb crypto: atmel-aes - change the DMA threshold by Cyrille Pitchen · 9 years ago
  47. fcac8365 crypto: atmel-aes - fix the counter overflow in CTR mode by Cyrille Pitchen · 9 years ago
  48. da7b850 crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686 by Cyrille Pitchen · 9 years ago
  49. e37a7e5 crypto: atmel-aes - create sections to regroup functions by usage by Cyrille Pitchen · 9 years ago
  50. afbac17 crypto: atmel-aes - fix typo and indentation by Cyrille Pitchen · 9 years ago
  51. 2bfd04c crypto: atmel-aes - use SIZE_IN_WORDS() helper macro by Cyrille Pitchen · 9 years ago
  52. bbe628e crypto: atmel-aes - improve performances of data transfer by Cyrille Pitchen · 9 years ago
  53. 2a37782 crypto: atmel-aes - fix atmel_aes_remove() by Cyrille Pitchen · 9 years ago
  54. 820599a crypto: atmel-aes - remove useless AES_FLAGS_DMA flag by Cyrille Pitchen · 9 years ago
  55. 13c7f87 crypto: atmel-aes - reduce latency of DMA completion by Cyrille Pitchen · 9 years ago
  56. bd5f43d crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev by Cyrille Pitchen · 9 years ago
  57. 10f12c1 crypto: atmel-aes - rework crypto request completion by Cyrille Pitchen · 9 years ago
  58. 77dacf5 crypto: atmel-aes - simplify the configuration of the AES IP by Cyrille Pitchen · 9 years ago
  59. 794595d crypto: atmel-aes - remove useless write in the Control Register by Cyrille Pitchen · 9 years ago
  60. ccbf729 crypto: atmel-aes - make crypto request queue management more generic by Cyrille Pitchen · 9 years ago
  61. cdfab4a crypto: atmel-aes - change atmel_aes_write_ctrl() signature by Cyrille Pitchen · 9 years ago
  62. aab0a39 crypto: atmel-aes - propagate error from atmel_aes_hw_version_init() by Cyrille Pitchen · 9 years ago
  63. 7f1cbbc crypto: atmel-aes - remove unused header includes by Cyrille Pitchen · 9 years ago
  64. 924a8bc crypto: atmel-aes - fix unregistration order of crypto algorithms by Cyrille Pitchen · 9 years ago
  65. 88efd9a crypto: atmel-aes - change algorithm priorities by Cyrille Pitchen · 9 years ago
  66. c0b28d8 crypto: atmel-aes - constify value argument of atmel_aes_write_n() by Cyrille Pitchen · 9 years ago
  67. 973e209 crypto: atmel-aes - add new version by Leilei Zhao · 9 years ago
  68. 20ecae7 crypto: atmel - fix 64-bit warnings by Arnd Bergmann · 9 years ago
  69. b0e8b34 crypto: atmel - use devm_xxx() managed function by LABBE Corentin · 9 years ago
  70. 9d83d29 crypto: atmel - Check for clk_prepare_enable() return value by LABBE Corentin · 9 years ago
  71. 9cd2232 crypto: atmel-aes - correct usage of dma_sync_* API by Leilei Zhao · 10 years ago
  72. 289b262 crypto: atmel-aes - sync the buf used in DMA or CPU by Leilei Zhao · 10 years ago
  73. 8a10eb8 crypto: atmel-aes - initialize spinlock in probe by Leilei Zhao · 10 years ago
  74. cf1f0d1 crypto: atmel-aes - add new version by Leilei Zhao · 10 years ago
  75. be20835 crypto: atmel - fix typo in dev_err error message by Colin Ian King · 10 years ago
  76. 088f628 crypto: atmel - Free memory in error path by Christophe Jaillet · 10 years ago
  77. 5573bc0 crypto: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  78. 9f84951 crypto: atmel-aes - check alignment of cfb64 mode by Leilei Zhao · 11 years ago
  79. e5d8c96 crypto: atmel-aes - correct block size of cfb8 mode by Leilei Zhao · 11 years ago
  80. be943c7 crypto: atmel-aes - add support for Device Tree by Nicolas Ferre · 11 years ago
  81. cadc4ab crypto: atmel-aes - add support for latest release of the IP (0x130) by Nicolas Royer · 12 years ago
  82. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  83. 7b5c253c crypto: atmel-aes - adjust duplicate test by Julia Lawall · 12 years ago
  84. 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  85. 21a5b95 crypto: remove duplicated include by Wei Yongjun · 12 years ago
  86. e15aa36 crypto: drivers - remove cra_list initialization by Jussi Kivilinna · 13 years ago
  87. bd3c7b5 crypto: atmel - add Atmel AES driver by Nicolas Royer · 13 years ago