aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2016-06-18crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky
2016-06-06crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile
2016-06-03crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski
2016-06-03crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski
2016-05-08crypto: ccp - Prevent information leakage on exportTom Lendacky
2016-04-18crypto: ccp - memset request context to zero during importTom Lendacky
2016-04-12crypto: ccp - Don't assume export/import areas are alignedTom Lendacky
2016-04-12crypto: ccp - Limit the amount of information exportedTom Lendacky
2016-04-12crypto: ccp - Add hash state import and export supportTom Lendacky
2015-09-17crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?
2015-08-27crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu
2015-08-27crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk
2015-07-03Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?
2015-07-03crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?
2015-07-01crypto: caam - fix RNG buffer cache alignmentSteve Cornelius
2015-07-01crypto: caam - improve initalization for context state savesSteve Cornelius
2015-05-17crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook
2014-11-06crypto: caam - fix missing dma unmap on error pathCristian Stoica
2014-10-24crypto: qat - Enforce valid numa configurationTadeusz Struk
2014-10-24crypto: qat - Prevent dma mapping zero length assoc dataTadeusz Struk
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.cBehan Webster
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.cBehan Webster
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.cBehan Webster
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-10-08Fix up missing dmaengine header inclusion from qce crypto engineLinus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky
2014-09-24crypto: qat - Removed unneeded partial stateTadeusz Struk
2014-09-24crypto: qat - Fix typo in name of tasklet_structTadeusz Struk
2014-09-18crypto: qat - Enable all 32 IRQsTadeusz Struk
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal
2014-09-01treewide: fix errors in printkMasanari Iida
2014-08-29crypto: mv_cesa - Add missing #defineRasmus Villemoes
2014-08-29crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica
2014-08-25crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08crypto: use pci_zalloc_consistentJoe Perches
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-08-01crypto: ccp - Do not sign extend input data to CCPTom Lendacky