summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - change name for c6xx dev typeTadeusz Struk2016-01-251-2/+2
* crypto: qat - update init_esram for C3xxx dev typeTadeusz Struk2016-01-181-0/+3
* crypto: qat - fix timeout issuesPingchao Yang2016-01-181-5/+6
* crypto: qat - remove to call get_sram_bar_id for qat_c3xxxPingchao Yang2016-01-181-3/+6
* crypto: qat - Fix random config build issueTadeusz Struk2015-12-251-2/+10
* crypto: qat - use list_for_each_entry*Geliang Tang2015-12-222-29/+12Star
* crypto: qat - fix some timeout testsPingchao Yang2015-12-221-1/+1
* crypto: qat - fix CTX_ENABLES bits shift direction issuePingchao Yang2015-12-221-1/+1
* crypto: qat - uint8_t is not large enough for accel_idTadeusz Struk2015-12-142-3/+3
* crypto: qat - enable VF irq after guest exits ungracefullyZeng Xin2015-12-142-1/+7
* crypto: qat - ring returning retry even though ring has BWHarvijay Saini2015-12-111-3/+2Star
* crypto: qat - add support for c62xvf accel typeTadeusz Struk2015-12-091-0/+1
* crypto: qat - add support for c3xxxvf accel typeTadeusz Struk2015-12-091-1/+2
* crypto: qat - add support for c62x accel typeTadeusz Struk2015-12-091-0/+1
* crypto: qat - add support for c3xxx accel typeTadeusz Struk2015-12-092-5/+32
* crypto: qat - move isr files to qat common so that they can be reusedTadeusz Struk2015-12-0914-76/+747
* crypto: qat - add support for new devices to FW loaderPingchao Yang2015-12-097-85/+823
* crypto: qat - add new device definitionsTadeusz Struk2015-12-091-0/+10
* crypto: qat - fix typo in clean-filesJim Davis2015-11-241-1/+1
* crypto: qat - constify pci_error_handlers structuresJulia Lawall2015-11-171-1/+1
* crypto: qat - fix get instance functionTadeusz Struk2015-11-171-11/+11
* crypto: qat - when stopping all devices make fure VF are stopped firstTadeusz Struk2015-11-171-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0412-166/+366
|\
| * crypto: qat - fix crypto_get_instance_node functionTadeusz Struk2015-10-201-4/+16
| * crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-145-63/+182
| * crypto: qat - remove unneeded variableTadeusz Struk2015-10-011-3/+2Star
| * crypto: qat - add support for ctr(aes) and xts(aes)Tadeusz Struk2015-10-011-39/+127
| * crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk2015-10-014-25/+5Star
| * crypto: qat - Add load balancing across devicesTadeusz Struk2015-09-211-28/+33
| * crypto: qat - don't check for iommuJohn Griffin2015-09-211-5/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-09-271-0/+3
|\ \ | |/ |/|
| * crypto: qat - VF should never trigger SBR on PHConor McLoughlin2015-09-211-0/+3
* | drivers/crypto/qat: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-14/+2Star
|/
* crypto: qat - enable legacy VFsTadeusz Struk2015-08-254-106/+118
* crypto: qat - silence a static checker warningTadeusz Struk2015-08-241-0/+4
* crypto: qat - Don't move data inside output bufferTadeusz Struk2015-08-181-1/+1
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-4/+4
* crypto: qat - Remove reference to crypto_aead_crtHerbert Xu2015-08-171-3/+3
* crypto: qat - fix simple_return.cocci warningsWu Fengguang2015-08-131-6/+2Star
* crypto: qat - Add FW const tableTadeusz Struk2015-08-101-1/+106
* crypto: qat - Add support for SRIOVTadeusz Struk2015-08-1013-27/+1246
* crypto: qat - Move adf admin and adf hw arbitrer to common codeTadeusz Struk2015-08-108-87/+374
* crypto: qat - Convert to new AEAD interfaceHerbert Xu2015-08-041-204/+123Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-08-041-8/+16
|\
| * 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/+1Star
* | crypto: qat - Fix typo othewise->otherwiseAhsan Atta2015-07-285-11/+11
* | crypto: qat - remove unused defineBruce Allan2015-07-281-1/+0Star
* | crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macroBruce Allan2015-07-281-2/+3
* | crypto: qat - remove redundant struct elemBruce Allan2015-07-281-1/+0Star