summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | 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
| * | 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: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala2018-09-148-30/+236
| * | | crypto: atmel - switch to SPDX license identifiersTudor Ambarus2018-09-046-47/+6
| * | | crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-041-5/+41
| * | | crypto: qat - Remove VLA usageKees Cook2018-09-041-2/+6
| * | | crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă2018-09-044-253/+217
| * | | crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2018-09-042-241/+208
| * | | crypto: caam/qi - remove ablkcipher IV generationHoria Geantă2018-09-044-327/+20
| * | | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-041-264/+11
* | | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+0
|\ \ \ \
| * | | | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-241-3/+1
|\ \ \ \
| * | | | cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar2018-10-181-3/+1
* | | | | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-231-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | s390/zcrypt: multiple zcrypt device nodes supportHarald Freudenberger2018-10-081-0/+11
* | | | | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-3/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-3/+5
| | |/ / | |/| |
* | | | crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long2018-09-286-18/+18
* | | | crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez2018-09-281-23/+30
* | | | crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain2018-09-282-10/+24
| |_|/ |/| |
* | | 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
|/
OpenPOWER on IntegriCloud