summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
* | | | | | | | | | | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-310-0/+0
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.15-rc1' into next-seccompJames Morris2017-11-2953-1972/+1894
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-310-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Sync to v4.15-rc3 for security subsystem developers to work against.James Morris2017-12-1149-614/+742
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | crypto: annotate ->poll() instancesAl Viro2017-11-272-3/+2
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-292-49/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-49/+3
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-121-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-051-0/+12
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-055-14/+19
|\| | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | crypto: pcrypt - fix freeing pcrypt instancesEric Biggers2017-12-221-9/+10
| * | | | | | | | | | | | crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2017-12-223-4/+4
| * | | | | | | | | | | | crypto: chacha20poly1305 - validate the digest sizeEric Biggers2017-12-221-1/+5
* | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-225-35/+36
|\| | | | | | | | | | | | | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | crypto: af_alg - fix race accessing cipher requestStephan Mueller2017-12-112-10/+10
| * | | | | | | | | | | crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-111-13/+10
| * | | | | | | | | | | crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-113-6/+12
| * | | | | | | | | | | crypto: skcipher - set walk.iv for zero-length inputsEric Biggers2017-12-111-6/+4
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-116-18/+17
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | / / / / / / | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-082-2/+2
* | | | | | | | | X.509: use crypto_shash_digest()Eric Biggers2017-12-081-5/+1
* | | | | | | | | KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers2017-12-081-2/+5
* | | | | | | | | pkcs7: use crypto_shash_digest()Eric Biggers2017-12-081-5/+2
* | | | | | | | | pkcs7: fix check for self-signed certificateEric Biggers2017-12-081-1/+1
* | | | | | | | | pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers2017-12-081-1/+3
* | | | | | | | | X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-081-0/+2
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-284-38/+65
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček2017-11-251-0/+3
| * | | | | | | crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-243-29/+38
| * | | | | | | crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller2017-11-241-9/+24
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |