summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni2018-09-281-9/+0
* 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: arm/crc32 - avoid warning when compiling with ClangStefan Agner2018-09-211-1/+1
* cpufeature: avoid warning when compiling with clangStefan Agner2018-09-211-1/+1
* 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: lrw - Do not use auxiliary bufferOndrej Mosnacek2018-09-211-229/+51
* crypto: lrw - Optimize tweak computationOndrej Mosnacek2018-09-211-24/+37
* crypto: testmgr - Add test for LRW counter wrap-aroundOndrej Mosnacek2018-09-211-0/+21
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-09-211-1/+6
* crypto: tcrypt - fix ghash-generic speed testHoria Geantă2018-09-211-0/+3
* arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCsHoria Geantă2018-09-211-0/+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 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