1. b2c3f7c crypto: qat - don't need qat_auth_state struct by Tadeusz Struk · 10 years ago
  2. 48eb369 crypto: qat - Ensure ipad and opad are zeroed by Herbert Xu · 10 years ago
  3. 6a24efd crypto: qat - remove unnecessary include of atomic.h header file by Allan, Bruce W · 10 years ago
  4. a6bcc1e crypto: qat - use pci_wait_for_pending_transaction() by Allan, Bruce W · 10 years ago
  5. fd98d69 crypto: qat - adf_ae_stop() is never called by Allan, Bruce W · 10 years ago
  6. 53bc0251 crypto: qat - correctly type a boolean by Allan, Bruce W · 10 years ago
  7. 22e4dda crypto: qat - fix device reset flow by Allan, Bruce W · 10 years ago
  8. ad511e2 crypto: qat - Fix incorrect uses of memzero_explicit by Herbert Xu · 10 years ago
  9. 338e84f crypto: qat - add support for cbc(aes) ablkcipher by Tadeusz Struk · 10 years ago
  10. 82f8250 crypto: qat - Fix assumption that sg in and out will have the same nents by Tadeusz Struk · 10 years ago
  11. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  12. bc84b94 crypto: qat - fix problem with coalescing enable logic by Tadeusz Struk · 10 years ago
  13. b1c9952 crytpo: qat - Fix 64 bytes requests by Struk, Tadeusz · 10 years ago
  14. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  15. aa408d6 crypto: qat - Use memzero_explicit by Struk, Tadeusz · 10 years ago
  16. a727c4b crypto: qat - Move BAR definitions to device specific module by Tadeusz Struk · 10 years ago
  17. 77ddaba crypto: qat - misspelling typo - "reseting" should be "resetting" by Bruce Allan · 10 years ago
  18. 242b159 crypto: qat - cleanup unnecessary break checkpatch warning by Bruce Allan · 10 years ago
  19. fdb4c0a crypto: qat - cleanup coccicheck warning - NULL check before freeing functions by Bruce Allan · 10 years ago
  20. 8c4cef4 crypto: qat - fix bad unlock balance by Bruce Allan · 10 years ago
  21. 09adc87 crypto: qat - Enforce valid numa configuration by Tadeusz Struk · 10 years ago
  22. 923a6e5 crypto: qat - Prevent dma mapping zero length assoc data by Tadeusz Struk · 10 years ago
  23. 37e5265 crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c by Behan Webster · 10 years ago
  24. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  25. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  26. 9561dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  27. 26c3af6 crypto: qat - Removed unneeded partial state by Tadeusz Struk · 10 years ago
  28. 7752759 crypto: qat - Fix typo in name of tasklet_struct by Tadeusz Struk · 10 years ago
  29. 413e557 crypto: qat - Enable all 32 IRQs by Tadeusz Struk · 10 years ago
  30. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  31. 51269ad crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  32. 65fafbe crypto: qat - Fix return value check in adf_chr_drv_create() by Wei Yongjun · 10 years ago
  33. 4f74c39 crypto: qat - Fixed SKU1 dev issue by Tadeusz Struk · 10 years ago
  34. d9a44ab crypto: qat - Use hweight for bit counting by Tadeusz Struk · 10 years ago
  35. 6899172 crypto: qat - Updated print outputs by Tadeusz Struk · 10 years ago
  36. 9a147cb crypto: qat - change ae_num to ae_id by Tadeusz Struk · 10 years ago
  37. 8c1f8e3 crypto: qat - change slice->regions to slice->region by Tadeusz Struk · 10 years ago
  38. df0088f crypto: qat - use min_t macro by Tadeusz Struk · 10 years ago
  39. 45cff26 crypto: qat - remove unnecessary parentheses by Tadeusz Struk · 10 years ago
  40. a7d2176 crypto: qat - remove unneeded header by Tadeusz Struk · 10 years ago
  41. 53275ba crypto: qat - checkpatch blank lines by Tadeusz Struk · 10 years ago
  42. 341b2a3 crypto: qat - remove unnecessary return codes by Tadeusz Struk · 10 years ago
  43. ac1a2b4 crypto: qat - remove an unneeded cast by Dan Carpenter · 10 years ago
  44. 8f312d6 crypto: qat - Fix error path crash when no firmware is present by Tadeusz Struk · 10 years ago
  45. d65071e crypto: qat - Fixed new checkpatch warnings by Tadeusz Struk · 10 years ago
  46. 83530d8 crypto: qat - Updated Firmware Info Metadata by Tadeusz Struk · 10 years ago
  47. bce3cc6 crypto: qat - Fix random config build warnings by Tadeusz Struk · 10 years ago
  48. e60b244 crypto: qat - Fix build problem with O= by Herbert Xu · 10 years ago
  49. 7afa232 crypto: qat - Intel(R) QAT DH895xcc accelerator by Tadeusz Struk · 10 years ago
  50. b3416fb crypto: qat - Intel(R) QAT accelengine part of fw loader by Tadeusz Struk · 10 years ago
  51. b4b7e67 crypto: qat - Intel(R) QAT ucode part of fw loader by Tadeusz Struk · 10 years ago
  52. d370cec crypto: qat - Intel(R) QAT crypto interface by Tadeusz Struk · 10 years ago
  53. 38154e6 crypto: qat - Intel(R) QAT FW interface by Tadeusz Struk · 10 years ago
  54. a672a9d crypto: qat - Intel(R) QAT transport code by Tadeusz Struk · 10 years ago
  55. d8cba25 crypto: qat - Intel(R) QAT driver framework by Tadeusz Struk · 10 years ago