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: virtio - remove dependency on CRYPTO_AUTHENC
Peter Wu
2018-03-16
2
-2
/
+0
|
*
crypto: chelsio -Split Hash requests for large scatter gather list
Harsh Jain
2018-03-16
4
-108
/
+298
|
*
crypto: chelsio - Fix iv passed in fallback path for rfc3686
Harsh Jain
2018-03-16
1
-1
/
+1
|
*
crypto: chelsio - Update IV before sending request to HW
Harsh Jain
2018-03-16
1
-8
/
+11
|
*
crypto: chelsio - Fix src buffer dma length
Harsh Jain
2018-03-16
1
-5
/
+12
|
*
crypto: chelsio - Use kernel round function to align lengths
Harsh Jain
2018-03-16
2
-40
/
+34
|
*
crypto: ccp - Use memdup_user() rather than duplicating its implementation
Markus Elfring
2018-03-16
1
-14
/
+1
|
*
crypto: ccp - Fill the result buffer only on digest, finup, and final ops
Gary R Hook
2018-03-09
2
-2
/
+2
|
*
crypto: s5p-sss - Constify pointed data (arguments and local variables)
Krzysztof Kozlowski
2018-03-09
1
-14
/
+17
|
*
crypto: s5p-sss - Remove useless check for non-null request
Krzysztof Kozlowski
2018-03-09
1
-3
/
+0
|
*
crypto: omap-sham - Fix misleading indentation
Krzysztof Kozlowski
2018-03-09
1
-1
/
+1
|
*
crypto: omap-sham - Remove useless check for non-null request
Krzysztof Kozlowski
2018-03-09
1
-3
/
+0
|
*
crypto: chelsio - no csum offload for ipsec path
Atul Gupta
2018-03-09
1
-3
/
+2
|
*
crypto: omap-aes - make queue length configurable
Tero Kristo
2018-03-09
1
-0
/
+43
|
*
crypto: omap-aes - make fallback size configurable
Tero Kristo
2018-03-09
1
-1
/
+47
|
*
crypto: omap-sham - make queue length configurable
Tero Kristo
2018-03-09
1
-0
/
+38
|
*
crypto: omap-sham - make fallback size configurable
Tero Kristo
2018-03-09
1
-3
/
+53
|
*
crypto: omap-crypto - Verify page zone scatterlists before starting DMA
Tero Kristo
2018-03-09
1
-0
/
+4
|
*
crypto: omap-sham - Verify page zone of scatterlists before starting DMA
Tero Kristo
2018-03-09
1
-0
/
+7
|
*
crypto: talitos - do not perform unnecessary dma synchronisation
LEROY Christophe
2018-03-09
1
-22
/
+63
|
*
crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf
LEROY Christophe
2018-03-09
1
-88
/
+44
|
*
crypto: inside-secure - wait for the request to complete if in the backlog
Antoine Tenart
2018-03-09
1
-1
/
+1
|
*
crypto: inside-secure - move cache result dma mapping to request
Antoine Tenart
2018-03-09
3
-45
/
+18
|
*
crypto: inside-secure - move hash result dma mapping to request
Ofer Heifetz
2018-03-09
3
-14
/
+14
|
*
crypto: ccp - Fix sparse, use plain integer as NULL pointer
Brijesh Singh
2018-03-02
1
-4
/
+4
|
*
crypto: ccp - return an actual key size from RSA max_size callback
Maciej S. Szmigiero
2018-03-02
1
-4
/
+3
|
*
crypto: ccp - don't disable interrupts while setting up debugfs
Sebastian Andrzej Siewior
2018-03-02
1
-4
/
+3
|
*
crypto: atmel-aes - fix the keys zeroing on errors
Antoine Tenart
2018-03-02
1
-1
/
+1
|
*
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: ccp - add check to get PSP master only when PSP is detected
Brijesh Singh
2018-03-02
1
-3
/
+3
|
*
crypto: ccree - replace memset+kfree with kzfree
Gilad Ben-Yossef
2018-03-02
1
-2
/
+1
|
*
crypto: ccree - add support for older HW revs
Gilad Ben-Yossef
2018-03-02
14
-135
/
+237
|
*
crypto: ccree - remove unused definitions
Gilad Ben-Yossef
2018-03-02
1
-20
/
+0
|
*
crypto: marvell/cesa - Clean up redundant #include
Robin Murphy
2018-03-02
1
-1
/
+0
|
*
crypto: ccree - fix memdup.cocci warnings
Fengguang Wu
2018-02-22
1
-2
/
+1
|
*
crypto: atmel - Delete error messages for a failed memory allocation in six f...
Markus Elfring
2018-02-22
3
-19
/
+5
|
*
crypto: bcm - Delete an error message for a failed memory allocation in do_sh...
Markus Elfring
2018-02-22
1
-1
/
+0
|
*
crypto: bfin_crc - Delete an error message for a failed memory allocation in ...
Markus Elfring
2018-02-22
1
-3
/
+1
|
*
crypto: nx-842 - Delete an error message for a failed memory allocation in nx...
Markus Elfring
2018-02-22
1
-3
/
+2
|
*
crypto: sahara - Improve a size determination in sahara_probe()
Markus Elfring
2018-02-22
1
-1
/
+1
|
*
crypto: sahara - Delete an error message for a failed memory allocation in sa...
Markus Elfring
2018-02-22
1
-3
/
+1
|
*
crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...
Markus Elfring
2018-02-22
1
-2
/
+2
|
*
crypto: ux500 - Adjust an error message in ux500_cryp_probe()
Markus Elfring
2018-02-22
1
-1
/
+1
|
*
crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()
Markus Elfring
2018-02-22
1
-5
/
+2
|
*
crypto: ux500 - Delete an error message for a failed memory allocation in ux5...
Markus Elfring
2018-02-22
1
-1
/
+0
|
*
crypto: inside-secure - unmap the result in the hash send error path
Antoine Tenart
2018-02-22
1
-1
/
+3
|
*
crypto: inside-secure - keep the requests push/pop synced
Antoine Tenart
2018-02-22
2
-19
/
+15
|
*
crypto: inside-secure - fix the invalidation step during cra_exit
Antoine Tenart
2018-02-22
2
-2
/
+2
|
*
crypto: inside-secure - do not process request if no command was issued
Antoine Tenart
2018-02-22
1
-0
/
+9
[prev]
[next]