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: caam - handle zero-length AEAD output
Horia Geantă
2019-02-01
3
-24
/
+47
*
crypto: caam - add support for cmac(aes)
Iuliana Prodan
2019-02-01
3
-33
/
+139
*
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
2019-01-25
16
-27
/
+32
*
crypto: bcm - remove unused function do_decrypt()
Eric Biggers
2019-01-25
2
-46
/
+0
*
crypto: chelsio - Inline single pdu only
Atul Gupta
2019-01-25
1
-0
/
+3
*
crypto: chelsio - avoid using sa_entry imm
Atul Gupta
2019-01-25
2
-7
/
+5
*
crypto: ccree - don't copy zero size ciphertext
Gilad Ben-Yossef
2019-01-25
1
-1
/
+2
*
crypto: ccree - shared irq lines are not a bug
Gilad Ben-Yossef
2019-01-25
1
-3
/
+3
*
crypto: ccree - unmap buffer before copying IV
Gilad Ben-Yossef
2019-01-25
1
-1
/
+2
*
crypto: ccree - remove legacy leftover
Hadar Gat
2019-01-25
1
-2
/
+0
*
crypto: ccree - fix free of unallocated mlli buffer
Hadar Gat
2019-01-25
1
-4
/
+4
*
crypto: ccree - add error message
Hadar Gat
2019-01-25
1
-1
/
+4
*
crypto: ccree - improve error handling
Hadar Gat
2019-01-25
1
-39
/
+35
*
crypto: brcm - Fix some set-but-not-used warning
YueHaibing
2019-01-18
1
-5
/
+1
*
crypto: virtio - clean up indentation, replace spaces with tab
Colin Ian King
2019-01-11
1
-1
/
+1
*
crypto: chelsio - remove set but not used variables 'adap'
YueHaibing
2019-01-11
1
-2
/
+0
*
crypto: chelsio - check set_msg_len overflow in generate_b0
YueHaibing
2019-01-11
1
-2
/
+4
*
crypto: ux500 - catch dma submission error
YueHaibing
2019-01-11
1
-0
/
+6
*
crypto: crypto4xx - add prng crypto support
Christian Lamparter
2019-01-11
3
-0
/
+92
*
crypto: caam - add support for xcbc(aes)
Iuliana Prodan
2019-01-11
3
-17
/
+232
*
crypto: caam - create ahash shared descriptors only once
Iuliana Prodan
2019-01-11
1
-1
/
+6
*
crypto: caam - fix error reporting for caam_hash_alloc
Iuliana Prodan
2019-01-11
1
-1
/
+2
*
crypto: ccp - Update copyright notices and dates
Hook, Gary
2019-01-11
9
-9
/
+9
*
crypto: chtls - remove set but not used variables 'err, adap, request, hws'
YueHaibing
2019-01-11
1
-11
/
+1
*
crypto: caam - move shared symbols in a common location
Horia Geantă
2019-01-11
3
-11
/
+6
*
crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
Christophe Leroy
2019-01-10
1
-1
/
+4
*
crypto: talitos - reorder code in talitos_edesc_alloc()
Christophe Leroy
2019-01-10
1
-18
/
+7
*
crypto: cavium/nitrox - Use after free in process_response_list()
Dan Carpenter
2019-01-10
1
-1
/
+1
*
crypto: caam - fix SHA support detection
Horia Geantă
2019-01-10
3
-1
/
+11
*
crypto: caam - fix zero-length buffer DMA mapping
Aymen Sghaier
2019-01-10
1
-6
/
+9
*
crypto: ccree - convert to use crypto_authenc_extractkeys()
Eric Biggers
2019-01-10
1
-21
/
+19
*
crypto: bcm - convert to use crypto_authenc_extractkeys()
Eric Biggers
2019-01-10
2
-31
/
+14
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-3
/
+3
*
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-12-29
1
-1
/
+1
|
\
|
*
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
2018-12-21
1
-1
/
+1
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-12-27
65
-1290
/
+3518
|
\
\
|
*
|
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2018-12-23
7
-12
/
+1
|
*
|
crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS
Eric Biggers
2018-12-23
1
-2
/
+1
|
*
|
crypto: cavium/nitrox - Added AEAD cipher support
Nagadheeraj Rottela
2018-12-23
7
-605
/
+1103
|
*
|
crypto: mxc-scc - fix build warnings on ARM64
Fabio Estevam
2018-12-23
1
-6
/
+6
|
*
|
crypto: chelsio - Fix wrong error counter increments
Harsh Jain
2018-12-23
2
-10
/
+10
|
*
|
crypto: chelsio - Reset counters on cxgb4 Detach
Harsh Jain
2018-12-23
1
-0
/
+4
|
*
|
crypto: chelsio - Handle PCI shutdown event
Harsh Jain
2018-12-23
3
-93
/
+278
|
*
|
crypto: chelsio - cleanup:send addr as value in function argument
Harsh Jain
2018-12-23
1
-8
/
+8
|
*
|
crypto: chelsio - Use same value for both channel in single WR
Harsh Jain
2018-12-23
2
-8
/
+6
|
*
|
crypto: chelsio - Swap location of AAD and IV sent in WR
Harsh Jain
2018-12-23
3
-120
/
+104
|
*
|
crypto: chelsio - remove set but not used variable 'kctx_len'
YueHaibing
2018-12-23
1
-2
/
+1
|
*
|
crypto: ux500 - Use proper enum in hash_set_dma_transfer
Nathan Chancellor
2018-12-23
1
-1
/
+1
|
*
|
crypto: ux500 - Use proper enum in cryp_set_dma_transfer
Nathan Chancellor
2018-12-23
1
-2
/
+2
|
*
|
crypto: cavium/nitrox - Enabled Mailbox support
Srikanth, Jampala
2018-12-13
11
-54
/
+441
[next]