summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?2015-09-171-3/+4
* crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu2015-08-271-1/+0
* crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk2015-08-271-8/+16
* Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?2015-07-031-1/+2
* crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?2015-07-031-0/+1
* crypto: caam - fix RNG buffer cache alignmentSteve Cornelius2015-07-011-1/+1
* crypto: caam - improve initalization for context state savesSteve Cornelius2015-07-011-0/+2
* crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh2015-05-171-3/+11
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-01-295-12/+13
* crypto: caam - fix missing dma unmap on error pathCristian Stoica2014-11-061-15/+14
* 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
* crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.cBehan Webster2014-10-141-17/+11
* crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster2014-10-141-7/+4
* crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.cBehan Webster2014-10-141-23/+18
* crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller2014-10-141-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-0810-217/+148
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2014-10-023-1/+19
| |\
| * | 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: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal2014-09-153-80/+81
| * | crypto: mv_cesa - Add missing #defineRasmus Villemoes2014-08-291-0/+1
| * | crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-08-291-3/+3
| * | crypto: caam - fix addressing of struct memberCristian Stoica2014-08-251-3/+3
| * | crypto: caam - remove duplicated sg copy functionsCristian Stoica2014-08-252-62/+14
| * | crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun2014-08-251-1/+1
| * | crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu2014-08-252-1/+20
| * | crypto: caam - change starting entropy delay valueAlex Porosanu2014-08-252-1/+10
| * | crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu2014-08-252-2/+3
* | | Fix up missing dmaengine header inclusion from qce crypto engineLinus Torvalds2014-10-081-0/+2
* | | 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: ccp - Check for CCP before registering crypto algsTom Lendacky2014-09-242-0/+18
* | | crypto: qat - Enable all 32 IRQsTadeusz Struk2014-09-181-1/+1
| |/ |/|
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-141-1/+1
|\ \
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-22/+8
|\ \ \ | |/ / |/| |
| * | of: Reorder device tree changes and notifiersGrant Likely2014-07-231-22/+8
* | | crypto: use pci_zalloc_consistentJoe Perches2014-08-081-3/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-08-0474-180/+14524
|\ \
| * | crypto: ccp - Do not sign extend input data to CCPTom Lendacky2014-08-011-13/+13
| * | crypto: atmel-tdes - Switch to managed version of kzallocPramod Gurav2014-08-011-7/+1
| * | crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav2014-08-011-7/+2
| * | 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
| * | crypto: qat - use min_t macroTadeusz Struk2014-08-011-2/+2