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
2019-02-15
crypto: caam - use mapped_{src,dst}_nents for job descriptor
Iuliana Prodan
1
-7
/
+20
2019-02-08
crypto: caam - fixed handling of sg list
Pankaj Gupta
1
-0
/
+1
2019-02-01
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
1
-64
/
+21
2019-02-01
crypto: caam - fix indentation of goto label
Roland Hieber
1
-1
/
+1
2019-02-01
crypto: caam - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-16
/
+6
2019-02-01
crypto: caam - handle zero-length AEAD output
Horia Geantă
3
-24
/
+47
2019-02-01
crypto: caam - add support for cmac(aes)
Iuliana Prodan
3
-33
/
+139
2019-01-11
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
Ioana Ciornei
1
-3
/
+3
2019-01-11
crypto: caam - add support for xcbc(aes)
Iuliana Prodan
3
-17
/
+232
2019-01-11
crypto: caam - create ahash shared descriptors only once
Iuliana Prodan
1
-1
/
+6
2019-01-11
crypto: caam - fix error reporting for caam_hash_alloc
Iuliana Prodan
1
-1
/
+2
2019-01-11
crypto: caam - move shared symbols in a common location
Horia Geantă
3
-11
/
+6
2019-01-10
crypto: caam - fix SHA support detection
Horia Geantă
3
-1
/
+11
2019-01-10
crypto: caam - fix zero-length buffer DMA mapping
Aymen Sghaier
1
-6
/
+9
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
3
-6
/
+6
2018-11-16
crypto: caam/qi2 - add support for Chacha20 + Poly1305
Horia Geantă
4
-6
/
+154
2018-11-16
crypto: caam/jr - add support for Chacha20 + Poly1305
Horia Geantă
6
-5
/
+354
2018-11-16
crypto: caam/qi2 - add support for ChaCha20
Horia Geantă
4
-4
/
+36
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
8
-49
/
+184
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
11
-57
/
+11
2018-10-17
crypto: caam/qi - simplify CGR allocation, freeing
Horia Geantă
2
-40
/
+5
2018-10-08
crypto: caam/qi2 - avoid double export
Arnd Bergmann
1
-1
/
+1
2018-10-05
crypto: caam/qi2 - add CONFIG_NETDEVICES dependency
Arnd Bergmann
1
-0
/
+1
2018-09-21
crypto: caam/qi2 - add support for ahash algorithms
Horia Geantă
3
-1
/
+1750
2018-09-21
crypto: caam - export ahash shared descriptor generation
Horia Geantă
5
-70
/
+114
2018-09-21
crypto: caam/qi2 - add skcipher algorithms
Horia Geantă
3
-1
/
+582
2018-09-21
crypto: caam/qi2 - add DPAA2-CAAM driver
Horia Geantă
6
-16
/
+3108
2018-09-21
crypto: caam - add Queue Interface v2 error codes
Horia Geantă
3
-4
/
+79
2018-09-21
crypto: caam - add DPAA2-CAAM (DPSECI) backend API
Horia Geantă
3
-0
/
+908
2018-09-21
crypto: caam - fix implicit casts in endianness helpers
Horia Geantă
1
-14
/
+14
2018-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-2
/
+2
2018-09-21
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
1
-4
/
+4
2018-09-04
crypto: caam/qi - ablkcipher -> skcipher conversion
Horia Geantă
4
-253
/
+217
2018-09-04
crypto: caam/jr - ablkcipher -> skcipher conversion
Horia Geantă
2
-241
/
+208
2018-09-04
crypto: caam/qi - remove ablkcipher IV generation
Horia Geantă
4
-327
/
+20
2018-09-04
crypto: caam/jr - remove ablkcipher IV generation
Horia Geantă
1
-264
/
+11
2018-08-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-15
/
+14
2018-08-25
crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
Horia Geantă
1
-10
/
+10
2018-08-25
crypto: caam/qi - fix error path in xts setkey
Horia Geantă
1
-4
/
+2
2018-08-25
crypto: caam/jr - fix descriptor DMA unmapping
Horia Geantă
1
-1
/
+2
2018-08-23
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-2
/
+2
2018-07-24
staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl
Roy Pledge
2
-2
/
+2
2018-07-09
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-1
/
+0
2018-07-09
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-1
/
+1
2018-05-31
crypto: caam/qi - fix warning in init_cgr()
Horia Geantă
1
-3
/
+2
2018-05-31
crypto: caam - fix rfc4543 descriptors
Horia Geantă
1
-2
/
+2
2018-05-31
crypto: caam - fix MC firmware detection
Horia Geantă
2
-9
/
+13
2018-05-05
crypto: caam - fix size of RSA prime factor q
Horia Geantă
1
-4
/
+4
2018-04-21
crypto: caam: - Use kmemdup() function
Fabio Estevam
1
-8
/
+1
2018-04-21
crypto: caam - strip input zeros from RSA input buffer
Horia Geantă
2
-0
/
+62
[prev]
[next]