summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: api - fixed style erro in algapi.cJoshua I. James2014-12-221-0/+1
* crypto: ahash - fixed style error in ahash.cJoshua I. James2014-12-221-0/+1
* crypto: af_alg - fixed style error in af_alg.cJoshua I. James2014-12-221-1/+1
* crypto: aead - fixed style error in aead.cJoshua I. James2014-12-221-1/+2
* crypto: ablkcipher - fixed style errors in ablkcipher.cJoshua I. James2014-12-221-2/+6
* crypto: af_alg - fix backlog handlingRabin Vincent2014-12-221-0/+3
* Merge tag 'dt2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-12-160-0/+0
|\
| * Merge branch 'for-3.19/iommu' into for-3.19/dtThierry Reding2014-12-040-0/+0
| |\
* | \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-140-0/+0
|\ \ \
| * \ \ Merge commit 'v3.17' into nextJames Morris2014-11-1916-255/+3607
| |\ \ \
* | \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-1370-122/+191
|\ \ \ \ \
| * | | | | crypto: tcrypt - Allow speed testing of arbitrary hash functionsHerbert Xu2014-12-051-12/+20
| * | | | | crypto: af_alg - add user space interface for AEADStephan Mueller2014-12-051-0/+6
| * | | | | crypto: algif_skcipher - initialize upon init requestStephan Mueller2014-12-021-1/+3
| * | | | | crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz2014-12-011-4/+0
| * | | | | crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu2014-11-281-3/+2
| * | | | | crypto: drbg - use memzero_explicit() for clearing sensitive dataNickolaus Woodruff2014-11-271-11/+12
| * | | | | crypto: drbg - use MODULE_ALIAS_CRYPTOStephan Mueller2014-11-261-22/+22
| * | | | | crypto: include crypto- module prefix in templateKees Cook2014-11-2622-2/+23
| * | | | | crypto: user - add MODULE_ALIASStephan Mueller2014-11-261-0/+1
| * | | | | crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-252-6/+3
| * | | | | crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-2444-39/+56
| * | | | | crypto: user - Allow get request with empty driver nameHerbert Xu2014-11-241-4/+1
| * | | | | crypto: algif - zeroize IV bufferStephan Mueller2014-11-121-0/+1
| * | | | | crypto: algif - zeroize message digest bufferStephan Mueller2014-11-121-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2014-11-127-13/+13
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | crypto: drbg - add MODULE_ALIAS for all DRBG typesStephan Mueller2014-11-101-0/+25
| * | | | | crypto: drbg - use crypto_incStephan Mueller2014-10-241-41/+38
| * | | | | crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.cMasanari Iida2014-10-241-2/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-113-11/+11
|\ \ \ \ \ \
| * | | | | | net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-1/+1
| * | | | | | put iov_iter into msghdrAl Viro2014-12-092-4/+4
| * | | | | | new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
| * | | | | | new helper: memcpy_from_msg()Al Viro2014-11-241-5/+5
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-110-0/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge remote-tracking branch 'linus/master' into patchworkMauro Carvalho Chehab2014-10-287-13/+13
| |\| | | |
| * | | | | Merge tag 'v3.18-rc1' into patchworkMauro Carvalho Chehab2014-10-2125-841/+1877
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuThierry Reding2014-11-267-13/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge tag 'media/v3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-270-0/+0
| |\ \ \ \
| | * \ \ \ Merge tag 'v3.18-rc1' into v4l_for_linusMauro Carvalho Chehab2014-10-2125-841/+1877
| | |\ \ \ \ | |_|/ / / / |/| | / / / | | |/ / /
| * | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-247-13/+13
|/| | | |
| * | | | crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann2014-10-177-13/+13
* | | | | crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.cJan-Simon Möller2014-10-141-8/+6
* | | | | crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.cJan-Simon Möller2014-10-141-14/+11
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-1211-232/+518
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | KEYS: output last portion of fingerprint in /proc/keysDmitry Kasatkin2014-10-061-5/+5
| * | | | KEYS: strip 'id:' from ca_keyidDmitry Kasatkin2014-10-061-1/+1
| * | | | KEYS: use swapped SKID for performing partial matchingDmitry Kasatkin2014-10-062-9/+9
| * | | | KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin2014-10-064-24/+76
| * | | | X.509: If available, use the raw subjKeyId to form the key descriptionDavid Howells2014-10-033-2/+11