summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2015-11-27crypto: algif_hash - Only export and import on sockets with dataHerbert Xu
2015-11-17crypto: api - Only abort operations on fatal signalHerbert Xu
2015-11-17crypto: ahash - ensure statesize is non-zeroRussell King
2015-02-20crypto: add missing crypto module aliasesMathias Krause
2015-02-20crypto: include crypto- module prefix in templateKees Cook
2015-02-20crypto: prefix module autoloading with "crypto-"Kees Cook
2015-02-20crypto: af_alg - fix backlog handlingRabin Vincent
2014-12-14crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina
2014-09-13crypto: af_alg - properly label AF_ALG socketMilan Broz
2014-08-06crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer
2014-01-03crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2014-01-03net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2014-01-03crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta
2014-01-03crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky
2013-10-26crypto: api - Fix race condition in larval lookupHerbert Xu
2013-07-27crypto: sanitize argument for format stringKees Cook
2013-05-13crypto: algif - suppress sending source address information in recvmsgMathias Krause
2013-04-25crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna
2013-03-20crypto: user - fix info leaks in report APIMathias Krause
2012-11-16crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna
2012-05-11crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder
2012-02-20crypto: sha512 - use standard ror64()Alexey Dobriyan
2012-02-20crypto: sha512 - Avoid stack bloat on i386Herbert Xu
2012-02-20crypto: sha512 - Use binary and instead of modulusHerbert Xu
2012-02-03crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan
2012-02-03crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan
2011-11-11Merge git://github.com/herbertx/cryptoLinus Torvalds
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02crypto: user - Fix rwsem leak in crypto_userJonathan Corbet
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds
2011-11-01crypto: user - Depend on NET instead of selecting itHerbert Xu
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker
2011-10-26crypto: user - Add dependency on NETHerbert Xu
2011-10-21crypto: user - Initialise match in crypto_alg_matchHerbert Xu
2011-10-21crypto: testmgr - add twofish testsJussi Kivilinna
2011-10-21crypto: testmgr - add blowfish test-vectorsJussi Kivilinna
2011-10-21crypto: whirlpool - count rounds from 0Alexey Dobriyan
2011-10-21crypto: Add userspace report for compress type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for cipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for rng type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for pcompress type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for nivaead type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for aead type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for givcipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for blkcipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for ahash type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for shash type algorithmsSteffen Klassert