summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hifn_795x.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* crypto: hifn_795x - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+27
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+2
* crypto: hifn_795x - Fix a memory leak in the error handling path of 'hifn_pro...Christophe Jaillet2017-11-291-0/+1
* crypto: squash lines for simple wrapper functionsMasahiro Yamada2016-09-131-10/+2Star
* crypto: hifn_795x, picoxcell - use ablkcipher_request_castGeliang Tang2015-12-291-2/+2
* crypto: hifn_795x - fix coding styleLABBE Corentin2015-11-171-163/+138Star
* crypto: hifn_795x - use dev_xx/pr_xx instead of printkLABBE Corentin2015-11-171-82/+67Star
* crypto: hifn_795x - remove the hifn_test functionLABBE Corentin2015-11-171-58/+0Star
* hifn_795x: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-2/+0Star
* crypto: use pci_zalloc_consistentJoe Perches2014-08-091-3/+2Star
* 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-041-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/+2Star
* replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-271-2/+2
* crypto: hifn_795x - use cancel_delayed_work_sync()Tejun Heo2010-10-191-2/+1Star
* crypto: hifn_795x - Remove unused ctx variableJustin P. Mattock2010-07-141-4/+0Star
* 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-031-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/+81Star
* crypto: hifn_795x - Remove some unused cruftPatrick McHardy2008-12-251-31/+1Star
* 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/+33Star
* crypto: hifn_795x - Fix DMA setupPatrick McHardy2008-12-251-84/+81Star
* 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/+0Star
* [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/+14Star
* [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