summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-11crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky
2013-12-11crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-29crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman
2013-09-26crypto: api - Fix race condition in larval lookupHerbert Xu
2013-07-13crypto: sanitize argument for format stringKees Cook
2013-04-25crypto: algif - suppress sending source address information in recvmsgMathias Krause
2013-04-12crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna
2013-03-14crypto: user - fix info leaks in report APIMathias Krause
2012-11-26crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna
2012-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-04-09um: several x86 hw-dependent crypto modules won't build on umlAl Viro
2012-04-05crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert
2012-03-29crypto: pcrypt - Use the online cpumask as the defaultSteffen Klassert
2012-03-23crypto: crc32c should use library implementationDarrick J. Wong
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna
2012-03-14crypto: camellia - rename camellia.c to camellia_generic.cJussi Kivilinna
2012-03-14crypto: camellia - fix checkpatch warningsJussi Kivilinna
2012-03-14crypto: camellia - rename camellia module to camellia_genericJussi Kivilinna
2012-03-14crypto: tcrypt - add more camellia testsJussi Kivilinna
2012-03-14crypto: testmgr - add more camellia test vectorsJussi Kivilinna
2012-03-14crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macroJussi Kivilinna
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan
2012-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl
2012-02-05crypto: sha512 - Avoid stack bloat on i386Herbert Xu
2012-01-26crypto: sha512 - Use binary and instead of modulusHerbert Xu
2012-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-01-26crypto: Add bulk algorithm registration interfaceMark Brown
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-15crypto: sha512 - use standard ror64()Alexey Dobriyan
2012-01-15crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan
2012-01-15crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-12-20crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in KconfigJussi Kivilinna
2011-12-20crypto: serpent-sse2 - select LRW and XTSJussi Kivilinna
2011-12-20crypto: twofish-x86_64-3way - select LRW and XTSJussi Kivilinna
2011-12-20crypto: xts - remove dependency on EXPERIMENTALJussi Kivilinna