Age | Commit message (Expand) | Author | Files | Lines |
2015-12-25 | crypto: qat - Rename dh895xcc mmp firmware | Ahsan Atta | 1 | -1/+1 |
2015-12-22 | crypto: qat - use list_for_each_entry* | Geliang Tang | 2 | -29/+12 |
2015-12-22 | crypto: qat - fix some timeout tests | Pingchao Yang | 1 | -1/+1 |
2015-12-22 | crypto: qat - fix CTX_ENABLES bits shift direction issue | Pingchao Yang | 1 | -1/+1 |
2015-12-14 | crypto: qat - uint8_t is not large enough for accel_id | Tadeusz Struk | 2 | -3/+3 |
2015-12-14 | crypto: qat - enable VF irq after guest exits ungracefully | Zeng Xin | 2 | -1/+7 |
2015-12-11 | crypto: qat - select PCI_IOV when VF are enabled | Tadeusz Struk | 1 | -0/+2 |
2015-12-11 | crypto: qat - ring returning retry even though ring has BW | Harvijay Saini | 1 | -3/+2 |
2015-12-09 | crypto: qat - add support for c62xvf accel type | Tadeusz Struk | 7 | -0/+558 |
2015-12-09 | crypto: qat - add support for c3xxxvf accel type | Tadeusz Struk | 7 | -1/+559 |
2015-12-09 | crypto: qat - add support for c62x accel type | Tadeusz Struk | 7 | -0/+683 |
2015-12-09 | crypto: qat - add support for c3xxx accel type | Tadeusz Struk | 8 | -5/+714 |
2015-12-09 | crypto: qat - move isr files to qat common so that they can be reused | Tadeusz Struk | 24 | -422/+213 |
2015-12-09 | crypto: qat - add support for new devices to FW loader | Pingchao Yang | 7 | -85/+823 |
2015-12-09 | crypto: qat - add new device definitions | Tadeusz Struk | 1 | -0/+10 |
2015-11-24 | crypto: qat - fix typo in clean-files | Jim Davis | 1 | -1/+1 |
2015-11-17 | crypto: qat - constify pci_error_handlers structures | Julia Lawall | 1 | -1/+1 |
2015-11-17 | crypto: qat - remove superfluous check from adf_probe | Salvatore Benedetto | 2 | -15/+2 |
2015-11-17 | crypto: qat - fix get instance function | Tadeusz Struk | 1 | -11/+11 |
2015-11-17 | crypto: qat - when stopping all devices make fure VF are stopped first | Tadeusz Struk | 1 | -1/+1 |
2015-11-04 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 12 | -166/+366 |
2015-10-20 | crypto: qat - fix crypto_get_instance_node function | Tadeusz Struk | 1 | -4/+16 |
2015-10-14 | crypto: akcipher - Changes to asymmetric key API | Tadeusz Struk | 5 | -63/+182 |
2015-10-01 | crypto: qat - remove unneeded variable | Tadeusz Struk | 1 | -3/+2 |
2015-10-01 | crypto: qat - add support for ctr(aes) and xts(aes) | Tadeusz Struk | 1 | -39/+127 |
2015-10-01 | crypto: qat - remove empty functions and turn qat_uregister fn to void | Tadeusz Struk | 4 | -25/+5 |
2015-09-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+3 |
2015-09-21 | crypto: qat - VF should never trigger SBR on PH | Conor McLoughlin | 1 | -0/+3 |
2015-09-21 | crypto: qat - Add load balancing across devices | Tadeusz Struk | 1 | -28/+33 |
2015-09-21 | crypto: qat - don't check for iommu | John Griffin | 1 | -5/+2 |
2015-09-10 | drivers/crypto/qat: use seq_hex_dump() to dump buffers | Andy Shevchenko | 1 | -14/+2 |
2015-08-25 | crypto: qat - enable legacy VFs | Tadeusz Struk | 4 | -106/+118 |
2015-08-24 | crypto: qat - silence a static checker warning | Tadeusz Struk | 1 | -0/+4 |
2015-08-18 | crypto: qat - Don't move data inside output buffer | Tadeusz Struk | 1 | -1/+1 |
2015-08-17 | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag | Herbert Xu | 1 | -4/+4 |
2015-08-17 | crypto: qat - Remove reference to crypto_aead_crt | Herbert Xu | 1 | -3/+3 |
2015-08-13 | crypto: qat - fix simple_return.cocci warnings | Wu Fengguang | 1 | -6/+2 |
2015-08-13 | crypto: qat - Fix unmet direct dependencies for QAT_DH895xCCVF | Tadeusz Struk | 1 | -0/+2 |
2015-08-11 | crypto: qat - Fix adf_isr_resource_free name clash | Tadeusz Struk | 3 | -7/+7 |
2015-08-10 | crypto: qat - Add FW const table | Tadeusz Struk | 1 | -1/+106 |
2015-08-10 | crypto: qat - Add qat dh895xcc VF driver | Tadeusz Struk | 8 | -0/+965 |
2015-08-10 | crypto: qat - Add support for SRIOV | Tadeusz Struk | 17 | -94/+1426 |
2015-08-10 | crypto: qat - Move adf admin and adf hw arbitrer to common code | Tadeusz Struk | 14 | -241/+97 |
2015-08-04 | crypto: qat - Convert to new AEAD interface | Herbert Xu | 1 | -204/+123 |
2015-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -8/+16 |
2015-07-28 | crypto: qat - remove unnecessary list iteration | Bruce Allan | 1 | -6/+1 |
2015-07-28 | crypto: qat - Fix typo othewise->otherwise | Ahsan Atta | 5 | -11/+11 |
2015-07-28 | crypto: qat - remove unused define | Bruce Allan | 1 | -1/+0 |
2015-07-28 | crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macro | Bruce Allan | 1 | -2/+3 |
2015-07-28 | crypto: qat - remove redundant struct elem | Bruce Allan | 3 | -3/+1 |