summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: echainiv - Remove unused alg/spawn variableCorentin Labbe2017-12-221-5/+0
* crypto: gf128mul - remove incorrect commentEric Biggers2017-12-221-2/+0
* crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers2017-12-225-11/+11
* crypto: api - Unexport crypto_larval_lookup()Eric Biggers2017-12-222-3/+2
* crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King2017-12-111-1/+1
* crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens2017-12-111-1/+1
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-3/+3
* crypto: chacha20 - Remove cra_alignmaskEric Biggers2017-11-291-1/+0
* crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers2017-11-291-10/+6
* crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers2017-11-291-6/+4
* crypto: cryptd - Add cryptd_max_cpu_qlen module parameterJon Maxwell2017-11-291-2/+5
* crypto: remove unused hardirq.hYang Shi2017-11-293-3/+0
* crypto: keywrap - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2017-11-291-2/+2
* crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus2017-11-291-7/+9
* crypto: replace FSF address with web source in license noticesMartin Kepplinger2017-11-298-20/+10
* crypto: ecc - Fix NULL pointer deref. on no default_rngPierre2017-11-291-1/+1
* crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu2017-11-291-2/+4
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-11-291-7/+0
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-292-3/+8
* crypto: af_alg - fix NULL pointer dereference inEric Biggers2017-11-291-6/+7
* crypto: algif_aead - fix reference counting of null skcipherEric Biggers2017-11-291-1/+1
* crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers2017-11-291-1/+1
* Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-244-0/+9
|\
| * pkcs7: Set the module licence to prevent taintingDavid Howells2017-11-154-0/+9
* | Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds2017-11-200-0/+0
|\ \
| * \ Merge tag 'v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartlomiej Zolnierkiewicz2017-10-1216-1430/+1246
| |\ \
* | \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-6/+1
|\ \ \ \
| * | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-6/+1
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-150-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v4.14-rc2' into k.o/for-nextDoug Ledford2017-09-2517-1430/+1251
| |\ \ \ | | | |/ | | |/|
* | | | Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-140-0/+0
|\ \ \ \
| * \ \ \ Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown2017-11-100-0/+0
| |\ \ \ \
| | * \ \ \ Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd...Mark Brown2017-10-192-6/+6
| | |\ \ \ \ | | | | |/ / | | | |/| |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-1432-540/+613
|\ \ \ \ \ \
| * | | | | | crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-101-3/+0
| * | | | | | crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-101-0/+8
| * | | | | | crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-101-0/+8
| * | | | | | crypto: dh - Fix double free of ctx->pEric Biggers2017-11-101-20/+13
| * | | | | | crypto: ecdh - remove empty exit()Tudor-Dan Ambarus2017-11-061-6/+0
| * | | | | | crypto: tcrypt - move to generic async completionGilad Ben-Yossef2017-11-031-59/+25
| * | | | | | crypto: testmgr - move to generic async completionGilad Ben-Yossef2017-11-031-138/+66
| * | | | | | crypto: gcm - move to generic async completionGilad Ben-Yossef2017-11-031-26/+6
| * | | | | | crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-031-27/+9
| * | | | | | crypto: move pub key to generic async completionGilad Ben-Yossef2017-11-031-24/+4
| * | | | | | crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-034-52/+22
| * | | | | | crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-031-0/+13
| * | | | | | crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-035-37/+13
| * | | | | | crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-032-5/+5
| * | | | | | crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-11-031-2/+4
| * | | | | | crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva2017-11-031-57/+51