Age | Commit message (Expand) | Author | Files | Lines |
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-10 | crypto: qat - Add FW const table | Tadeusz Struk | 1 | -1/+106 |
2015-08-10 | crypto: qat - Add support for SRIOV | Tadeusz Struk | 13 | -27/+1246 |
2015-08-10 | crypto: qat - Move adf admin and adf hw arbitrer to common code | Tadeusz Struk | 8 | -87/+374 |
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 | 1 | -1/+0 |
2015-07-23 | crypto: qat - Don't attempt to register algorithm multiple times | Tadeusz Struk | 1 | -3/+16 |
2015-07-23 | crypto: qat - Fix invalid synchronization between register/unregister sym algs | Tadeusz Struk | 1 | -8/+16 |
2015-07-21 | crypto: qat - fix invalid check for RSA keylen in fips mode | Tadeusz Struk | 1 | -2/+2 |
2015-07-17 | crypto: qat - Add support for RSA algorithm | Tadeusz Struk | 11 | -27/+777 |
2015-07-17 | crypto: qat - add MMP FW support to accel engine | Tadeusz Struk | 2 | -5/+39 |
2015-07-17 | crypto: qat - add support for MMP FW | Pingchao Yang | 4 | -26/+17 |
2015-06-29 | crypto: qat - Deletion of unnecessary checks before two function calls | Markus Elfring | 2 | -5/+2 |
2015-06-09 | crypto: qat: fix issue when mapping assoc to internal AD struct | Tadeusz Struk | 1 | -12/+20 |
2015-05-15 | crypto: qat - rm unneeded header include | Tadeusz Struk | 1 | -1/+0 |
2015-05-15 | crypto: qat - remove unused structure members | Tadeusz Struk | 1 | -12/+0 |
2015-05-13 | crypto: qat - Use crypto_aead_set_reqsize helper | Herbert Xu | 1 | -2/+3 |
2015-05-13 | crypto: qat - Include internal/aead.h | Herbert Xu | 1 | -1/+1 |
2015-05-11 | crypto: qat - add driver version | Allan, Bruce W | 2 | -0/+8 |
2015-04-07 | crypto: qat - fix double release_firmware on error path | Tadeusz Struk | 3 | -12/+13 |
2015-04-07 | crypto: qat - print ring name in debug output | Tadeusz Struk | 1 | -0/+2 |
2015-04-01 | crypto: qat - fix checkpatch COMPARISON_TO_NULL issue | Allan, Bruce W | 1 | -1/+1 |
2015-04-01 | crypto: qat - fix checkpatch BIT_MACRO issues | Allan, Bruce W | 1 | -2/+2 |
2015-04-01 | crypto: qat - fix checkpatch CONCATENATED_STRING issues | Allan, Bruce W | 1 | -4/+4 |
2015-04-01 | crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS | Allan, Bruce W | 1 | -2/+2 |
2015-04-01 | crypto: qat - fix checkpatch CHECK_SPACING issues | Allan, Bruce W | 1 | -1/+1 |
2015-04-01 | crypto: qat - fix typo | Allan, Bruce W | 1 | -14/+14 |
2015-03-23 | crypto: qat - make error and info log messages more descriptive | Allan, Bruce W | 9 | -83/+124 |
2015-03-23 | crypto: qat - fix typo in string | Allan, Bruce W | 1 | -1/+1 |
2015-03-23 | crypto: qat - remove duplicate definition of Intel PCI vendor id | Allan, Bruce W | 1 | -1/+0 |
2015-01-16 | crypto: qat - don't need qat_auth_state struct | Tadeusz Struk | 1 | -6/+0 |
2015-01-14 | crypto: qat - Ensure ipad and opad are zeroed | Herbert Xu | 1 | -9/+6 |
2015-01-13 | crypto: qat - remove unnecessary include of atomic.h header file | Allan, Bruce W | 2 | -2/+0 |
2015-01-13 | crypto: qat - use pci_wait_for_pending_transaction() | Allan, Bruce W | 1 | -15/+2 |
2015-01-13 | crypto: qat - adf_ae_stop() is never called | Allan, Bruce W | 1 | -1/+1 |
2015-01-13 | crypto: qat - correctly type a boolean | Allan, Bruce W | 1 | -2/+3 |
2015-01-13 | crypto: qat - fix device reset flow | Allan, Bruce W | 6 | -16/+98 |
2015-01-08 | crypto: qat - Fix incorrect uses of memzero_explicit | Herbert Xu | 1 | -25/+20 |
2014-12-22 | crypto: qat - add support for cbc(aes) ablkcipher | Tadeusz Struk | 3 | -112/+433 |