aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-3/+2
2015-06-29crypto: qat - Deletion of unnecessary checks before two function callsMarkus Elfring2-5/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-59/+1
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds55-3407/+8943
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+21
2015-06-22crypto: marvell/cesa - remove COMPILE_TEST dependencyBoris Brezillon1-1/+1
2015-06-21crypto: sahara - propagate the error on clk_disable_unprepare() failureFabio Estevam1-4/+9
2015-06-21crypto: picoxcell - Update to the current clk APIMichael van der Westhuizen1-4/+4
2015-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu1-32/+118
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard1-1/+12
2015-06-19crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON1-7/+35
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON1-0/+4
2015-06-19crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON1-0/+12
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard3-0/+163
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard3-2/+174
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard3-0/+151
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON3-0/+154
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON7-16/+1101
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON7-0/+2040
2015-06-19crypto: mv_cesa - explicitly define kirkwood and dove compatible stringsBoris BREZILLON1-1/+3
2015-06-19crypto: mv_cesa - use gen_pool to reserve the SRAM memory regionBoris BREZILLON2-15/+44
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu1-2/+2
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman3-43/+45
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu1-1/+1
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu1-1/+2
2015-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+3
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu6-46/+19
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar1-19/+19
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu1-634/+686
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu1-14/+21
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu3-73/+67
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan1-2/+2
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan1-4/+5
2015-06-16crypto: vmx - Reindent to kernel styleHerbert Xu6-482/+506
2015-06-16crypto: vmx - Remove duplicate PPC64 dependencyHerbert Xu2-2/+1
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius1-1/+1
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius1-0/+2
2015-06-15crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee1-59/+1
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman5-15/+25
2015-06-15crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman2-2/+22
2015-06-12crypto: picoxcell - Clamp AEAD SG list by input lengthHerbert Xu1-3/+11
2015-06-12crypto: picoxcell - Make use of sg_nents_for_lenHerbert Xu1-11/+2
2015-06-12crypto: picoxcell - Include linux/sizes.hHerbert Xu1-0/+1
2015-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu2-12/+23
2015-06-09crypto: qat: fix issue when mapping assoc to internal AD structTadeusz Struk1-12/+20
2015-06-09crypto: qat - Set max request sizeTadeusz Struk1-0/+2
2015-06-04crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman1-5/+2
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky1-2/+5