index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamhash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-28
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
1
-23
/
+50
2017-11-06
crypto: caam - remove unused param of ctx_map_to_sec4_sg()
Horia Geantă
1
-4
/
+4
2017-11-06
crypto: caam - remove unneeded edesc zeroization
Horia Geantă
1
-4
/
+0
2017-08-03
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
1
-4
/
+3
2017-07-12
crypto: caam - fix signals handling
Horia Geantă
1
-1
/
+1
2017-06-22
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
1
-16
/
+16
2017-02-15
crypto: caam - fix state buffer DMA (un)mapping
Horia Geantă
1
-55
/
+52
2017-02-15
crypto: caam - abstract ahash request double buffering
Horia Geantă
1
-29
/
+48
2017-02-15
crypto: caam - fix error path for ctx_dma mapping failure
Horia Geantă
1
-1
/
+6
2017-02-15
crypto: caam - fix DMA API leaks for multiple setkey() calls
Horia Geantă
1
-46
/
+33
2017-02-15
crypto: caam - don't dma_map key for hash algorithms
Horia Geantă
1
-17
/
+1
2016-11-28
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
1
-94
/
+36
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
1
-22
/
+2
2016-11-28
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
1
-4
/
+4
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
1
-15
/
+5
2016-11-28
crypto: caam - group algorithm related params
Horia Geantă
1
-25
/
+23
2016-11-13
crypto: caam - merge identical ahash_final/finup shared desc
Horia Geantă
1
-25
/
+1
2016-11-13
crypto: caam - trivial code clean-up
Horia Geantă
1
-8
/
+4
2016-11-13
crypto: caam - completely remove error propagation handling
Horia Geantă
1
-4
/
+1
2016-09-22
crypto: caam - Move common error handling code in two functions
Markus Elfring
1
-12
/
+14
2016-09-22
crypto: caam - Delete an unnecessary initialisation in seven functions
Markus Elfring
1
-7
/
+7
2016-09-22
crypto: caam - Return a value directly in caam_hash_cra_init()
Markus Elfring
1
-5
/
+1
2016-09-22
crypto: caam - Rename a jump label in five functions
Markus Elfring
1
-27
/
+22
2016-09-22
crypto: caam - Rename jump labels in ahash_setkey()
Markus Elfring
1
-6
/
+5
2016-09-22
crypto: caam - Use kmalloc_array() in ahash_setkey()
Markus Elfring
1
-2
/
+3
2016-08-09
crypto: caam - add ahash_edesc_add_src()
Russell King
1
-80
/
+57
2016-08-09
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
Russell King
1
-50
/
+34
2016-08-09
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
Russell King
1
-27
/
+33
2016-08-09
crypto: caam - check and use dma_map_sg() return code
Russell King
1
-35
/
+103
2016-08-09
crypto: caam - ensure that we clean up after an error
Russell King
1
-53
/
+79
2016-08-09
crypto: caam - replace sec4_sg pointer with array
Russell King
1
-9
/
+3
2016-08-09
crypto: caam - mark the hardware descriptor as cache line aligned
Russell King
1
-1
/
+1
2016-08-09
crypto: caam - incorporate job descriptor into struct ahash_edesc
Russell King
1
-30
/
+19
2016-08-09
crypto: caam - ensure descriptor buffers are cacheline aligned
Russell King
1
-7
/
+7
2016-08-09
crypto: caam - fix DMA API mapping leak
Russell King
1
-9
/
+17
2016-08-09
crypto: caam - fix non-hmac hashes
Russell King
1
-0
/
+1
2016-05-31
crypto: caam - handle core endianness != caam endianness
Horia Geantă
1
-2
/
+3
2015-12-04
crypto: caam - pass the correct buffer length
Fabio Estevam
1
-1
/
+1
2015-11-17
crypto: caam - check return value of sg_nents_for_len
LABBE Corentin
1
-0
/
+24
2015-10-20
crypto: caam - fix indentation of close braces
Russell King
1
-6
/
+6
2015-10-20
crypto: caam - only export the state we really need to export
Russell King
1
-4
/
+40
2015-10-20
crypto: caam - fix non-block aligned hash calculation
Russell King
1
-1
/
+1
2015-10-20
crypto: caam - avoid needlessly saving and restoring caam_hash_ctx
Russell King
1
-8
/
+4
2015-10-20
crypto: caam - print errno code when hash registration fails
Russell King
1
-4
/
+6
2015-10-01
crypto: caam - dma_map_sg can handle chained SG
LABBE Corentin
1
-38
/
+17
2015-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-24
/
+45
2015-08-24
crypto: caam - Use the preferred style for memory allocations
Fabio Estevam
1
-1
/
+1
2015-08-13
crypto: caam - fix memory corruption in ahash_final_ctx
Horia Geant?
1
-3
/
+4
2015-08-10
crypto: caam - Detect hardware features during algorithm registration
Victoria Milhoan
1
-8
/
+30
2015-08-10
crypto: caam - Correct DMA unmap size in ahash_update_ctx()
Victoria Milhoan
1
-1
/
+1
[next]