aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea2018-10-081-10/+37
* crypto: mxs-dcp - Implement sha import/exportDan Douglass2018-10-081-8/+33
* crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala2018-10-058-263/+162
* crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala2018-10-055-79/+94
* crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala2018-10-051-10/+5
* crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala2018-10-051-4/+6
* crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann2018-10-051-0/+1
* crypto: qat - move temp buffers off the stackArd Biesheuvel2018-10-051-33/+31
* crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-051-1/+2
* hwrng: core - document the quality fieldMichael S. Tsirkin2018-10-051-2/+2
* crypto: ccp - Remove forward declarationNathan Chancellor2018-10-051-28/+25
* crypto: cavium - remove redundant null pointer check before kfreezhong jiang2018-09-281-15/+5
* crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala2018-09-284-129/+127
* crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala2018-09-283-1/+20
* crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala2018-09-285-22/+184
* crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2
* crypto: picoxcell - Remove VLA usage of skcipherKees Cook2018-09-281-11/+10
* crypto: omap-aes - Remove VLA usage of skcipherKees Cook2018-09-282-10/+9
* crypto: mxs-dcp - Remove VLA usage of skcipherKees Cook2018-09-281-11/+10
* crypto: chelsio - Remove VLA usage of skcipherKees Cook2018-09-282-14/+15
* crypto: artpec6 - Remove VLA usage of skcipherKees Cook2018-09-281-10/+9
* crypto: qce - Remove VLA usage of skcipherKees Cook2018-09-282-8/+7
* crypto: sahara - Remove VLA usage of skcipherKees Cook2018-09-281-16/+15
* crypto: vmx - Remove VLA usage of skcipherKees Cook2018-09-283-29/+29
* crypto: ccp - Remove VLA usage of skcipherKees Cook2018-09-282-7/+8
* wusb: Remove VLA usage of skcipherKees Cook2018-09-281-8/+8
* ppp: mppe: Remove VLA usage of skcipherKees Cook2018-09-281-13/+14
* block: cryptoloop: Remove VLA usage of skcipherKees Cook2018-09-281-11/+11
* lib80211: Remove VLA usage of skcipherKees Cook2018-09-284-63/+59
* crypto: s5p-sss: Add aes-ctr supportChristoph Manszewski2018-09-281-5/+40
* crypto: s5p-sss: Minor code cleanupChristoph Manszewski2018-09-281-37/+17
* crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski2018-09-281-2/+2
* crypto: s5p-sss: Fix race in error handlingChristoph Manszewski2018-09-281-5/+7
* crypto: ccp - Allow SEV firmware to be chosen based on Family and ModelJanakarajan Natarajan2018-09-211-4/+40
* crypto: ccp - Fix static checker warningJanakarajan Natarajan2018-09-211-1/+1
* crypto: caam/qi2 - add support for ahash algorithmsHoria Geantă2018-09-213-1/+1750
* crypto: caam - export ahash shared descriptor generationHoria Geantă2018-09-215-70/+114
* crypto: caam/qi2 - add skcipher algorithmsHoria Geantă2018-09-213-1/+582
* crypto: caam/qi2 - add DPAA2-CAAM driverHoria Geantă2018-09-217-17/+3109
* crypto: caam - add Queue Interface v2 error codesHoria Geantă2018-09-213-4/+79
* crypto: caam - add DPAA2-CAAM (DPSECI) backend APIHoria Geantă2018-09-213-0/+908
* crypto: caam - fix implicit casts in endianness helpersHoria Geantă2018-09-211-14/+14
* soc: fsl: dpio: add back some frame queue functionsHoria Geantă2018-09-211-0/+58
* bus: fsl-mc: add support for dpseci device typeHoria Geantă2018-09-211-0/+5
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-12/+12
* crypto: cavium/nitrox - use dma_pool_zalloc()Srikanth Jampala2018-09-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-09-211-2/+2
|\
| * crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-211-4/+4
| * crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-131-5/+41
* | crypto: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala2018-09-148-30/+236