| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: caam - reinitialize keys_fit_inline for decrypt and givencrypt | Vakul Garg | 2014-05-13 | 1 | -0/+3 |
* | crypto: caam - Fix the 'quoted string split across lines' | Marek Vasut | 2014-05-08 | 1 | -59/+18 |
* | crypto: caam - Sweep the remnants | Marek Vasut | 2014-05-08 | 1 | -21/+20 |
* | crypto: caam - Kill SPRINTFCAT() with fire | Marek Vasut | 2014-05-08 | 1 | -10/+0 |
* | crypto: caam - Clean up report_deco_status() | Marek Vasut | 2014-05-08 | 1 | -18/+13 |
* | crypto: caam - Clean up report_ccb_status() | Marek Vasut | 2014-05-08 | 1 | -25/+20 |
* | crypto: caam - Dissolve report_jump_idx() | Marek Vasut | 2014-05-08 | 1 | -15/+17 |
* | crypto: caam - Kill the easy targets | Marek Vasut | 2014-05-08 | 1 | -12/+17 |
* | crypto: caam - Pass error type into the functions | Marek Vasut | 2014-05-08 | 1 | -10/+21 |
* | crypto: caam - Implement fast-path for error codes with no handler | Marek Vasut | 2014-05-08 | 1 | -2/+10 |
* | crypto: caam - Pull all the error codes out | Marek Vasut | 2014-05-08 | 1 | -143/+147 |
* | crypto: caam - Contain caam_jr_strstatus() ugliness | Marek Vasut | 2014-05-08 | 6 | -53/+24 |
* | crypto: caam - fix mem leak in ahash_setkey | Horia Geanta | 2014-04-28 | 1 | -1/+3 |
* | crypto: caam - add missing key_dma unmap | Horia Geanta | 2014-03-21 | 1 | -0/+5 |
* | crypto: caam - add support for aead null encryption | Horia Geanta | 2014-03-21 | 3 | -13/+342 |
* | crypto: caam - remove error propagation handling | Horia Geanta | 2014-03-21 | 1 | -47/+7 |
* | crypto: caam - Fix first parameter to caam_init_rng | Herbert Xu | 2014-03-21 | 1 | -1/+1 |
* | crypto: caam - Dynamic memory allocation for caam_rng_ctx object | Nitesh Lal | 2014-03-10 | 1 | -6/+9 |
* | crypto: caam - writel() arguments are swapped | Dan Carpenter | 2014-02-26 | 1 | -2/+2 |
* | crypto: caam - fix ERA retrieval function | Alex Porosanu | 2014-02-09 | 2 | -27/+11 |
* | crypto: caam - Fix job ring discovery in controller driver | Nitesh Lal | 2014-02-09 | 1 | -19/+6 |
* | crypto: caam - simplify and harden key parsing | Horia Geanta | 2013-12-20 | 1 | -23/+13 |
* | crypto: caam - fix aead sglen for case 'dst != src' | Horia Geanta | 2013-11-28 | 1 | -22/+29 |
* | crypto: caam - Add missing Job Ring include | Michael Neuling | 2013-11-26 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-11-24 | 12 | -379/+697 |
|\ |
|
| * | crypto: caam - Modify the interface layers to use JR API's | Ruchika Gupta | 2013-10-30 | 4 | -178/+55 |
| * | crypto: caam - Add API's to allocate/free Job Rings | Ruchika Gupta | 2013-10-30 | 3 | -3/+62 |
| * | crypto: caam - Add Platform driver for Job Ring | Ruchika Gupta | 2013-10-30 | 9 | -136/+232 |
| * | crypto: caam - map src buffer before access | Yashpal Dutta | 2013-09-23 | 1 | -9/+25 |
| * | crypto: caam - enable instantiation of all RNG4 state handles | Alex Porosanu | 2013-09-13 | 3 | -52/+169 |
| * | crypto: caam - fix RNG4 AAI defines | Alex Porosanu | 2013-09-13 | 2 | -9/+10 |
| * | crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driver | Alex Porosanu | 2013-09-13 | 2 | -6/+57 |
| * | crypto: caam - split RNG4 instantiation function | Alex Porosanu | 2013-09-13 | 1 | -48/+92 |
| * | crypto: caam - fix RNG4 instantiation | Alex Porosanu | 2013-09-13 | 2 | -18/+52 |
| * | crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized | Alex Porosanu | 2013-09-13 | 3 | -0/+21 |
| * | crypto: caam - fix RNG state handle instantiation descriptor | Alex Porosanu | 2013-09-13 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2013-11-07 | 2 | -2/+2 |
|\ \ |
|
| * | | of/irq: Use irq_of_parse_and_map() | Thierry Reding | 2013-10-24 | 2 | -2/+2 |
| |/ |
|
* / | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-10 | 2 | -0/+5 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 2013-09-07 | 1 | -1/+1 |
|\ |
|
| * | crypto: caam - Fixed the memory out of bound overwrite issue | Vakul Garg | 2013-07-10 | 1 | -1/+1 |
* | | crypto: caam - add option for enabling DEBUG mode | Alex Porosanu | 2013-08-21 | 2 | -0/+11 |
* | | crypto: caam - replace xstr macro with __stringify | Alex Porosanu | 2013-08-21 | 3 | -75/+77 |
* | | crypto: caam - Remove unused functions from Job Ring | Ruchika Gupta | 2013-08-01 | 4 | -77/+0 |
* | | crypto: caam - RNG instantiation by directly programming DECO | Ruchika Gupta | 2013-08-01 | 2 | -39/+47 |
* | | crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h | Vakul Garg | 2013-07-10 | 3 | -4/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto | Herbert Xu | 2013-06-21 | 1 | -2/+2 |
|\ |
|
| * | crypto: caam - fix inconsistent assoc dma mapping direction | Horia Geanta | 2013-05-14 | 1 | -2/+2 |
* | | crypto: caam - add missing flag for the LOAD/STORE commands | Andrei Varvara | 2013-05-28 | 1 | -0/+1 |
* | | crypto: caam - Add define for Adjust Output Frame Length in PDB | Andrei Varvara | 2013-05-28 | 1 | -0/+1 |