summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-for-v3.10' into v4l_for_linusMauro Carvalho Chehab2013-04-300-0/+0
|\
| * Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab2013-04-010-0/+0
| |\
| * \ Merge tag 'v3.9-rc1' into staging/for_v3.9Mauro Carvalho Chehab2013-03-0428-190/+427
| |\ \
* | \ \ Merge tag 'v3.9' into v4l_for_linusMauro Carvalho Chehab2013-04-303-3/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-04-222-0/+3
| |\ \ \
| | * | | crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-102-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-04-091-3/+14
|/| | | | | |/ / /
| * | | crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna2013-04-021-3/+14
* | | | Merge tag 'v3.9-rc3' into v4l_for_linusMauro Carvalho Chehab2013-03-1828-190/+427
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhume...Linus Torvalds2013-02-281-18/+20
| |\ \
| | * | crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer2013-02-201-18/+20
| |/ / |/| |
| * | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3
| * | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-264-7/+13
| |\ \ | | |/ | |/|
| | * async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz2013-01-071-4/+5
| | * async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz2013-01-071-0/+1
| | * async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz2013-01-071-0/+6
| | * async_tx: use memchr_invAkinobu Mita2013-01-071-3/+1
| |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-2521-92/+267
| |\
| | * crypto: user - ensure user supplied strings are nul-terminatedMathias Krause2013-02-191-0/+14
| | * crypto: user - fix empty string test in report APIMathias Krause2013-02-191-1/+1
| | * crypto: user - fix info leaks in report APIMathias Krause2013-02-198-30/+29
| | * crypto: use ERR_CASTJulia Lawall2013-02-0411-59/+27
| | * crypto: testmgr - add test vector for fcryptJussi Kivilinna2013-01-201-0/+15
| | * crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-203-0/+180
| |/ |/|
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-231-0/+7
| |\
| | * powerpc: Add a powerpc implementation of SHA-1Michael Ellerman2013-01-101-0/+7
| |/ |/|
| * Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-10/+5
| |\
| | * Merge tag 'for-gregkh-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2013-01-111-10/+5
| |/| |/| |
| | * crypto: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-10/+5
| |/ |/|
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-210-0/+0
| |\
| | * Merge tag 'v3.8-rc2' into nextJames Morris2013-01-0751-1315/+12276
| | |\ | |_|/ |/| |
| * | crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna2013-01-083-63/+115
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-12-159-1027/+6184
|\ \
| * | crypto: testmgr - remove superfluous initializers for xts(aes)Mathias Krause2012-12-061-4/+0
| * | crypto: testmgr - allow compression algs in fips modeMilan Broz2012-12-061-0/+3
| * | crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intelJussi Kivilinna2012-12-061-3/+264
| * | crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna2012-12-061-372/+0
| * | crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna2012-12-061-2/+0
| * | crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2012-12-065-549/+309
| * | crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-092-0/+84
| * | crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna2012-11-091-0/+23
| * | crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna2012-10-243-4/+1118
| * | crypto: testmgr - add new larger DES testvectorsJussi Kivilinna2012-10-243-4/+596
| * | crypto: testmgr - add new larger AES testvectorsJussi Kivilinna2012-10-241-8/+1104
| * | crypto: testmgr - expand serpent test vectorsJussi Kivilinna2012-10-241-38/+742
| * | crypto: testmgr - expand blowfish test vectorsJussi Kivilinna2012-10-241-38/+962
| * | crypto: testmgr - expand camellia test vectorsJussi Kivilinna2012-10-241-50/+940
| * | crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi2012-10-152-5/+75
| * | crypto: tcrypt - Added speed test in tcrypt for crc32cTim Chen2012-10-151-0/+4
| * | crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-151-0/+10