summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-10-26crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2-2/+2
2016-10-26crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2016-04-27crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2016-04-27crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-04-14crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2014-08-07crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2014-07-28crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer1-18/+20
2014-06-08crypto: crypto_wq - Fix late crypto work queue initializationTim Chen1-1/+1
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman2-6/+0
2013-12-12net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2-0/+6
2013-12-12crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky1-3/+4
2013-12-12crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta1-1/+2
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2-0/+6
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-3/+0
2013-11-29crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2013-09-27crypto: api - Fix race condition in larval lookupHerbert Xu1-1/+6
2013-07-13crypto: sanitize argument for format stringKees Cook1-1/+2
2013-04-26crypto: algif - suppress sending source address information in recvmsgMathias Krause2-0/+3
2013-04-12crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna1-3/+14
2013-03-14crypto: user - fix info leaks in report APIMathias Krause8-30/+29
2012-11-26crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna1-3/+8
2012-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2012-04-09um: several x86 hw-dependent crypto modules won't build on umlAl Viro1-3/+3
2012-04-05crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-9/+87
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert1-0/+8
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert3-5/+75
2012-03-29crypto: pcrypt - Use the online cpumask as the defaultSteffen Klassert1-4/+4
2012-03-24crypto: crc32c should use library implementationDarrick J. Wong2-91/+4
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-65/+1536
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds6-20/+20
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang6-20/+20
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna1-0/+18
2012-03-14crypto: camellia - rename camellia.c to camellia_generic.cJussi Kivilinna2-1/+0
2012-03-14crypto: camellia - fix checkpatch warningsJussi Kivilinna1-38/+41
2012-03-14crypto: camellia - rename camellia module to camellia_genericJussi Kivilinna2-1/+3
2012-03-14crypto: tcrypt - add more camellia testsJussi Kivilinna1-0/+12
2012-03-14crypto: testmgr - add more camellia test vectorsJussi Kivilinna2-4/+1424
2012-03-14crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macroJussi Kivilinna1-21/+3
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+4
2012-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-22/+24
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan1-9/+4
2012-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-37/+33
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl1-1/+1
2012-02-05crypto: sha512 - Avoid stack bloat on i386Herbert Xu1-36/+32
2012-01-26crypto: sha512 - Use binary and instead of modulusHerbert Xu1-2/+2
2012-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-28/+34
2012-01-26crypto: Add bulk algorithm registration interfaceMark Brown1-0/+35
2012-01-15Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1