summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2015-07-172-0/+35
* crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-172-90/+133
* crypto: rsa - limit supported key lengthsTadeusz Struk2015-07-171-1/+25
* 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: testmgr - Reenable rfc4309 testHerbert Xu2015-07-171-1/+1
* crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu2015-07-173-95/+85
* crypto: aes-ce-ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-26/+43
* crypto: ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-164/+224
* crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2015-07-172-219/+1413
* crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa2015-07-144-0/+13
* powerpc: Uncomment and make enable_kernel_vsx() routine availableLeonidas Da Silva Barbosa2015-07-142-3/+1
* crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-141-1/+0
* crypto: testmgr - Reenable rfc4106 testHerbert Xu2015-07-141-1/+1
* crypto: caam - Use new IV conventionHerbert Xu2015-07-141-26/+49
* crypto: nx - Use new IV conventionHerbert Xu2015-07-141-26/+40
* crypto: gcm - Use new IV conventionHerbert Xu2015-07-141-37/+77
* crypto: aesni - Use new IV conventionHerbert Xu2015-07-141-36/+20
* crypto: tcrypt - Add support for new IV conventionHerbert Xu2015-07-141-3/+8
* crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu2015-07-142-285/+319
* crypto: aead - Propagate new AEAD implementation flag for IV generatorsHerbert Xu2015-07-141-2/+3
* crypto: seqiv - Replace seqniv with seqivHerbert Xu2015-07-141-15/+19
* crypto: echainiv - Fix encryption conventionHerbert Xu2015-07-141-13/+11
* crypto: cryptd - Propagate new AEAD implementation flagHerbert Xu2015-07-141-5/+6
* crypto: pcrypt - Propagate new AEAD implementation flagHerbert Xu2015-07-141-1/+11
* crypto: aead - Add type-safe function for freeing instancesHerbert Xu2015-07-142-0/+14
* crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-142-2/+14
* crypto: nx/842 - Fix context corruptionHerbert Xu2015-07-141-13/+35
* crypto: aead - Add aead_queue interfaceHerbert Xu2015-07-141-0/+35
* crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-142-10/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-07-148-79/+125
|\
| * crypto: nx - Fix reentrancy bugsHerbert Xu2015-07-088-79/+125
* | crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh2015-07-081-22/+43
* | crypto: omap-aes - Use BIT() macroVutla, Lokesh2015-07-081-17/+17
* | crypto: omap-aes - Fix configuring of AES modeVutla, Lokesh2015-07-081-8/+5
* | crypto: omap-aes - Increase priority of hw acceleratorVutla, Lokesh2015-07-081-3/+3
* | crypto: omap-aes - Fix CTR modeVutla, Lokesh2015-07-081-17/+16
* | crypto: nx - reduce chattiness of platform driversNishanth Aravamudan2015-07-072-12/+1
* | crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin2015-07-071-0/+6
* | crypto: cryptd - Fix AEAD request context corruptionHerbert Xu2015-07-071-4/+8
* | crypto: arm - ignore generated SHA2 assembly filesBaruch Siach2015-07-061-0/+2
* | crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan2015-07-061-1/+7
* | crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan2015-07-061-4/+4
* | crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan2015-07-061-1/+2
* | crypto: ccp - Provide support to autoload CCP driverTom Lendacky2015-07-061-0/+2
|/
* crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh2015-07-061-3/+0
* Linux 4.2-rc1v4.2-rc1Linus Torvalds2015-07-051-2/+2
* Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-057-45/+1004
|\
| * intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-295-0/+864