aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'afabf37012e839802f9f3819f621e16aa4acefd2' into upstreamingWolfgang Wiedmeyer2015-12-081-0/+33
|\
| * Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-105-5/+25
| |\
| | * crypto: api - Fix race condition in larval lookupHerbert Xu2013-09-261-1/+6
| | * crypto: sanitize argument for format stringKees Cook2013-07-131-1/+2
| | * crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-252-0/+3
| | * crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna2013-04-121-3/+14
| * | arm/crypto: Add optimized AES and SHA1 routinesHoward Su2014-12-261-0/+33
* | | crypto mergedWolfgang Wiedmeyer2015-10-2513-499/+80
* | | merged 3.0.101 tagWolfgang Wiedmeyer2015-10-225-12/+25
|/ /
* | u1: import from CyanogenMod/android_kernel_samsung_smdk4210Daniel Hillenbrand2013-05-251-0/+1
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-3/+8
|\ \ | |/
| * crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna2012-11-261-3/+8
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-32/+29
|\ \ | |/
| * crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder2012-04-271-1/+1
| * crypto: sha512 - use standard ror64()Alexey Dobriyan2012-02-201-9/+4
| * crypto: sha512 - Avoid stack bloat on i386Herbert Xu2012-02-201-36/+32
| * crypto: sha512 - Use binary and instead of modulusHerbert Xu2012-02-201-2/+2
| * crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan2012-02-031-24/+34
| * crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan2012-02-031-5/+1
* | samsung update 1codeworkx2012-06-0213-80/+505
|/
* crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu2011-11-111-1/+1
* crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler2011-10-251-0/+6
* crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-151-91/+1
* net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller2011-06-292-8/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-05-204-6/+80
|\
| * crypto: aesni-intel - Merge with fpu.koAndy Lutomirski2011-05-161-6/+0
| * crypto: tcrypt - CTR mode speed test for AESJan Glauber2011-05-041-0/+4
| * crypto: testmgr - add support for aes ofb modePuneet Saxena2011-05-042-0/+76
* | Fix common misspellingsLucas De Marchi2011-03-315-5/+5
|/
* zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-222-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-162-1/+836
|\
| * crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert2011-03-132-1/+836
* | crypto: tcrypt - do not attempt to write to readonly variableDavid Sterba2011-03-041-1/+2
* | crypto: sha1 - Add test vector to test partial block processingHerbert Xu2011-02-171-1/+29
* | crypto: testmgr - mark ghash as fips_allowedJarod Wilson2011-01-291-0/+1
* | crypto: testmgr - mark xts(aes) as fips_allowedJarod Wilson2011-01-291-0/+1
* | crypto: skcipher - remove redundant NULL checkDavidlohr Bueso2011-01-291-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-01-1321-125/+1921
|\
| * crypto: mark crypto workqueues CPU_INTENSIVETejun Heo2011-01-042-2/+4
| * crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger2011-01-044-4/+8
| * crypto: gf128mul - Remove experimental tagHerbert Xu2010-12-281-1/+0
| * crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap2010-12-211-1/+1
| * crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač2010-12-081-0/+1
| * crypto: Use scatterwalk_crypto_chainSteffen Klassert2010-12-023-51/+8
| * crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu2010-11-301-6/+7
| * crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu2010-11-301-21/+11
| * crypto: af_alg - Add dependency on NETHerbert Xu2010-11-291-0/+2
| * crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu2010-11-281-1/+2
| * crypto: aesni-intel - Ported implementation to x86-32Mathias Krause2010-11-271-5/+7
| * crypto: Makefile clean upTracey Dent2010-11-271-7/+7