summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa2014-11-062-230/+200Star
| * | crypto: nx - Moving NX-AES-XCBC to be processed logicLeonidas S. Barbosa2014-11-061-18/+63
| * | crypto: nx - Moving NX-AES-GCM to be processed logicLeonidas S. Barbosa2014-11-061-29/+37
| * | crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa2014-11-061-10/+2Star
| * | crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa2014-11-061-10/+3Star
| * | crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa2014-11-061-34/+27Star
| * | crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa2014-11-061-10/+2Star
| * | crypto: caam - fix output sequence contiguity checkTudor Ambarus2014-11-061-1/+2
| * | crypto: qat - Move BAR definitions to device specific moduleTadeusz Struk2014-11-063-3/+4
| * | crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus2014-10-241-15/+414
| * | crypto: caam - add support for gcm(aes)Tudor Ambarus2014-10-241-11/+331
| * | 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/+0Star
| * | crypto: qat - cleanup coccicheck warning - NULL check before freeing functionsBruce Allan2014-10-241-8/+4Star
| * | crypto: qat - fix bad unlock balanceBruce Allan2014-10-241-1/+5
| |/
* | of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-2/+2
* | crypto: caam - fix missing dma unmap on error pathCristian Stoica2014-11-061-15/+14Star
* | crypto: qat - Enforce valid numa configurationTadeusz Struk2014-10-247-34/+30Star
* | 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/+14Star
* crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.cBehan Webster2014-10-141-17/+11Star
* crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster2014-10-141-7/+4Star
* crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.cBehan Webster2014-10-141-23/+18Star
* crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller2014-10-141-7/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-0810-217/+148Star
|\
| * 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/+7Star
| * | 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/+14Star
| * | 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-081-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-151-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/+8Star
|\ \ \ | |/ / |/| |
| * | of: Reorder device tree changes and notifiersGrant Likely2014-07-241-22/+8Star
* | | crypto: use pci_zalloc_consistentJoe Perches2014-08-091-3/+2Star
| |/ |/|
* | 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/+1Star