summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hifn_795x.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: squash lines for simple wrapper functionsMasahiro Yamada2016-09-131-10/+2
* crypto: hifn_795x, picoxcell - use ablkcipher_request_castGeliang Tang2015-12-291-2/+2
* crypto: hifn_795x - fix coding styleLABBE Corentin2015-11-171-163/+138
* crypto: hifn_795x - use dev_xx/pr_xx instead of printkLABBE Corentin2015-11-171-82/+67
* crypto: hifn_795x - remove the hifn_test functionLABBE Corentin2015-11-171-58/+0
* hifn_795x: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-2/+0
* crypto: use pci_zalloc_consistentJoe Perches2014-08-081-3/+2
* crypto: hifn_795x - Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-281-2/+2
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-041-1/+4
|\
| * crypto: hifn_795x - fix error return codePeter Senna Tschudin2012-09-271-1/+4
* | crypto: hifn_795x - fix 64bit division and undefined __divdi3 on 32bit archsJussi Kivilinna2012-07-301-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-211-1/+2
|\
| * crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-1/+2
* | crypto: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-5/+5
|/
* crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BITRichard Weinberger2011-10-211-4/+2
* 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