index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
crypto: ccree - add CPP completion handling
Gilad Ben-Yossef
2019-04-25
5
-39
/
+200
*
crypto: ccree - add support for sec disabled mode
Gilad Ben-Yossef
2019-04-25
4
-6
/
+40
*
crypto: ccree - move MLLI desc. before key load
Gilad Ben-Yossef
2019-04-25
1
-23
/
+35
*
crypto: ccree - move key load desc. before flow desc.
Gilad Ben-Yossef
2019-04-25
1
-34
/
+73
*
crypto: ccree - Forbid 2-key 3DES in FIPS mode
Herbert Xu
2019-04-18
1
-2
/
+35
*
crypto: ccree - reduce kernel stack usage with clang
Arnd Bergmann
2019-03-22
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-03-05
6
-83
/
+59
|
\
|
*
crypto: ccree - fix missing break in switch statement
Gustavo A. R. Silva
2019-02-22
1
-0
/
+1
|
*
crypto: ccree - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-02-01
3
-31
/
+6
|
*
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
2019-01-25
1
-1
/
+2
|
*
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: ccree - add missing inline qualifier
Gilad Ben-Yossef
2019-02-22
1
-1
/
+1
*
|
crypto: ccree - fix resume race condition on init
Gilad Ben-Yossef
2019-02-08
3
-10
/
+13
|
/
*
crypto: ccree - convert to use crypto_authenc_extractkeys()
Eric Biggers
2019-01-10
1
-21
/
+19
*
crypto: ccree - add support for CryptoCell 703
Gilad Ben-Yossef
2018-12-07
5
-8
/
+89
*
crypto: ccree - add SM3 support
Yael Chemla
2018-11-09
3
-24
/
+112
*
crypto: ccree - modify set_cipher_mode usage from cc_hash
Yael Chemla
2018-11-09
2
-9
/
+23
*
crypto: ccree - adjust hash length to suit certain context specifics
Yael Chemla
2018-11-09
4
-24
/
+47
*
crypto: ccree - add SM4 support
Gilad Ben-Yossef
2018-11-09
2
-0
/
+69
*
crypto: ccree - add support for CryptoCell 713
Gilad Ben-Yossef
2018-11-09
2
-10
/
+18
*
crypto: ccree - avoid implicit enum conversion
Nathan Chancellor
2018-10-17
1
-4
/
+2
*
crypto: ccree - allow bigger than sector XTS op
Gilad Ben-Yossef
2018-08-03
1
-4
/
+1
*
crypto: ccree - zero all of request ctx before use
Gilad Ben-Yossef
2018-08-03
1
-3
/
+3
*
crypto: ccree - remove cipher ivgen left overs
Gilad Ben-Yossef
2018-08-03
3
-18
/
+2
*
crypto: ccree - drop useless type flag during reg
Gilad Ben-Yossef
2018-08-03
3
-30
/
+1
*
crypto: ccree - rate limit debug print
Gilad Ben-Yossef
2018-07-09
1
-2
/
+2
*
crypto: ccree - use CBC-CS3 CTS mode
Gilad Ben-Yossef
2018-07-09
1
-15
/
+5
*
crypto: ccree - remove dead legacy code
Gilad Ben-Yossef
2018-07-09
1
-6
/
+0
*
crypto: ccree - fix iv handling
Gilad Ben-Yossef
2018-07-09
1
-27
/
+84
*
crypto: ccree - fix finup
Hadar Gat
2018-07-09
1
-65
/
+16
*
crypto: skcipher - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-2
/
+1
*
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-09
1
-1
/
+0
*
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-2
/
+1
*
crypto: ccree - silence debug prints
Gilad Ben-Yossef
2018-05-31
1
-3
/
+3
*
crypto: ccree - better clock handling
Gilad Ben-Yossef
2018-05-31
1
-1
/
+19
*
crypto: ccree - correct host regs offset
Gilad Ben-Yossef
2018-05-31
4
-6
/
+17
*
crypto: ccree - use proper printk format
Gilad Ben-Yossef
2018-05-05
1
-1
/
+1
*
crypto: ccree - enable support for hardware keys
Gilad Ben-Yossef
2018-05-05
2
-62
/
+318
*
crypto: ccree - remove unused enums
Gilad Ben-Yossef
2018-03-31
1
-21
/
+7
*
crypto: ccree - replace memset+kfree with kzfree
Gilad Ben-Yossef
2018-03-03
1
-2
/
+1
*
crypto: ccree - add support for older HW revs
Gilad Ben-Yossef
2018-03-03
13
-132
/
+234
*
crypto: ccree - remove unused definitions
Gilad Ben-Yossef
2018-03-03
1
-20
/
+0
*
crypto: ccree - fix memdup.cocci warnings
Fengguang Wu
2018-02-22
1
-2
/
+1
*
crypto: ccree - add FIPS support
Gilad Ben-Yossef
2018-02-15
5
-2
/
+176
[prev]
[next]