aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/n2_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-08of/sparc: fix build regression from of_device changesGrant Likely1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-11/+11
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+5
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-5/+5
2010-05-25n2_crypto: Add HMAC support.David S. Miller1-4/+206
2010-05-25n2_crypto: Make ahash parameterization explicit.David S. Miller1-117/+99
2010-05-25n2_crypto: Log algorithm success/failure in kernel log.David S. Miller1-0/+6
2010-05-25n2_crypto: Kill n2_base_ctx and helpers.David S. Miller1-14/+1
2010-05-25n2_crypto: Plumb fallback ahash requests properly.David S. Miller1-47/+48
2010-05-25n2_crypto: Fix MAU kmem_cache name.David S. Miller1-1/+1
2010-05-25n2_crypto: Fix build after of_device/of_platform_driver changes.David S. Miller1-10/+16
2010-05-19crypto: n2 - Add Niagara2 crypto driverDavid S. Miller1-0/+2083