summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk2015-07-231-8/+16
* | crypto: qat - remove unnecessary list iterationBruce Allan2015-07-281-6/+1
* | crypto: qat - Fix typo othewise->otherwiseAhsan Atta2015-07-285-11/+11
* | crypto: qat - remove unused defineBruce Allan2015-07-281-1/+0
* | crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macroBruce Allan2015-07-281-2/+3
* | crypto: qat - remove redundant struct elemBruce Allan2015-07-283-3/+1
* | crypto: qat - Don't attempt to register algorithm multiple timesTadeusz Struk2015-07-231-3/+16
* | crypto: qat - fix invalid check for RSA keylen in fips modeTadeusz Struk2015-07-211-2/+2
* | crypto: qat - Add support for RSA algorithmTadeusz Struk2015-07-1713-39/+779
* | crypto: qat - add MMP FW support to accel engineTadeusz Struk2015-07-174-5/+42
* | crypto: qat - add support for MMP FWPingchao Yang2015-07-176-26/+24
|/
* crypto: qat - Deletion of unnecessary checks before two function callsMarkus Elfring2015-06-292-5/+2
* crypto: drivers - Fix Kconfig selectsHerbert Xu2015-06-181-4/+2
* crypto: qat: fix issue when mapping assoc to internal AD structTadeusz Struk2015-06-091-12/+20
* crypto: qat - Set max request sizeTadeusz Struk2015-06-091-0/+2
* crypto: qat - rm unneeded header includeTadeusz Struk2015-05-151-1/+0
* crypto: qat - remove unused structure membersTadeusz Struk2015-05-151-12/+0
* crypto: qat - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-2/+3
* crypto: qat - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: qat - add driver versionAllan, Bruce W2015-05-113-0/+9
* crypto: qat - do not duplicate string containing firmware nameAllan, Bruce W2015-04-281-1/+1
* crypto: qat - fix double release_firmware on error pathTadeusz Struk2015-04-073-12/+13
* crypto: qat - print ring name in debug outputTadeusz Struk2015-04-071-0/+2
* crypto: qat - fix checkpatch CODE_INDENT issueAllan, Bruce W2015-04-011-1/+1
* crypto: qat - fix checkpatch COMPARISON_TO_NULL issueAllan, Bruce W2015-04-011-1/+1
* crypto: qat - fix checkpatch BIT_MACRO issuesAllan, Bruce W2015-04-012-5/+5
* crypto: qat - fix checkpatch CONCATENATED_STRING issuesAllan, Bruce W2015-04-011-4/+4
* crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONSAllan, Bruce W2015-04-011-2/+2
* crypto: qat - fix checkpatch CHECK_SPACING issuesAllan, Bruce W2015-04-011-1/+1
* crypto: qat - fix typoAllan, Bruce W2015-04-011-14/+14
* crypto: qat - make error and info log messages more descriptiveAllan, Bruce W2015-03-2312-91/+137
* crypto: qat - fix typo in stringAllan, Bruce W2015-03-231-1/+1
* crypto: qat - remove duplicate definition of Intel PCI vendor idAllan, Bruce W2015-03-231-1/+0
* crypto: qat - remove incorrect __exit markupDmitry Torokhov2015-03-121-1/+1
* crypto: qat - don't need qat_auth_state structTadeusz Struk2015-01-161-6/+0
* crypto: qat - Ensure ipad and opad are zeroedHerbert Xu2015-01-141-9/+6
* crypto: qat - remove unnecessary include of atomic.h header fileAllan, Bruce W2015-01-132-2/+0
* crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W2015-01-131-15/+2
* crypto: qat - adf_ae_stop() is never calledAllan, Bruce W2015-01-131-1/+1
* crypto: qat - correctly type a booleanAllan, Bruce W2015-01-131-2/+3
* crypto: qat - fix device reset flowAllan, Bruce W2015-01-138-47/+128
* crypto: qat - Fix incorrect uses of memzero_explicitHerbert Xu2015-01-081-25/+20
* crypto: qat - add support for cbc(aes) ablkcipherTadeusz Struk2014-12-223-112/+433
* crypto: qat - Fix assumption that sg in and out will have the same nentsTadeusz Struk2014-12-222-33/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-1310-39/+52
|\
| * crypto: qat - fix problem with coalescing enable logicTadeusz Struk2014-12-041-7/+8
| * crytpo: qat - Fix 64 bytes requestsStruk, Tadeusz2014-11-251-3/+6
| * crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+2
| * crypto: qat - Use memzero_explicitStruk, Tadeusz2014-11-171-14/+22
| * crypto: qat - Move BAR definitions to device specific moduleTadeusz Struk2014-11-063-3/+4