aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause
2013-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-04-02crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna
2013-02-28Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhume...Linus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-20crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer
2013-02-19crypto: user - ensure user supplied strings are nul-terminatedMathias Krause
2013-02-19crypto: user - fix empty string test in report APIMathias Krause
2013-02-19crypto: user - fix info leaks in report APIMathias Krause
2013-02-04crypto: use ERR_CASTJulia Lawall
2013-01-20crypto: testmgr - add test vector for fcryptJussi Kivilinna
2013-01-20crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko
2013-01-11crypto: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-10powerpc: Add a powerpc implementation of SHA-1Michael Ellerman
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz
2013-01-07async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz
2013-01-07async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz
2013-01-07async_tx: use memchr_invAkinobu Mita
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-12-06crypto: testmgr - remove superfluous initializers for xts(aes)Mathias Krause
2012-12-06crypto: testmgr - allow compression algs in fips modeMilan Broz
2012-12-06crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intelJussi Kivilinna
2012-12-06crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna
2012-12-06crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna
2012-11-09crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna
2012-11-09crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna
2012-10-24crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna
2012-10-24crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna
2012-10-24crypto: testmgr - add new larger DES testvectorsJussi Kivilinna
2012-10-24crypto: testmgr - add new larger AES testvectorsJussi Kivilinna
2012-10-24crypto: testmgr - expand serpent test vectorsJussi Kivilinna
2012-10-24crypto: testmgr - expand blowfish test vectorsJussi Kivilinna
2012-10-24crypto: testmgr - expand camellia test vectorsJussi Kivilinna
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi
2012-10-15crypto: tcrypt - Added speed test in tcrypt for crc32cTim Chen
2012-10-15crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds
2012-10-11add further __init annotations to crypto/xor.cJan Beulich
2012-10-10X.509: Convert some printk calls to pr_develDavid Howells
2012-10-10asymmetric keys: fix printk format warningRandy Dunlap
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells