summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 congestion notification supportHoria Geantă2018-09-211-0/+15
* soc: fsl: dpio: add frame list format supportHoria Geantă2018-09-211-0/+242
* soc: fsl: dpio: add back some frame queue functionsHoria Geantă2018-09-212-0/+62
* bus: fsl-mc: add support for dpseci device typeHoria Geantă2018-09-212-0/+11
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-214-20/+20
* crypto: xts - Drop use of auxiliary bufferOndrej Mosnacek2018-09-211-223/+46
* crypto: arm64/aes-blk - improve XTS mask handlingArd Biesheuvel2018-09-213-19/+32
* crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel2018-09-212-1/+243
* crypto: arm64/aes-blk - revert NEON yield for skciphersArd Biesheuvel2018-09-211-173/+108
* crypto: arm64/aes-blk - remove pointless (u8 *) castsArd Biesheuvel2018-09-211-24/+23
* 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-216-7/+2
|\
| * crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-211-4/+4
| * crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek2018-09-145-5/+0
| * 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
* | crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka2018-09-141-1/+1
* | crc-t10dif: crc_t10dif_mutex can be statickbuild test robot2018-09-141-1/+1
* | dm: Remove VLA usage from hashesKees Cook2018-09-142-7/+21
* | crypto: arm/chacha20 - faster 8-bit rotations and other optimizationsEric Biggers2018-09-041-134/+143
* | crc-t10dif: Allow current transform to be inspected in sysfsMartin K. Petersen2018-09-041-0/+11
* | crc-t10dif: Pick better transform if one becomes availableMartin K. Petersen2018-09-042-2/+45
* | crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen2018-09-044-8/+14
* | crypto: arm64/crct10dif - implement non-Crypto Extensions alternativeArd Biesheuvel2018-09-042-2/+162
* | crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL versionArd Biesheuvel2018-09-042-76/+90
* | crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel2018-09-045-540/+0
* | crypto: arm64/aes-modes - get rid of literal load of addend vectorArd Biesheuvel2018-09-041-7/+9
* | crypto: arm/ghash-ce - implement support for 4-way aggregationArd Biesheuvel2018-09-043-16/+131
* | crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel2018-09-0447-8952/+0
* | 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: shash - Remove VLA usage in unaligned hashingKees Cook2018-09-042-12/+16
* | crypto: qat - Remove VLA usageKees Cook2018-09-041-2/+6
* | crypto: api - Introduce generic max blocksize and alignmaskKees Cook2018-09-042-2/+9
* | crypto: hash - Remove VLA usageKees Cook2018-09-044-7/+11
* | crypto: ccm - Remove VLA usageArd Biesheuvel2018-09-041-3/+6
* | crypto: cbc - Remove VLA usageKees Cook2018-09-041-1/+1
* | crypto: xcbc - Remove VLA usageKees Cook2018-09-041-3/+5
* | crypto: speck - remove SpeckJason A. Donenfeld2018-09-0431-2558/+2
* | 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
|/
* Linux 4.19-rc2v4.19-rc2Linus Torvalds2018-09-021-1/+1
* Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-022-0/+80
|\
| * of: Add device_type access helper functionsRob Herring2018-08-311-0/+12