| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | crypto: qat - Fix invalid synchronization between register/unregister sym algs | Tadeusz Struk | 2015-07-23 | 1 | -8/+16 |
* | | crypto: qat - remove unnecessary list iteration | Bruce Allan | 2015-07-28 | 1 | -6/+1 |
* | | crypto: qat - Fix typo othewise->otherwise | Ahsan Atta | 2015-07-28 | 5 | -11/+11 |
* | | crypto: qat - remove unused define | Bruce Allan | 2015-07-28 | 1 | -1/+0 |
* | | crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macro | Bruce Allan | 2015-07-28 | 1 | -2/+3 |
* | | crypto: qat - remove redundant struct elem | Bruce Allan | 2015-07-28 | 3 | -3/+1 |
* | | crypto: qat - Don't attempt to register algorithm multiple times | Tadeusz Struk | 2015-07-23 | 1 | -3/+16 |
* | | crypto: qat - fix invalid check for RSA keylen in fips mode | Tadeusz Struk | 2015-07-21 | 1 | -2/+2 |
* | | crypto: qat - Add support for RSA algorithm | Tadeusz Struk | 2015-07-17 | 13 | -39/+779 |
* | | crypto: qat - add MMP FW support to accel engine | Tadeusz Struk | 2015-07-17 | 4 | -5/+42 |
* | | crypto: qat - add support for MMP FW | Pingchao Yang | 2015-07-17 | 6 | -26/+24 |
|/ |
|
* | crypto: qat - Deletion of unnecessary checks before two function calls | Markus Elfring | 2015-06-29 | 2 | -5/+2 |
* | crypto: drivers - Fix Kconfig selects | Herbert Xu | 2015-06-18 | 1 | -4/+2 |
* | crypto: qat: fix issue when mapping assoc to internal AD struct | Tadeusz Struk | 2015-06-09 | 1 | -12/+20 |
* | crypto: qat - Set max request size | Tadeusz Struk | 2015-06-09 | 1 | -0/+2 |
* | crypto: qat - rm unneeded header include | Tadeusz Struk | 2015-05-15 | 1 | -1/+0 |
* | crypto: qat - remove unused structure members | Tadeusz Struk | 2015-05-15 | 1 | -12/+0 |
* | crypto: qat - Use crypto_aead_set_reqsize helper | Herbert Xu | 2015-05-13 | 1 | -2/+3 |
* | crypto: qat - Include internal/aead.h | Herbert Xu | 2015-05-13 | 1 | -1/+1 |
* | crypto: qat - add driver version | Allan, Bruce W | 2015-05-11 | 3 | -0/+9 |
* | crypto: qat - do not duplicate string containing firmware name | Allan, Bruce W | 2015-04-28 | 1 | -1/+1 |
* | crypto: qat - fix double release_firmware on error path | Tadeusz Struk | 2015-04-07 | 3 | -12/+13 |
* | crypto: qat - print ring name in debug output | Tadeusz Struk | 2015-04-07 | 1 | -0/+2 |
* | crypto: qat - fix checkpatch CODE_INDENT issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix checkpatch COMPARISON_TO_NULL issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix checkpatch BIT_MACRO issues | Allan, Bruce W | 2015-04-01 | 2 | -5/+5 |
* | crypto: qat - fix checkpatch CONCATENATED_STRING issues | Allan, Bruce W | 2015-04-01 | 1 | -4/+4 |
* | crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS | Allan, Bruce W | 2015-04-01 | 1 | -2/+2 |
* | crypto: qat - fix checkpatch CHECK_SPACING issues | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix typo | Allan, Bruce W | 2015-04-01 | 1 | -14/+14 |
* | crypto: qat - make error and info log messages more descriptive | Allan, Bruce W | 2015-03-23 | 12 | -91/+137 |
* | crypto: qat - fix typo in string | Allan, Bruce W | 2015-03-23 | 1 | -1/+1 |
* | crypto: qat - remove duplicate definition of Intel PCI vendor id | Allan, Bruce W | 2015-03-23 | 1 | -1/+0 |
* | crypto: qat - remove incorrect __exit markup | Dmitry Torokhov | 2015-03-12 | 1 | -1/+1 |
* | crypto: qat - don't need qat_auth_state struct | Tadeusz Struk | 2015-01-16 | 1 | -6/+0 |
* | crypto: qat - Ensure ipad and opad are zeroed | Herbert Xu | 2015-01-14 | 1 | -9/+6 |
* | crypto: qat - remove unnecessary include of atomic.h header file | Allan, Bruce W | 2015-01-13 | 2 | -2/+0 |
* | crypto: qat - use pci_wait_for_pending_transaction() | Allan, Bruce W | 2015-01-13 | 1 | -15/+2 |
* | crypto: qat - adf_ae_stop() is never called | Allan, Bruce W | 2015-01-13 | 1 | -1/+1 |
* | crypto: qat - correctly type a boolean | Allan, Bruce W | 2015-01-13 | 1 | -2/+3 |
* | crypto: qat - fix device reset flow | Allan, Bruce W | 2015-01-13 | 8 | -47/+128 |
* | crypto: qat - Fix incorrect uses of memzero_explicit | Herbert Xu | 2015-01-08 | 1 | -25/+20 |
* | crypto: qat - add support for cbc(aes) ablkcipher | Tadeusz Struk | 2014-12-22 | 3 | -112/+433 |
* | crypto: qat - Fix assumption that sg in and out will have the same nents | Tadeusz Struk | 2014-12-22 | 2 | -33/+50 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-12-13 | 10 | -39/+52 |
|\ |
|
| * | crypto: qat - fix problem with coalescing enable logic | Tadeusz Struk | 2014-12-04 | 1 | -7/+8 |
| * | crytpo: qat - Fix 64 bytes requests | Struk, Tadeusz | 2014-11-25 | 1 | -3/+6 |
| * | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 1 | -1/+2 |
| * | crypto: qat - Use memzero_explicit | Struk, Tadeusz | 2014-11-17 | 1 | -14/+22 |
| * | crypto: qat - Move BAR definitions to device specific module | Tadeusz Struk | 2014-11-06 | 3 | -3/+4 |