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 - add missing put_device() call
Wen Yang
2019-03-07
5
-27
/
+50
*
crypto: caam - remove redundant likely/unlikely annotation
Chengguang Xu
2019-02-28
2
-5
/
+5
*
crypto: caam - generate hash keys in-place
Horia Geantă
2019-02-28
2
-47
/
+23
*
crypto: caam - fix DMA mapping xcbc key twice
Horia Geantă
2019-02-28
1
-2
/
+1
*
crypto: caam - fix hash context DMA unmap size
Franck LENORMAND
2019-02-28
1
-3
/
+5
*
crypto: caam/qi2 - relax busy polling while enqueuing FDs
Horia Geantă
2019-02-22
1
-0
/
+2
*
crypto: caam/qi2 - rate-limit enqueue failure prints
Horia Geantă
2019-02-22
1
-1
/
+1
*
crypto: caam/qi2 - use affine DPIOs
Horia Geantă
2019-02-22
2
-23
/
+31
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux next
Herbert Xu
2019-02-22
1
-3
/
+3
|
\
|
*
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
Ioana Ciornei
2019-01-11
1
-3
/
+3
*
|
crypto: caam - weak key checking for cbc des, 3des
Iuliana Prodan
2019-02-15
1
-2
/
+2
*
|
crypto: caam - add ecb(*) support
Iuliana Prodan
2019-02-15
4
-49
/
+161
*
|
crypto: caam - use mapped_{src,dst}_nents for job descriptor
Iuliana Prodan
2019-02-15
1
-7
/
+20
*
|
crypto: caam - fixed handling of sg list
Pankaj Gupta
2019-02-08
1
-0
/
+1
*
|
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
2019-02-01
1
-64
/
+21
*
|
crypto: caam - fix indentation of goto label
Roland Hieber
2019-02-01
1
-1
/
+1
*
|
crypto: caam - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-02-01
2
-16
/
+6
*
|
crypto: caam - handle zero-length AEAD output
Horia Geantă
2019-02-01
3
-24
/
+47
*
|
crypto: caam - add support for cmac(aes)
Iuliana Prodan
2019-02-01
3
-33
/
+139
*
|
crypto: caam - add support for xcbc(aes)
Iuliana Prodan
2019-01-11
3
-17
/
+232
*
|
crypto: caam - create ahash shared descriptors only once
Iuliana Prodan
2019-01-11
1
-1
/
+6
*
|
crypto: caam - fix error reporting for caam_hash_alloc
Iuliana Prodan
2019-01-11
1
-1
/
+2
*
|
crypto: caam - move shared symbols in a common location
Horia Geantă
2019-01-11
3
-11
/
+6
*
|
crypto: caam - fix SHA support detection
Horia Geantă
2019-01-10
3
-1
/
+11
*
|
crypto: caam - fix zero-length buffer DMA mapping
Aymen Sghaier
2019-01-10
1
-6
/
+9
|
/
*
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
2018-11-20
3
-6
/
+6
*
crypto: caam/qi2 - add support for Chacha20 + Poly1305
Horia Geantă
2018-11-16
4
-6
/
+154
*
crypto: caam/jr - add support for Chacha20 + Poly1305
Horia Geantă
2018-11-16
6
-5
/
+354
*
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
[next]