summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-042-10/+5
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-041-10/+15
* crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel2017-08-031-29/+17
* crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel2017-08-031-1/+4
* crypto: scompress - don't sleep with preemption disabledArd Biesheuvel2017-08-031-3/+1
* crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus2017-08-031-18/+33
* crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă2017-08-031-4/+4
* crypto: rng - ensure that the RNG is ready before usingJason A. Donenfeld2017-07-281-2/+4
* crypto: algif_aead - overhaul memory managementStephan Mueller2017-07-281-324/+442
* crypto: algif_skcipher - overhaul memory managementStephan Mueller2017-07-281-282/+279
* crypto: authencesn - Fix digest_null crashHerbert Xu2017-07-181-0/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-141-1/+1
|\
| * NetworkingHerbert Xu2017-07-121-1/+1
* | Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linuxLinus Torvalds2017-07-130-0/+0
|\ \
| * \ Merge tag 'v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartlomiej Zolnierkiewicz2017-06-1435-508/+1342
| |\ \
* | \ \ Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-081-3/+2
|\ \ \ \
| * | | | async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel2017-05-161-3/+2
* | | | | Merge tag 'media/v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-07-060-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.12-rc6' into patchworkMauro Carvalho Chehab2017-06-205-10/+8
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge tag 'media/v4.12-2' into patchworkMauro Carvalho Chehab2017-06-071-1/+39
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.12-rc1' into patchworkMauro Carvalho Chehab2017-05-1429-485/+1275
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'net-refcount_t'David S. Miller2017-07-011-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-0519-117/+397
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-07-053-8/+5
| |\ \ \ \ \
| | * | | | | crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller2017-06-221-0/+1
| * | | | | | crypto: testmgr - Reenable sha1/aes in FIPS modeHerbert Xu2017-06-281-0/+1
| * | | | | | crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller2017-06-202-4/+125
| * | | | | | crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld2017-06-201-1/+1
| * | | | | | crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE2017-06-191-10/+13
| * | | | | | crypto: testmgr - use consistent format for errorsGilad Ben-Yossef2017-06-191-9/+9
| * | | | | | crypto: algapi - Use pr_err common logging style.Karim Eshapa2017-06-191-1/+1
| * | | | | | crypto: aes_ti - fix comment for MixColumns stepEric Biggers2017-06-191-1/+1
| * | | | | | crypto: testmgr - add genkey kpp testTudor-Dan Ambarus2017-06-102-11/+112
| * | | | | | crypto: ecdh - add privkey generation supportTudor-Dan Ambarus2017-06-105-4/+80
| * | | | | | X.509: Fix error code in x509_cert_parse()Dan Carpenter2017-06-101-0/+1
| * | | | | | crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller2017-06-101-0/+1
| * | | | | | crypto: pkcs1pad - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-8/+2
| * | | | | | crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
| * | | | | | crypto: ecdh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-4/+3
| * | | | | | crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-1/+1
| * | | | | | crypto: dh - fix memleak in setkeyTudor-Dan Ambarus2017-06-101-0/+3
| * | | | | | crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus2017-06-103-7/+7
| * | | | | | crypto: ecc - remove unnecessary castsTudor-Dan Ambarus2017-06-103-25/+22
| * | | | | | crypto: ecc - remove unused function argumentsTudor-Dan Ambarus2017-06-103-21/+11
| * | | | | | crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-105-11/+13
| * | | | | | crypto: rng - Remove unused function __crypto_rng_cast()Matthias Kaehlcke2017-06-101-5/+0
| * | | | | | crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
| * | | | | | crypto: tcrypt - don't disable irqs and waitGilad Ben-Yossef2017-05-181-4/+0
| | |_|_|/ / | |/| | | |