summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-283-26/+34
| * crypto: cavium - Remove unnecessary parenthesesVarsha Rao2018-04-281-21/+21
| * crypto: drivers - simplify getting .drvdataWolfram Sang2018-04-282-8/+4Star
| * crypto: omap-sham - fix memleakBin Liu2018-04-281-1/+1
| * crypto: drivers - Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-281-10/+4Star
| * crypto: caam: - Use kmemdup() functionFabio Estevam2018-04-201-8/+1Star
| * crypto: caam - strip input zeros from RSA input bufferHoria Geantă2018-04-202-0/+62
| * crypto: caam - allow retrieving 'era' from registerFabio Estevam2018-04-202-4/+58
| * crypto: caam - staticize caam_get_era()Fabio Estevam2018-04-202-4/+1Star
| * crypto: cavium - Fix smp_processor_id() warningsJan Glauber2018-04-202-3/+3
| * crypto: cavium - Fix statistics pending request valueJan Glauber2018-04-202-9/+5Star
| * crypto: cavium - Prevent division by zeroJan Glauber2018-04-201-4/+5
| * crypto: cavium - Limit result reading attemptsJan Glauber2018-04-203-4/+25
| * crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber2018-04-201-8/+14
| * crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King2018-04-201-1/+0Star
| * crypto: chelsio - don't leak information from the stack to userspaceColin Ian King2018-04-201-1/+1
| * crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva2018-04-201-0/+16
| * crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-04-201-111/+116
| * crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-201-121/+91Star
| * crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-201-12/+17
* | crypto: inside-secure - do not use memset on MMIOAntoine Tenart2018-05-261-2/+2
|/
* .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0586-1582/+14525
|\
| * crypto: ccree - remove unused enumsGilad Ben-Yossef2018-03-301-21/+7Star
| * crypto: brcm - explicitly cast cipher to hash typeStefan Agner2018-03-301-2/+2
| * crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
| * crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+3
| * crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
| * crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
| * crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+5
| * crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
| * crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
| * crypto: talitos - fix IPsec cipher in lengthLEROY Christophe2018-03-301-16/+20
| * crypto: chelsio - Remove declaration of static function from headerHarsh Jain2018-03-302-147/+145Star
| * crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-303-0/+58
| * crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-303-9/+75
| * crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart2018-03-301-4/+4
| * crypto: inside-secure - improve the skcipher tokenAntoine Tenart2018-03-301-1/+2
| * crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart2018-03-301-4/+4
| * crypto: inside-secure - improve the send error pathAntoine Tenart2018-03-301-2/+5
| * crypto: inside-secure - fix a typo in a register nameAntoine Tenart2018-03-302-2/+2
| * crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2018-03-302-2/+2
| * crypto: inside-secure - move the digest to the request contextAntoine Tenart2018-03-301-12/+18
| * crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai2018-03-231-1/+1
| * crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann2018-03-234-885/+0Star
| * crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2018-03-232-9/+26
| * crypto: inside-secure - improve clock initializationGregory CLEMENT2018-03-231-5/+6
| * crypto: inside-secure - fix clock managementGregory CLEMENT2018-03-231-1/+1
| * crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)2018-03-231-1/+3
| * crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring2018-03-231-1/+0Star