index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-08
crypto: caam - Pass error type into the functions
Marek Vasut
1
-10
/
+21
2014-05-08
crypto: caam - Implement fast-path for error codes with no handler
Marek Vasut
1
-2
/
+10
2014-05-08
crypto: caam - Pull all the error codes out
Marek Vasut
1
-143
/
+147
2014-05-08
crypto: caam - Contain caam_jr_strstatus() ugliness
Marek Vasut
6
-53
/
+24
2014-04-28
crypto: caam - fix mem leak in ahash_setkey
Horia Geanta
1
-1
/
+3
2014-03-21
crypto: caam - add missing key_dma unmap
Horia Geanta
1
-0
/
+5
2014-03-21
crypto: caam - add support for aead null encryption
Horia Geanta
3
-13
/
+342
2014-03-21
crypto: caam - remove error propagation handling
Horia Geanta
1
-47
/
+7
2014-03-21
crypto: caam - Fix first parameter to caam_init_rng
Herbert Xu
1
-1
/
+1
2014-03-10
crypto: caam - Dynamic memory allocation for caam_rng_ctx object
Nitesh Lal
1
-6
/
+9
2014-02-27
crypto: caam - writel() arguments are swapped
Dan Carpenter
1
-2
/
+2
2014-02-09
crypto: caam - fix ERA retrieval function
Alex Porosanu
2
-27
/
+11
2014-02-09
crypto: caam - Fix job ring discovery in controller driver
Nitesh Lal
1
-19
/
+6
2013-12-20
crypto: caam - simplify and harden key parsing
Horia Geanta
1
-23
/
+13
2013-11-28
crypto: caam - fix aead sglen for case 'dst != src'
Horia Geanta
1
-22
/
+29
2013-11-26
crypto: caam - Add missing Job Ring include
Michael Neuling
1
-0
/
+1
2013-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
12
-379
/
+697
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
2
-2
/
+2
2013-10-30
crypto: caam - Modify the interface layers to use JR API's
Ruchika Gupta
4
-178
/
+55
2013-10-30
crypto: caam - Add API's to allocate/free Job Rings
Ruchika Gupta
3
-3
/
+62
2013-10-30
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
9
-136
/
+232
2013-10-24
of/irq: Use irq_of_parse_and_map()
Thierry Reding
2
-2
/
+2
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
2
-0
/
+5
2013-09-24
crypto: caam - map src buffer before access
Yashpal Dutta
1
-9
/
+25
2013-09-13
crypto: caam - enable instantiation of all RNG4 state handles
Alex Porosanu
3
-52
/
+169
2013-09-13
crypto: caam - fix RNG4 AAI defines
Alex Porosanu
2
-9
/
+10
2013-09-13
crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driver
Alex Porosanu
2
-6
/
+57
2013-09-13
crypto: caam - split RNG4 instantiation function
Alex Porosanu
1
-48
/
+92
2013-09-13
crypto: caam - fix RNG4 instantiation
Alex Porosanu
2
-18
/
+52
2013-09-13
crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
Alex Porosanu
3
-0
/
+21
2013-09-13
crypto: caam - fix RNG state handle instantiation descriptor
Alex Porosanu
1
-1
/
+3
2013-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
1
-1
/
+1
2013-08-21
crypto: caam - add option for enabling DEBUG mode
Alex Porosanu
2
-0
/
+11
2013-08-21
crypto: caam - replace xstr macro with __stringify
Alex Porosanu
3
-75
/
+77
2013-08-01
crypto: caam - Remove unused functions from Job Ring
Ruchika Gupta
4
-77
/
+0
2013-08-01
crypto: caam - RNG instantiation by directly programming DECO
Ruchika Gupta
2
-39
/
+47
2013-07-10
crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h
Vakul Garg
3
-4
/
+1
2013-07-10
crypto: caam - Fixed the memory out of bound overwrite issue
Vakul Garg
1
-1
/
+1
2013-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto
Herbert Xu
1
-2
/
+2
2013-05-28
crypto: caam - add missing flag for the LOAD/STORE commands
Andrei Varvara
1
-0
/
+1
2013-05-28
crypto: caam - Add define for Adjust Output Frame Length in PDB
Andrei Varvara
1
-0
/
+1
2013-05-28
crypto: caam - Add defines for CAAM commands
Andrei Varvara
1
-0
/
+9
2013-05-28
crypto: caam - Add defines for overwriting Descriptor's memory
Andrei Varvara
1
-0
/
+4
2013-05-28
crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)
Andrei Varvara
2
-1
/
+56
2013-05-28
crypto: caam - Add MATH command to support shld function
Andrei Varvara
1
-0
/
+2
2013-05-28
crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...
Andrei Varvara
1
-1
/
+17
2013-05-28
crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is set
Andrei Varvara
2
-4
/
+8
2013-05-14
crypto: caam - fix inconsistent assoc dma mapping direction
Horia Geanta
1
-2
/
+2
2013-05-14
crypto: caam - FIX RNG init for RNG greater than equal to 4
Ruchika Gupta
2
-4
/
+48
2013-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
10
-11
/
+27
[prev]
[next]