aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Xu1726-36987/+92522
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-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-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-10random: Remove kernel blocking APIHerbert Xu1-12/+0
2015-06-10random: Add callback API for random pool readinessHerbert Xu1-0/+78
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
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman6-135/+148
2015-05-28bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Thomas Petazzoni1-0/+117
2015-05-28Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window"Thomas Petazzoni1-89/+16
2015-05-28bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.Nicolas Schichan1-1/+3
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-10/+11
2015-05-27crypto: ccp - Remove unused structure fieldTom Lendacky1-2/+0
2015-05-27crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky1-2/+0
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller1-0/+12
2015-05-27random: Wake up all getrandom(2) callers when pool is readyHerbert Xu1-1/+1
2015-05-25crypto: mv_cesa - request registers memory regionBoris BREZILLON1-8/+5
2015-05-22crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu1-3/+0