summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: tcrypt - print cra driver name in tcrypt tests outputLuca Clementi2014-07-031-11/+20
* ARM: DT: qcom: Add Qualcomm crypto driver binding documentStanimir Varbanov2014-07-031-0/+25
* crypto: qce - Build Qualcomm crypto driverStanimir Varbanov2014-07-033-0/+23
* crypto: qce - Qualcomm crypto engine driverStanimir Varbanov2014-07-0311-0/+2637
* crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson2014-07-033-4/+15
* crypto: qat - Fix error path crash when no firmware is presentTadeusz Struk2014-06-262-6/+6
* crypto: qat - Fixed new checkpatch warningsTadeusz Struk2014-06-2610-18/+37
* crypto: qat - Updated Firmware Info MetadataTadeusz Struk2014-06-262-0/+2
* crypto: qat - Fix random config build warningsTadeusz Struk2014-06-262-3/+4
* crypto: drbg - simplify ordering of linked list in drbg_ctr_dfStephan Mueller2014-06-261-5/+5
* crypto: lzo - use kvfree() helperEric Dumazet2014-06-251-4/+1Star
* crypto: des3_ede-x86_64 - fix parse warningJussi Kivilinna2014-06-251-2/+2
* crypto: caam - Correct the dma mapping for sg tableRuchika Gupta2014-06-252-21/+27
* crypto: caam - Add definition of rd/wr_reg64 for little endian platformRuchika Gupta2014-06-251-0/+16
* crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta2014-06-253-2/+56
* crypto: caam - Correct definition of registers in memory mapRuchika Gupta2014-06-252-39/+46
* crypto: qat - Fix build problem with O=Herbert Xu2014-06-231-1/+1
* crypto: testmgr - add 4 more test vectors for GHASHArd Biesheuvel2014-06-201-4/+45
* crypto: aes - AES CTR x86_64 "by8" AVX optimizationchandramouli narayanan2014-06-203-3/+585
* crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna2014-06-206-5/+1349
* crypto: tcrypt - add ctr(des3_ede) sync speed testJussi Kivilinna2014-06-201-0/+6
* crypto: caam - remove duplicate FIFOST_CONT_MASK defineDan Carpenter2014-06-201-1/+0Star
* crypto: crc32c-pclmul - Shrink K_table to 32-bit wordsGeorge Spelvin2014-06-201-142/+139Star
* crypto: qat - Update to makefilesTadeusz Struk2014-06-204-0/+9
* crypto: qat - Intel(R) QAT DH895xcc acceleratorTadeusz Struk2014-06-209-0/+1499
* crypto: qat - Intel(R) QAT accelengine part of fw loaderTadeusz Struk2014-06-203-0/+1605
* crypto: qat - Intel(R) QAT ucode part of fw loaderTadeusz Struk2014-06-202-0/+1569
* crypto: qat - Intel(R) QAT crypto interfaceTadeusz Struk2014-06-203-0/+1401
* crypto: qat - Intel(R) QAT FW interfaceTadeusz Struk2014-06-204-0/+1155
* crypto: qat - Intel(R) QAT transport codeTadeusz Struk2014-06-205-0/+1204
* crypto: qat - Intel(R) QAT driver frameworkTadeusz Struk2014-06-2015-0/+2676
* crypto: ccp - Add platform device support for arm64Tom Lendacky2014-06-205-2/+270
* crypto: ccp - CCP device bindings documentationTom Lendacky2014-06-201-0/+16
* crypto: ccp - Modify PCI support in prep for arm64 supportTom Lendacky2014-06-202-27/+15Star
* crypto: drbg - Add DRBG test code to testmgrStephan Mueller2014-06-201-0/+247
* crypto: drbg - DRBG testmgr test vectorsStephan Mueller2014-06-201-0/+843
* crypto: drbg - compile the DRBG codeStephan Mueller2014-06-201-0/+1
* crypto: drbg - DRBG kernel configuration optionsStephan Mueller2014-06-201-1/+35
* crypto: drbg - header file for DRBGStephan Mueller2014-06-201-0/+289
* crypto: drbg - SP800-90A Deterministic Random Bit GeneratorStephan Mueller2014-06-201-0/+2007
* crypto: drivers - Add 2 missing __exit_pJean Delvare2014-06-202-2/+2
* crypto: caam - Introduce the use of the managed version of kzallocHimangi Saraogi2014-06-201-6/+6
* crypto: lzo - try kmalloc() before vmalloc()Eric Dumazet2014-06-201-2/+9
* crypto: skcipher - Don't use __crypto_dequeue_request()Marek Vasut2014-06-201-2/+1Star
* crypto: api - Move crypto_yield() to algapi.hMarek Vasut2014-06-202-6/+6
* Linux 3.16-rc1Linus Torvalds2014-06-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-1610-34/+96
|\
| * net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann2014-06-151-4/+28
| * Merge branch 'csum_fixes'David S. Miller2014-06-157-25/+60
| |\
| | * vxlan: Checksum fixesTom Herbert2014-06-151-9/+2Star