index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
crct10dif_common.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-31
hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_register
PrasannaKumar Muralidharan
1
-10
/
+1
2016-08-31
hwrng: Remove check for max less than 4 bytes
PrasannaKumar Muralidharan
2
-6
/
+0
2016-08-31
crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unset
Herbert Xu
1
-4
/
+5
2016-08-31
hwrng: amd - Convert to new hwrng read() API
Corentin LABBE
1
-19
/
+28
2016-08-31
hwrng: amd - Access hardware via ioread32/iowrite32
Corentin LABBE
1
-6
/
+25
2016-08-31
hwrng: amd - Replace global variable with private struct
Corentin LABBE
1
-19
/
+38
2016-08-31
hwrng: amd - release_region must be called after hwrng_unregister
Corentin LABBE
1
-1
/
+2
2016-08-31
hwrng: amd - Remove asm/io.h
Corentin LABBE
1
-4
/
+3
2016-08-31
hwrng: amd - Be consitent with the driver name
Corentin LABBE
1
-6
/
+5
2016-08-31
hwrng: amd - use the BIT macro
Corentin LABBE
1
-3
/
+3
2016-08-31
hwrng: amd - Fix style problem with blank line
Corentin LABBE
1
-5
/
+1
2016-08-31
crypto: caam - add missing header dependencies
Baoyou Xie
1
-0
/
+1
2016-08-31
hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.
Omer Khaliq
4
-0
/
+207
2016-08-31
PCI: quirk fixup for cavium invalid sriov link value.
Ananth Jasty
1
-0
/
+11
2016-08-24
crypto: rockchip - use devm_add_action_or_reset()
Sudip Mukherjee
1
-4
/
+2
2016-08-24
crypto: rsa - allow keys >= 2048 bits in FIPS mode
Stephan Mueller
1
-2
/
+2
2016-08-24
crypto: mxc-scc - check clk_prepare_enable() error
Fabio Estevam
1
-1
/
+3
2016-08-24
hwrng: omap3-rom - Remove obsoleted functions
PrasannaKumar Muralidharan
1
-8
/
+2
2016-08-24
crypto: drbg - fix error return code
Wei Yongjun
1
-5
/
+11
2016-08-24
crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()
Wei Yongjun
1
-1
/
+2
2016-08-24
crypto: xor - skip speed test if the xor function is selected automatically
Martin Schwidefsky
1
-21
/
+19
2016-08-24
hwrng: core - Improve description of the ->read() interface
Daniel Thompson
1
-1
/
+3
2016-08-24
crypto: doc - fix documentation for bulk registration functions
Eric Biggers
1
-12
/
+26
2016-08-16
crypto: drbg - do not call drbg_instantiate in healt test
Stephan Mueller
1
-11
/
+4
2016-08-16
hwrng: pic32 - Delete unnecessary assignment for the field "owner"
Markus Elfring
1
-1
/
+0
2016-08-16
crypto: ccp - Fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-08-16
crypto: sun4i-ss - fix indentation of two crypto alg
Corentin LABBE
1
-34
/
+34
2016-08-16
crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss
Corentin LABBE
2
-3
/
+11
2016-08-16
crypto: sun4i-ss - fix spelling
Corentin LABBE
1
-2
/
+2
2016-08-16
crypto: sun4i-ss - clean unused ss
Corentin LABBE
1
-2
/
+0
2016-08-16
crypto: sun4i-ss - unify update/final function
Corentin LABBE
2
-63
/
+85
2016-08-16
crypto: sun4i-ss - fix a few signed warning
Corentin LABBE
1
-2
/
+4
2016-08-16
crypto: xts - fix a little typo
Corentin LABBE
1
-1
/
+1
2016-08-09
crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req
Romain Perier
1
-1
/
+1
2016-08-09
crypto: marvell - Don't overwrite default creq->state during initialization
Romain Perier
1
-6
/
+9
2016-08-09
crypto: marvell - Update transformation context for each dequeued req
Romain Perier
1
-0
/
+1
2016-08-09
crypto: marvell - make mv_cesa_ahash_cache_req() return bool
Thomas Petazzoni
1
-11
/
+9
2016-08-09
crypto: marvell - turn mv_cesa_ahash_init() into a function returning void
Thomas Petazzoni
1
-3
/
+1
2016-08-09
crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()
Thomas Petazzoni
1
-2
/
+1
2016-08-09
crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()
Thomas Petazzoni
1
-0
/
+1
2016-08-09
crypto: caam - avoid kernel warnings on probe failure
Russell King
1
-0
/
+2
2016-08-09
crypto: caam - get rid of tasklet
Russell King
2
-17
/
+9
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
[next]