index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-20
crypto: ecdh - fix typo of P-192 b value
Stephan Mueller
1
-1
/
+1
2018-07-20
crypto: dh - update test for public key verification
Stephan Mueller
1
-0
/
+4
2018-07-20
crypto: drbg - eliminate constant reinitialization of SGL
Stephan Mueller
2
-4
/
+8
2018-07-20
crypto: dh - fix memory leak
Gustavo A. R. Silva
1
-1
/
+1
2018-07-13
crypto: chtls - use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-1
/
+1
2018-07-13
crypto: ccp - Add support for new CCP/PSP device ID
Tom Lendacky
1
-5
/
+24
2018-07-13
crypto: ccp - Support register differences between PSP devices
Tom Lendacky
4
-23
/
+24
2018-07-13
crypto: ccp - Remove unused #defines
Tom Lendacky
2
-10
/
+2
2018-07-13
crypto: ccp - Add psp enabled message when initialization succeeds
Tom Lendacky
1
-0
/
+2
2018-07-13
crypto: ccp - Fix command completion detection race
Tom Lendacky
1
-2
/
+2
2018-07-08
crypto: ccree - rate limit debug print
Gilad Ben-Yossef
1
-2
/
+2
2018-07-08
crypto: ccree - use CBC-CS3 CTS mode
Gilad Ben-Yossef
1
-15
/
+5
2018-07-08
crypto: ccree - remove dead legacy code
Gilad Ben-Yossef
1
-6
/
+0
2018-07-08
crypto: ccree - fix iv handling
Gilad Ben-Yossef
1
-27
/
+84
2018-07-08
crypto: testmgr - add hash finup tests
Gilad Ben-Yossef
1
-9
/
+46
2018-07-08
crypto: ccree - fix finup
Hadar Gat
1
-65
/
+16
2018-07-08
crypto: remove redundant type flags from tfm allocation
Eric Biggers
6
-11
/
+6
2018-07-08
crypto: skcipher - remove useless setting of type flags
Eric Biggers
5
-35
/
+18
2018-07-08
crypto: aead - remove useless setting of type flags
Eric Biggers
10
-15
/
+8
2018-07-08
crypto: ahash - remove useless setting of cra_type
Eric Biggers
14
-17
/
+0
2018-07-08
crypto: ahash - remove useless setting of type flags
Eric Biggers
20
-119
/
+67
2018-07-08
crypto: shash - remove useless setting of type flags
Eric Biggers
61
-116
/
+5
2018-07-08
crypto: x86/sha-mb - decrease priority of multibuffer algorithms
Eric Biggers
3
-3
/
+24
2018-07-08
crypto: sha512_generic - add cra_priority
Eric Biggers
1
-0
/
+2
2018-07-08
crypto: sha256_generic - add cra_priority
Eric Biggers
1
-0
/
+2
2018-07-08
crypto: sha1_generic - add cra_priority
Eric Biggers
1
-0
/
+1
2018-07-08
crypto: MAINTAINERS - fix file path for SHA multibuffer code
Eric Biggers
1
-1
/
+1
2018-07-08
crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
Eric Biggers
1
-1
/
+1
2018-07-08
crypto: inside-secure - remove request list to improve performance
Ofer Heifetz
5
-121
/
+119
2018-07-08
crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support
Ofer Heifetz
3
-0
/
+120
2018-07-08
crypto: inside-secure - ecb(des) and cbc(des) support
Ofer Heifetz
4
-44
/
+186
2018-07-08
crypto: inside-secure - hmac(md5) support
Ofer Heifetz
3
-1
/
+60
2018-07-08
crypto: inside-secure - md5 support
Ofer Heifetz
4
-2
/
+72
2018-07-08
crypto: inside-secure - set tx_max_cmd_queue to 32
Ofer Heifetz
2
-0
/
+5
2018-07-08
crypto: inside-secure - reset CDR and RDR rings on module removal
Ofer Heifetz
1
-0
/
+20
2018-07-08
crypto: inside-secure - adjust the TRC configuration for EIP197D
Ofer Heifetz
2
-12
/
+30
2018-07-08
Documentation/bindings: crypto: inside-secure: eip197d support
Antoine Tenart
1
-1
/
+2
2018-07-08
crypto: inside-secure - eip197d support
Antoine Tenart
4
-27
/
+54
2018-07-08
crypto: inside-secure - add multiple processing engine support
Ofer Heifetz
2
-118
/
+150
2018-07-08
crypto: inside-secure - dynamic ring configuration allocation
Ofer Heifetz
3
-38
/
+47
2018-07-08
crypto: inside-secure - add an invalidation flag
Antoine Tenart
4
-12
/
+20
2018-07-08
crypto: inside-secure - filter out the algorithms by engine
Antoine Tenart
4
-2
/
+29
2018-07-08
Documentation/bindings: crypto: inside-secure: update the compatibles
Antoine Tenart
1
-3
/
+11
2018-07-08
crypto: inside-secure - use precise compatibles
Antoine Tenart
4
-21
/
+31
2018-07-08
crypto: inside-secure - move the firmware to a better location
Antoine Tenart
1
-6
/
+12
2018-07-08
crypto: dh - add public key verification test
Stephan Mueller
3
-6
/
+79
2018-07-08
crypto: stm32/crc - Add power management support
lionel.debieve@st.com
1
-0
/
+62
2018-07-08
crypto: stm32/hash - Add power management support
lionel.debieve@st.com
1
-0
/
+71
2018-07-08
crypto: stm32/cryp - Add power management support
lionel.debieve@st.com
1
-0
/
+62
2018-07-08
crypto: skcipher - Fix -Wstringop-truncation warnings
Stafford Horne
2
-0
/
+3
[next]