summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?-3/+4
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek-23/+32
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu-1/+0
2015-07-23crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk-8/+16
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu-79/+125
2015-07-06crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh-3/+0
2015-07-03crypto: marvell/cesa - another fix up for of_get_named_gen_pool() renameStephen Rothwell-2/+2
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+2
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy-3/+2
2015-06-29crypto: qat - Deletion of unnecessary checks before two function callsMarkus Elfring-5/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-59/+1
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-3407/+8943
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+21
2015-06-22crypto: marvell/cesa - remove COMPILE_TEST dependencyBoris Brezillon-1/+1
2015-06-21crypto: sahara - propagate the error on clk_disable_unprepare() failureFabio Estevam-4/+9
2015-06-21crypto: picoxcell - Update to the current clk APIMichael van der Westhuizen-4/+4
2015-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu-32/+118
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard-1/+12
2015-06-19crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON-7/+35
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON-0/+4
2015-06-19crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON-0/+12
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard-0/+163
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard-2/+174
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard-0/+151
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON-0/+154
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON-16/+1101
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON-0/+2040
2015-06-19crypto: mv_cesa - explicitly define kirkwood and dove compatible stringsBoris BREZILLON-1/+3
2015-06-19crypto: mv_cesa - use gen_pool to reserve the SRAM memory regionBoris BREZILLON-15/+44
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu-2/+2
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman-43/+45
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu-1/+1
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu-1/+2
2015-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1/+3
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu-46/+19
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar-19/+19
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu-634/+686
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu-14/+21
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu-73/+67
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan-2/+2
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan-4/+5
2015-06-16crypto: vmx - Reindent to kernel styleHerbert Xu-482/+506
2015-06-16crypto: vmx - Remove duplicate PPC64 dependencyHerbert Xu-2/+1
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius-1/+1
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius-0/+2
2015-06-15crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee-59/+1
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman-15/+25
2015-06-15crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman-2/+22
2015-06-12crypto: picoxcell - Clamp AEAD SG list by input lengthHerbert Xu-3/+11