summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* 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
| * crypto: qat - misspelling typo - "reseting" should be "resetting"Bruce Allan2014-10-241-1/+1
| * crypto: qat - cleanup unnecessary break checkpatch warningBruce Allan2014-10-241-1/+0
| * crypto: qat - cleanup coccicheck warning - NULL check before freeing functionsBruce Allan2014-10-241-8/+4
| * crypto: qat - fix bad unlock balanceBruce Allan2014-10-241-1/+5
* | crypto: qat - Enforce valid numa configurationTadeusz Struk2014-10-247-34/+30
* | crypto: qat - Prevent dma mapping zero length assoc dataTadeusz Struk2014-10-241-0/+2
|/
* crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.cBehan Webster2014-10-141-17/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-084-68/+16
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2014-10-021-1/+1
| |\
| * | crypto: qat - Removed unneeded partial stateTadeusz Struk2014-09-241-59/+7
| * | crypto: qat - Fix typo in name of tasklet_structTadeusz Struk2014-09-242-5/+5
| * | crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-08-291-3/+3
| * | crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun2014-08-251-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
| |/
* / crypto: qat - Enable all 32 IRQsTadeusz Struk2014-09-181-1/+1
|/
* crypto: qat - Fixed SKU1 dev issueTadeusz Struk2014-08-012-6/+2
* crypto: qat - Use hweight for bit countingTadeusz Struk2014-08-011-13/+2
* crypto: qat - Updated print outputsTadeusz Struk2014-08-014-14/+13
* crypto: qat - change ae_num to ae_idTadeusz Struk2014-08-012-48/+45
* crypto: qat - change slice->regions to slice->regionTadeusz Struk2014-08-012-12/+12