summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | crypto: vmac - separate tfm and request contextEric Biggers2018-07-011-227/+181
| | | * | | | | crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-07-011-0/+4
| | | * | | | | crypto: aegis - fix indentation of a statementColin Ian King2018-06-221-1/+1
| | | * | | | | crypto: sha512_generic - add a sha384 0-length pre-computed hashAntoine Tenart2018-06-221-0/+10
| | | * | | | | crypto: sha512_generic - add a sha512 0-length pre-computed hashAntoine Tenart2018-06-221-0/+12
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'socket-poll-related-cleanups-v2'David S. Miller2018-07-301-1/+1
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
| | |/ / / /
| | * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-07-191-1/+3
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller2018-07-131-1/+3
| | * | | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-283-7/+14
| | * | | | Merge branch 'fixes-v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-261-0/+9
| |/| | | |
| | * | | | X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero2018-06-251-0/+9
| | | |/ / | | |/| |
| * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-242-2/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | crypto: morus640 - Fix out-of-bounds accessOndrej Mosnáček2018-06-151-1/+2
| | * | crypto: don't optimize keccakf()Dmitry Vyukov2018-06-151-1/+1
| * | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-172-2/+2
| |\ \ \
| | * | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
| * | | | Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2018-06-170-0/+0
| |\ \ \ \ | |/ / / / |/| / / / | |/ / /
* | | | Merge tag 'v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartlomiej Zolnierkiewicz2018-04-2433-701/+3257
|\ \ \ \
| | * \ \ Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-140-0/+0
| | |\ \ \
| | | * \ \ Merge tag 'v4.17-rc3' into apparmor-nextJohn Johansen2018-05-0267-1429/+5352
| | | |\ \ \
| | * | | | | treewide: Use array_size() in sock_kmalloc()Kees Cook2018-06-122-3/+4
| | * | | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
| | | |_|_|/ | | |/| | |
| | * | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
| | |\ \ \ \
| | | * | | | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
| | | | |/ / | | | |/| |
| | * | | | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-060-0/+0
| | |\ \ \ \
| | | * \ \ \ Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...Inki Dae2018-05-240-0/+0
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Merge tag 'exynos-drm-fixes-for-v4.17-rc5' of git://git.kernel.org/pub/scm/li...Inki Dae2018-05-092-3/+10
| | |_|/| | | | |/| |/ / /
| | * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-0528-11945/+10639
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"Eric Biggers2018-05-311-7/+13
| | | * | | crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-311-28/+0
| | | * | | crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-314-604/+4
| | | * | | crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2018-05-312-11723/+919
| | | * | | crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers2018-05-311-0/+13
| | | * | | crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers2018-05-311-1/+39
| | | * | | crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers2018-05-311-0/+3
| | | * | | crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers2018-05-311-0/+22
| | | * | | crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers2018-05-271-0/+14
| | | * | | crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers2018-05-271-7/+43
| | | * | | crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers2018-05-273-98/+0
| | | * | | crypto: crc32-generic - remove __crc32_le()Eric Biggers2018-05-271-8/+2
| | | * | | crypto: crc32c-generic - remove cra_alignmaskEric Biggers2018-05-271-4/+4
| | | * | | crypto: crc32-generic - use unaligned access macros when neededEric Biggers2018-05-271-3/+4
| | | * | | crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-191-0/+26
| | | * | | crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek2018-05-194-0/+618
| | | * | | crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek2018-05-192-0/+3418
| | | * | | crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek2018-05-194-0/+1107
| | | * | | crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-191-0/+24
| | | * | | crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek2018-05-192-0/+2862
| | | * | | crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek2018-05-196-0/+1572