summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells2015-08-077-69/+145
| | |_|/ | |/| |
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-040-0/+0
|\ \ \ \
| * \ \ \ Merge tag 'v4.2-rc8' into drm-nextDave Airlie2015-08-241-32/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-1553-1888/+8325
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'origin/drm-intel-next-queued' into drm-intel-ne...Daniel Vetter2015-06-152-14/+4
| |\ \ \ \
* | \ \ \ \ Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-022-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-173-7/+7
| | |_|/ / | |/| | |
* | | | | crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson2015-08-251-0/+1
* | | | | crypto: testmgr - Use new skcipher interfaceHerbert Xu2015-08-211-29/+32
* | | | | crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-212-0/+246
* | | | | crypto: cmac - allow usage in FIPS modeStephan Mueller2015-08-191-0/+2
* | | | | crypto: null - Add missing Kconfig tristate for NULL2Herbert Xu2015-08-171-0/+1
* | | | | crypto: null - Use NULL2 in MakefileHerbert Xu2015-08-171-1/+1
* | | | | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-1710-45/+16
* | | | | crypto: aead - Remove old AEAD interfacesHerbert Xu2015-08-171-597/+9
* | | | | crypto: cryptd - Remove reference to crypto_aead_crtHerbert Xu2015-08-171-2/+2
* | | | | crypto: echainiv - Use generic geniv init/exit helpersHerbert Xu2015-08-171-63/+7
* | | | | crypto: seqiv - Use generic geniv init/exit helpersHerbert Xu2015-08-171-68/+7
* | | | | crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2015-08-172-3/+63
* | | | | crypto: echainiv - Remove AEAD compatibility codeHerbert Xu2015-08-171-4/+0
* | | | | crypto: seqiv - Remove AEAD compatibility codeHerbert Xu2015-08-171-127/+0
* | | | | crypto: seqiv - Remove seqnivHerbert Xu2015-08-171-244/+1
* | | | | crypto: user - Remove crypto_lookup_aead callHerbert Xu2015-08-171-32/+0
* | | | | crypto: algboss - Remove reference to nivaeadHerbert Xu2015-08-171-7/+5
* | | | | crypto: authencesn - Convert to new AEAD interfaceHerbert Xu2015-08-101-498/+222
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-08-101-32/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | crypto: authencesn - Fix breakage with new ESP codeHerbert Xu2015-08-101-32/+12
| |/ / /
* | | | crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu2015-08-051-0/+1
* | | | crypto: testmgr - Reenable authenc testsHerbert Xu2015-08-041-13/+13
* | | | crypto: authenc - Convert to new AEAD interfaceHerbert Xu2015-08-041-401/+183
* | | | crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu2015-08-042-39/+109
* | | | crypto: jitterentropy - use safe format string parametersKees Cook2015-07-281-1/+1
* | | | crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk2015-07-211-2/+2
* | | | crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-171-1/+1
* | | | crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-171-0/+12
* | | | crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-172-41/+36
* | | | crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi2015-07-171-1/+333
* | | | crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-171-1/+1
* | | | crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-171-0/+15
* | | | crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-172-18/+13
* | | | crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2015-07-172-0/+35
* | | | crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-172-90/+133
* | | | crypto: rsa - limit supported key lengthsTadeusz Struk2015-07-171-1/+25
* | | | crypto: testmgr - Reenable rfc4309 testHerbert Xu2015-07-171-1/+1
* | | | crypto: ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-164/+224
* | | | crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2015-07-172-219/+1413
* | | | crypto: testmgr - Reenable rfc4106 testHerbert Xu2015-07-141-1/+1
* | | | crypto: gcm - Use new IV conventionHerbert Xu2015-07-141-37/+77
* | | | crypto: tcrypt - Add support for new IV conventionHerbert Xu2015-07-141-3/+8
* | | | crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu2015-07-142-285/+319