aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hifn_795x.c
Commit message (Expand)AuthorAgeFilesLines
* replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-2/+2
* crypto: hifn_795x - use cancel_delayed_work_sync()Tejun Heo2010-10-191-2/+1
* crypto: hifn_795x - Remove unused ctx variableJustin P. Mattock2010-07-141-4/+0
* crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walkDavid S. Miller2010-05-191-9/+9
* tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* crypto: hifn_795x - fix __dev{init,exit} markingsMike Frysinger2009-06-021-4/+4
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-1/+1
* crypto: hifn_795x - Use softirq kernel mapping in bh contextEvgeniy Polyakov2008-12-251-3/+5
* crypto: hifn_795x - Fix queue managementEvgeniy Polyakov2008-12-251-93/+81
* crypto: hifn_795x - Remove some unused cruftPatrick McHardy2008-12-251-31/+1
* crypto: hifn_795x - Fix queue processingPatrick McHardy2008-12-251-1/+8
* crypto: hifn_795x - Fix request context corruptionPatrick McHardy2008-12-251-44/+56
* crypto: hifn_795x - Don't copy src sg listPatrick McHardy2008-12-251-42/+33
* crypto: hifn_795x - Fix DMA setupPatrick McHardy2008-12-251-84/+81
* crypto: hifn - Disable driver when physical size exceeds 32 bitsEvgeniy Polyakov2008-12-251-0/+5
* [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macroRobert P. J. Day2008-07-101-1/+1
* [CRYPTO] hifn: Remove duplicated includeHuang Weiyi2008-07-101-1/+0
* [HIFN]: Have HW invalidate src and dest descriptors after processingPatrick McHardy2008-07-101-4/+4
* [HIFN]: Move command descriptor setup to seperate functionPatrick McHardy2008-07-101-101/+104
* [HIFN]: Fix max queue length valuePatrick McHardy2008-07-101-1/+1
* [HIFN]: Properly initialize ivsize for CBC modesPatrick McHardy2008-07-101-0/+3
* [HIFN]: Use unique driver names for different algosPatrick McHardy2008-07-101-13/+14
* [HIFN]: Properly handle requests for less than the full scatterlistPatrick McHardy2008-07-101-10/+10
* [HIFN]: Fix data alignment checksPatrick McHardy2008-07-101-28/+14
* [HIFN]: Handle ablkcipher_walk errorsPatrick McHardy2008-07-101-1/+4
* [HIFN]: Indicate asynchronous processing to crypto APIPatrick McHardy2008-07-101-2/+2
* [HIFN]: Remove printk_ratelimit() for debugging printkPatrick McHardy2008-07-101-1/+1
* [HIFN]: Endianess fixesPatrick McHardy2008-07-101-30/+30
* drivers/crypto/hifn_795x.c trivial endianness annotationsAl Viro2008-03-301-14/+14
* [HIFN]: Fix invalid config ifdefs for RNG supportPatrick McHardy2008-02-151-3/+3
* [CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is mHerbert Xu2008-01-261-3/+3
* [CRYPTO] hifn_795x: Fixup container_of() usageAlexey Dobriyan2008-01-111-1/+1
* [HIFN]: Add support for using the random number generatorPatrick McHardy2008-01-111-1/+81
* [HIFN]: Improve PLL initializationPatrick McHardy2008-01-111-2/+108
* [CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu2008-01-111-1/+1
* [CRYPTO] hifn: Add missing includesAndrew Morton2008-01-111-0/+2
* [CRYPTO] hifn: Schedule callback invocation to tasklet.Evgeniy Polyakov2008-01-111-1/+21
* [CRYPTO] hifn_795x: Detect weak keysEvgeniy Polyakov2008-01-111-0/+11
* [CRYPTO] hifn_795x: HIFN 795x driverEvgeniy Polyakov2008-01-111-0/+2619