index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
crypto: talitos - use devm_kmalloc()
LEROY Christophe
2017-10-12
1
-18
/
+12
|
*
|
crypto: talitos - declare local functions static
LEROY Christophe
2017-10-12
1
-2
/
+2
|
*
|
crypto: talitos - zeroize the descriptor with memset()
LEROY Christophe
2017-10-12
2
-20
/
+1
|
*
|
crypto: talitos - fix ctr-aes-talitos
LEROY Christophe
2017-10-12
1
-1
/
+1
|
*
|
crypto: talitos - fix use of sg_link_tbl_len
LEROY Christophe
2017-10-12
1
-2
/
+2
|
*
|
crypto: talitos - fix AEAD for sha224 on non sha224 capable chips
LEROY Christophe
2017-10-12
1
-0
/
+5
|
*
|
crypto: talitos - fix setkey to check key weakness
LEROY Christophe
2017-10-12
1
-0
/
+8
|
*
|
crypto: talitos - fix memory corruption on SEC2
LEROY Christophe
2017-10-12
1
-14
/
+28
|
*
|
crypto: talitos - fix AEAD test failures
LEROY Christophe
2017-10-12
1
-5
/
+4
|
*
|
crypto: crypto4xx - add aes-gcm support
Christian Lamparter
2017-10-12
3
-0
/
+165
|
*
|
crypto: crypto4xx - add aes-ccm support
Christian Lamparter
2017-10-12
3
-0
/
+216
|
*
|
crypto: crypto4xx - prepare for AEAD support
Christian Lamparter
2017-10-12
5
-73
/
+230
|
*
|
crypto: crypto4xx - simplify sa and state context acquisition
Christian Lamparter
2017-10-12
3
-68
/
+15
|
*
|
crypto: crypto4xx - fix stalls under heavy load
Christian Lamparter
2017-10-12
2
-15
/
+21
|
*
|
crypto: crypto4xx - fix various warnings
Christian Lamparter
2017-10-12
1
-13
/
+3
|
*
|
crypto: crypto4xx - overhaul crypto4xx_build_pd()
Christian Lamparter
2017-10-12
3
-124
/
+103
|
*
|
crypto: crypto4xx - use the correct LE32 format for IV and key defs
Christian Lamparter
2017-10-12
4
-56
/
+64
|
*
|
crypto: crypto4xx - add backlog queue support
Christian Lamparter
2017-10-12
2
-9
/
+41
|
*
|
crypto: crypto4xx - increase context and scatter ring buffer elements
Christian Lamparter
2017-10-12
1
-5
/
+5
|
*
|
crypto: crypto4xx - fix type mismatch compiler error
Christian Lamparter
2017-10-12
1
-2
/
+2
|
*
|
crypto: crypto4xx - fix off-by-one AES-OFB
Christian Lamparter
2017-10-12
1
-1
/
+1
|
*
|
crypto: crypto4xx - wire up hmac_mc to hmac_muting
Christian Lamparter
2017-10-12
1
-0
/
+1
|
*
|
crypto: bcm - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-7
/
+7
|
*
|
crypto: qat - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-6
/
+6
|
*
|
crypto: chelsio - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-1
/
+1
|
*
|
crypto: virtio - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-1
/
+1
|
*
|
crypto: omap-aes - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-1
/
+1
|
*
|
crypto: bcm - use of_device_get_match_data
Corentin LABBE
2017-10-07
1
-5
/
+2
|
*
|
crypto: omap - use of_device_get_match_data
Corentin LABBE
2017-10-07
3
-15
/
+6
|
*
|
crypto: stm32 - use of_device_get_match_data
Corentin LABBE
2017-10-07
1
-5
/
+2
|
*
|
crypto: omap - return -ENOMEM on allocation failure.
Allen
2017-10-07
1
-1
/
+1
|
*
|
crypto:ccp - invoke the DMA callback in a standard way
amd
2017-10-07
1
-3
/
+1
|
*
|
crypto: ccp - unmap pages and remove unmap objects in callback
amd
2017-10-07
1
-0
/
+1
|
*
|
crypto: brcm - Explicity ACK mailbox message
raveendra padasalagi
2017-09-22
1
-55
/
+46
|
*
|
crypto: drop unnecessary return statements
Geliang Tang
2017-09-22
3
-4
/
+0
|
*
|
crypto: Use PTR_ERR_ZERO
Himanshu Jha
2017-09-22
3
-12
/
+3
|
*
|
crypto: inside-secure - remove null check before kfree
Himanshu Jha
2017-09-22
1
-4
/
+2
|
*
|
crypto: n2 - remove null check before kfree
Himanshu Jha
2017-09-22
1
-8
/
+4
|
*
|
crypto: padlock-sha - constify x86_cpu_id
Arvind Yadav
2017-09-22
1
-1
/
+1
|
*
|
crypto: padlock-aes - constify x86_cpu_id
Arvind Yadav
2017-09-22
1
-1
/
+1
|
*
|
crypto: crypto4xx - pointer arithmetic overhaul
Christian Lamparter
2017-09-22
3
-68
/
+59
|
*
|
crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
Christian Lamparter
2017-09-22
1
-8
/
+9
|
*
|
crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant
Christian Lamparter
2017-09-22
2
-5
/
+3
|
*
|
crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()
Christian Lamparter
2017-09-22
1
-96
/
+30
|
*
|
crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloads
Christian Lamparter
2017-09-22
4
-0
/
+177
|
*
|
crypto: crypto4xx - move and refactor dynamic_contents helpers
Christian Lamparter
2017-09-22
5
-99
/
+39
|
*
|
crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declaration
Christian Lamparter
2017-09-22
3
-9
/
+9
|
*
|
crypto: crypto4xx - remove double assignment of pd_uinfo->state
Christian Lamparter
2017-09-22
1
-1
/
+0
|
*
|
crypto: crypto4xx - remove extern statement before function declaration
Christian Lamparter
2017-09-22
1
-24
/
+24
|
*
|
crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flag
Christian Lamparter
2017-09-22
1
-1
/
+3
[prev]
[next]