index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
crypto: sun4i-ss - fix indentation of two crypto alg
Corentin LABBE
2016-08-16
1
-34
/
+34
|
*
|
crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss
Corentin LABBE
2016-08-16
2
-3
/
+11
|
*
|
crypto: sun4i-ss - fix spelling
Corentin LABBE
2016-08-16
1
-2
/
+2
|
*
|
crypto: sun4i-ss - clean unused ss
Corentin LABBE
2016-08-16
1
-2
/
+0
|
*
|
crypto: sun4i-ss - unify update/final function
Corentin LABBE
2016-08-16
2
-63
/
+85
|
*
|
crypto: sun4i-ss - fix a few signed warning
Corentin LABBE
2016-08-16
1
-2
/
+4
|
*
|
crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req
Romain Perier
2016-08-09
1
-1
/
+1
|
*
|
crypto: marvell - Don't overwrite default creq->state during initialization
Romain Perier
2016-08-09
1
-6
/
+9
|
*
|
crypto: marvell - Update transformation context for each dequeued req
Romain Perier
2016-08-09
1
-0
/
+1
|
*
|
crypto: marvell - make mv_cesa_ahash_cache_req() return bool
Thomas Petazzoni
2016-08-09
1
-11
/
+9
|
*
|
crypto: marvell - turn mv_cesa_ahash_init() into a function returning void
Thomas Petazzoni
2016-08-09
1
-3
/
+1
|
*
|
crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()
Thomas Petazzoni
2016-08-09
1
-2
/
+1
|
*
|
crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()
Thomas Petazzoni
2016-08-09
1
-0
/
+1
|
*
|
crypto: caam - avoid kernel warnings on probe failure
Russell King
2016-08-09
1
-0
/
+2
|
*
|
crypto: caam - get rid of tasklet
Russell King
2016-08-09
2
-17
/
+9
|
*
|
crypto: caam - add ahash_edesc_add_src()
Russell King
2016-08-09
1
-80
/
+57
|
*
|
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
Russell King
2016-08-09
1
-50
/
+34
|
*
|
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
Russell King
2016-08-09
1
-27
/
+33
|
*
|
crypto: caam - check and use dma_map_sg() return code
Russell King
2016-08-09
1
-35
/
+103
|
*
|
crypto: caam - ensure that we clean up after an error
Russell King
2016-08-09
1
-53
/
+79
|
*
|
crypto: caam - replace sec4_sg pointer with array
Russell King
2016-08-09
1
-9
/
+3
|
*
|
crypto: caam - mark the hardware descriptor as cache line aligned
Russell King
2016-08-09
1
-1
/
+1
|
*
|
crypto: caam - incorporate job descriptor into struct ahash_edesc
Russell King
2016-08-09
1
-30
/
+19
|
*
|
crypto: caam - ensure descriptor buffers are cacheline aligned
Russell King
2016-08-09
1
-7
/
+7
|
*
|
crypto: caam - fix DMA API mapping leak
Russell King
2016-08-09
1
-9
/
+17
|
*
|
crypto: img-hash - Fix set_reqsize call
Will Thomas
2016-08-09
1
-0
/
+1
|
*
|
crypto: img-hash - log a successful probe
James Hartley
2016-08-09
1
-1
/
+1
|
*
|
crypto: img-hash - Add support for export and import
James Hartley
2016-08-09
1
-6
/
+63
|
*
|
crypto: img-hash - Add suspend resume hooks for img hash
Govindraj Raja
2016-08-09
1
-0
/
+27
|
*
|
crypto: img-hash - Reconfigure DMA Burst length
Will Thomas
2016-08-09
1
-1
/
+2
|
*
|
crypto: img-hash - Fix hash request context
Will Thomas
2016-08-09
1
-1
/
+3
|
*
|
crypto: img-hash - Fix null pointer exception
Will Thomas
2016-08-09
1
-1
/
+1
|
*
|
crypto: ccp - Enable use of the additional CCP
Gary R Hook
2016-08-09
3
-1
/
+46
|
*
|
crypto: ccp - Enable DMA service on a v5 CCP
Gary R Hook
2016-08-09
1
-0
/
+8
|
*
|
crypto: ccp - Add support for the RNG in a version 5 CCP
Gary R Hook
2016-08-09
4
-9
/
+36
|
*
|
crypto: ccp - Let a v5 CCP provide the same function as v3
Gary R Hook
2016-08-09
7
-117
/
+1340
|
*
|
crypto: ccp - Refactor code to enable checks for queue space.
Gary R Hook
2016-08-09
3
-2
/
+9
|
*
|
crypto: ccp - Refactor code supporting the CCP's RNG
Gary R Hook
2016-08-09
3
-40
/
+40
|
*
|
crypto: ccp - Refactor the storage block allocation code
Gary R Hook
2016-08-09
3
-80
/
+98
|
*
|
crypto: ccp - Refactoring: symbol cleanup
Gary R Hook
2016-08-09
4
-173
/
+175
|
*
|
crypto: ccp - Shorten the fields of the action structure
Gary R Hook
2016-08-09
3
-22
/
+23
|
*
|
crypto: ccp - Abstract PCI info for the CCP
Gary R Hook
2016-08-09
3
-8
/
+13
|
*
|
crypto: ccp - Fix non-conforming comment style
Gary R Hook
2016-08-09
1
-16
/
+8
|
*
|
crypto: ixp4xx - Add missing npe_c release in error branches
Quentin Lambert
2016-08-09
1
-2
/
+4
|
*
|
crypto: ixp4xx - Fix a "simple if" coding style warning
Quentin Lambert
2016-08-09
1
-2
/
+1
*
|
|
chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...
Hariprasad Shenai
2016-09-19
1
-6
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
3
-43
/
+40
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
crypto: caam - fix IV loading for authenc (giv)decryption
Horia Geantă
2016-08-31
1
-40
/
+37
|
*
|
crypto: vmx - fix null dereference in p8_aes_xts_crypt
Li Zhong
2016-08-24
1
-1
/
+1
|
*
|
crypto: qat - fix aes-xts key sizes
Giovanni Cabiddu
2016-08-24
1
-2
/
+2
|
|
/
[prev]
[next]