summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-04-09crypto: testmgr - don't use interruptible wait in testsRabin Vincent2-34/+24
2015-04-09crypto: sha - Handle unaligned input data in generic sha256 and sha512.David S. Miller2-2/+4
2015-02-10crypto: crc32c - add missing crypto module aliasMathias Krause1-0/+1
2015-01-29crypto: add missing crypto module aliasesMathias Krause19-2/+23
2015-01-29crypto: include crypto- module prefix in templateKees Cook21-2/+22
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook43-39/+56
2015-01-07crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2014-11-13crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
2014-08-19crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-06-09crypto: crypto_wq - Fix late crypto work queue initializationTim Chen1-1/+1
2014-04-03X.509: struct x509_certificate needs struct tm declaringDavid Howells1-0/+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-12-04X.509: Remove certificate date checksDavid Howells1-38/+0
2013-11-29crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2013-09-12crypto: crct10dif - Add fallback for broken initrdsHerbert Xu3-99/+130
2013-09-08crypto: api - Fix race condition in larval lookupHerbert Xu1-1/+6
2013-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-34/+305
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu6-0/+249
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu8-249/+230
2013-09-02crypto: fcrypt - Fix bitoperation for compilation with clangJan-Simon Möller1-1/+1
2013-08-21crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes1-0/+22
2013-08-21crypto: camellia_generic - replace commas by semicolons and adjust code align...Julia Lawall1-24/+24
2013-08-20crypto: fix typo in commentCristian Stoica1-1/+1
2013-08-14crypto: make tables used from assembler __visibleAndi Kleen2-8/+8
2013-08-01crypto: testmgr - remove double execution of the same test suiteCristian Stoica1-1/+1
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-249/+0
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu6-249/+0
2013-07-09crypto: add lz4 Cryptographic APIChanho Min4-0/+230
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-80/+381
2013-07-04drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz3-94/+0
2013-07-04drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-2/+2
2013-07-04crypto: sanitize argument for format stringKees Cook1-1/+2
2013-06-25crypto: algboss - Hold ref count on larvalHerbert Xu3-13/+14
2013-06-21crypto: testmgr - test hash implementations with unaligned buffersJussi Kivilinna1-2/+39
2013-06-21crypto: testmgr - test AEADs with unaligned buffersJussi Kivilinna1-6/+31
2013-06-21crypto: testmgr - test skciphers with unaligned buffersJussi Kivilinna1-4/+29
2013-06-21crypto: testmgr - check that entries in alg_test_descs are in correct orderJussi Kivilinna1-0/+31
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2-36/+0
2013-06-21Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2-30/+0
2013-06-05crypto: blowfish - disable AVX2 implementationJussi Kivilinna1-0/+1
2013-06-05crypto: twofish - disable AVX2 implementationJussi Kivilinna1-0/+1
2013-05-28crypto: sha512_generic - set cra_driver_nameJussi Kivilinna1-0/+2
2013-05-24crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen3-0/+51
2013-05-24crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Tim Chen1-0/+11