index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
crypto: caam/qi2 - add support for ChaCha20
Horia Geantă
2018-11-16
4
-4
/
+36
*
crypto: caam - add register map changes cf. Era 10
Horia Geantă
2018-11-16
8
-49
/
+184
*
crypto: caam - add SPDX license identifier to all files
Horia Geantă
2018-10-17
11
-57
/
+11
*
crypto: caam/qi - simplify CGR allocation, freeing
Horia Geantă
2018-10-17
2
-40
/
+5
*
crypto: caam/qi2 - avoid double export
Arnd Bergmann
2018-10-08
1
-1
/
+1
*
crypto: caam/qi2 - add CONFIG_NETDEVICES dependency
Arnd Bergmann
2018-10-05
1
-0
/
+1
*
crypto: caam/qi2 - add support for ahash algorithms
Horia Geantă
2018-09-21
3
-1
/
+1750
*
crypto: caam - export ahash shared descriptor generation
Horia Geantă
2018-09-21
5
-70
/
+114
*
crypto: caam/qi2 - add skcipher algorithms
Horia Geantă
2018-09-21
3
-1
/
+582
*
crypto: caam/qi2 - add DPAA2-CAAM driver
Horia Geantă
2018-09-21
6
-16
/
+3108
*
crypto: caam - add Queue Interface v2 error codes
Horia Geantă
2018-09-21
3
-4
/
+79
*
crypto: caam - add DPAA2-CAAM (DPSECI) backend API
Horia Geantă
2018-09-21
3
-0
/
+908
*
crypto: caam - fix implicit casts in endianness helpers
Horia Geantă
2018-09-21
1
-14
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2018-09-21
1
-2
/
+2
|
\
|
*
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
2018-09-21
1
-4
/
+4
*
|
crypto: caam/qi - ablkcipher -> skcipher conversion
Horia Geantă
2018-09-04
4
-253
/
+217
*
|
crypto: caam/jr - ablkcipher -> skcipher conversion
Horia Geantă
2018-09-04
2
-241
/
+208
*
|
crypto: caam/qi - remove ablkcipher IV generation
Horia Geantă
2018-09-04
4
-327
/
+20
*
|
crypto: caam/jr - remove ablkcipher IV generation
Horia Geantă
2018-09-04
1
-264
/
+11
|
/
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-29
3
-15
/
+14
|
\
|
*
crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
Horia Geantă
2018-08-25
1
-10
/
+10
|
*
crypto: caam/qi - fix error path in xts setkey
Horia Geantă
2018-08-25
1
-4
/
+2
|
*
crypto: caam/jr - fix descriptor DMA unmapping
Horia Geantă
2018-08-25
1
-1
/
+2
*
|
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-08-23
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl
Roy Pledge
2018-07-24
2
-2
/
+2
*
|
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-08
1
-1
/
+0
*
|
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-08
1
-1
/
+1
|
/
*
crypto: caam/qi - fix warning in init_cgr()
Horia Geantă
2018-05-30
1
-3
/
+2
*
crypto: caam - fix rfc4543 descriptors
Horia Geantă
2018-05-30
1
-2
/
+2
*
crypto: caam - fix MC firmware detection
Horia Geantă
2018-05-30
2
-9
/
+13
*
crypto: caam - fix size of RSA prime factor q
Horia Geantă
2018-05-05
1
-4
/
+4
*
crypto: caam: - Use kmemdup() function
Fabio Estevam
2018-04-20
1
-8
/
+1
*
crypto: caam - strip input zeros from RSA input buffer
Horia Geantă
2018-04-20
2
-0
/
+62
*
crypto: caam - allow retrieving 'era' from register
Fabio Estevam
2018-04-20
2
-4
/
+58
*
crypto: caam - staticize caam_get_era()
Fabio Estevam
2018-04-20
2
-4
/
+1
*
crypto: caam/qi - fix IV DMA mapping and updating
Horia Geantă
2018-04-20
1
-111
/
+116
*
crypto: caam - fix IV DMA mapping and updating
Horia Geantă
2018-04-20
1
-121
/
+91
*
crypto: caam - fix DMA mapping dir for generated IV
Horia Geantă
2018-04-20
1
-12
/
+17
*
crypto: caam/qi - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2018-03-30
1
-0
/
+2
*
crypto: caam - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2018-03-30
1
-0
/
+2
*
crypto: caam - do not use mem and emi_slow clock for imx7x
Rui Miguel Silva
2018-03-02
1
-15
/
+24
*
crypto: caam - Fix null dereference at error path
Rui Miguel Silva
2018-03-02
1
-3
/
+0
*
crypto: caam/qi - add GCM support
Horia Geantă
2018-02-15
1
-0
/
+374
*
crypto: caam - prepare for gcm(aes) support over QI interface
Horia Geantă
2018-02-15
3
-25
/
+183
*
crypto: caam/qi - return -EBADMSG for ICV check failure
Horia Geantă
2018-02-15
2
-3
/
+20
*
crypto: caam - fix endless loop when DECO acquire fails
Horia Geantă
2018-02-08
1
-2
/
+6
*
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
2017-12-28
9
-171
/
+384
*
crypto: caam - save Era in driver's private data
Horia Geantă
2017-12-28
2
-1
/
+4
*
crypto: caam - remove needless ablkcipher key copy
Horia Geantă
2017-12-28
2
-12
/
+4
*
crypto: caam - constify key data
Horia Geantă
2017-12-28
2
-8
/
+8
[prev]
[next]