summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: pcrypt - Propagate new AEAD implementation flagHerbert Xu2015-07-141-1/+11
* crypto: aead - Add type-safe function for freeing instancesHerbert Xu2015-07-141-0/+13
* crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-141-2/+12
* crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-141-9/+2
* crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh2015-07-081-22/+43
* crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin2015-07-071-0/+6
* crypto: cryptd - Fix AEAD request context corruptionHerbert Xu2015-07-071-4/+8
* Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-021-0/+1
|\
| * crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker2015-06-161-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-273-11/+35
|\ \
| * | KEYS: fix "ca_keys=" partial key matchingMimi Zohar2015-05-213-11/+35
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-267-182/+256
|\ \ \
| * | | crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov2015-06-251-0/+1
| * | | crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGuenter Roeck2015-06-251-2/+2
| * | | crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk2015-06-251-0/+4
| * | | crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring2015-06-251-4/+2
| * | | crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk2015-06-251-1/+1
| * | | crypto: jitterentropy - avoid compiler warningsStephan Mueller2015-06-253-177/+248
* | | | Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-06-250-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v4.1-rc1' into patchworkMauro Carvalho Chehab2015-04-2722-498/+1236
| |\| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-2/+2
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-9/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-5/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'kernel_socket_netns'David S. Miller2015-05-111-2/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-2246-1873/+8211
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2015-06-221-1/+2
| * | | | crypto: af_alg - Forbid the use internal algorithmsHerbert Xu2015-06-221-1/+4
| * | | | crypto: echainiv - Only hold RNG during initialisationHerbert Xu2015-06-221-22/+6
| * | | | crypto: seqiv - Add compatibility support without RNGHerbert Xu2015-06-221-25/+25
| * | | | crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu2015-06-221-19/+12
| * | | | crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu2015-06-221-26/+29
| * | | | crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2015-06-221-1/+11
| * | | | crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2015-06-221-4/+23
| * | | | crypto: skcipher - Allow givencrypt to be NULLHerbert Xu2015-06-221-1/+1
| * | | | crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk2015-06-211-1/+1
| * | | | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-191-3/+16
| |\| | |
| * | | | crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu2015-06-181-7/+8
| * | | | crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu2015-06-182-0/+6
| * | | | crypto: testmgr - add tests vectors for RSATadeusz Struk2015-06-173-0/+346
| * | | | crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-175-0/+457
| * | | | crypto: akcipher - add PKE APITadeusz Struk2015-06-174-0/+149
| * | | | crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-173-116/+134
| * | | | crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu2015-06-171-3/+846
| * | | | Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu2015-06-171-1/+1
| * | | | crypto: testmgr - Update rfc4543 test vectorsHerbert Xu2015-06-171-6/+9
| * | | | crypto: gcm - Convert to new AEAD interfaceHerbert Xu2015-06-171-532/+373
| * | | | crypto: testmgr - Disable rfc4543 testHerbert Xu2015-06-171-1/+1
| * | | | crypto: drbg - Add select on sha256Herbert Xu2015-06-111-1/+2
| * | | | crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky2015-06-111-2/+4