aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: add missing crypto module aliasesMathias Krause2015-02-2014-3/+19
* crypto: include crypto- module prefix in templateKees Cook2015-02-2020-2/+21
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-02-2039-33/+51
* crypto: af_alg - fix backlog handlingRabin Vincent2015-02-201-0/+3
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-12-141-1/+1
* crypto: af_alg - properly label AF_ALG socketMilan Broz2014-09-131-0/+2
* crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer2014-08-061-18/+20
* crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman2014-01-031-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2014-01-032-3/+0
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2014-01-032-0/+6
* crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta2014-01-031-1/+2
* crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky2014-01-031-3/+4
* crypto: api - Fix race condition in larval lookupHerbert Xu2013-10-261-1/+6
* crypto: sanitize argument for format stringKees Cook2013-07-271-1/+2
* crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-05-132-0/+3
* crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna2013-04-251-3/+14
* crypto: user - fix info leaks in report APIMathias Krause2013-03-208-30/+29
* crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna2012-11-161-3/+8
* crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder2012-05-111-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
* Merge git://github.com/herbertx/cryptoLinus Torvalds2011-11-118-3/+63
|\
| * crypto: algapi - Fix build problem with NET disabledHerbert Xu2011-11-117-0/+63
| * crypto: user - Fix rwsem leak in crypto_userJonathan Corbet2011-11-021-3/+0
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0611-0/+11
|\ \
| * | crypto: add module.h to those files that are explicitly using itPaul Gortmaker2011-10-3111-0/+11
* | | Merge git://github.com/herbertx/cryptoLinus Torvalds2011-11-0120-115/+1313
|\ \ \ | |/ / |/| / | |/
| * crypto: user - Depend on NET instead of selecting itHerbert Xu2011-11-011-1/+1
| * crypto: user - Add dependency on NETHerbert Xu2011-10-261-0/+1
| * crypto: user - Initialise match in crypto_alg_matchHerbert Xu2011-10-211-1/+1
| * crypto: testmgr - add twofish testsJussi Kivilinna2011-10-213-4/+238
| * crypto: testmgr - add blowfish test-vectorsJussi Kivilinna2011-10-213-4/+184
| * crypto: whirlpool - count rounds from 0Alexey Dobriyan2011-10-211-6/+12
| * crypto: Add userspace report for compress type algorithmsSteffen Klassert2011-10-211-0/+20
| * crypto: Add userspace report for cipher type algorithmsSteffen Klassert2011-10-211-0/+29
| * crypto: Add userspace report for rng type algorithmsSteffen Klassert2011-10-211-0/+20
| * crypto: Add userspace report for pcompress type algorithmsSteffen Klassert2011-10-211-0/+18
| * crypto: Add userspace report for nivaead type algorithmsSteffen Klassert2011-10-211-0/+23
| * crypto: Add userspace report for aead type algorithmsSteffen Klassert2011-10-211-0/+25
| * crypto: Add userspace report for givcipher type algorithmsSteffen Klassert2011-10-211-0/+23
| * crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert2011-10-211-0/+25
| * crypto: Add userspace report for blkcipher type algorithmsSteffen Klassert2011-10-211-0/+25
| * crypto: Add userspace report for ahash type algorithmsSteffen Klassert2011-10-211-0/+21
| * crypto: Add userspace report for shash type algorithmsSteffen Klassert2011-10-211-0/+21
| * crypto: Add userspace report for larval type algorithmsSteffen Klassert2011-10-211-0/+12
| * crypto: Add a report function pointer to crypto_typeSteffen Klassert2011-10-211-0/+5
| * crypto: Add userspace configuration APISteffen Klassert2011-10-213-0/+380