index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Use existing define with polynomial
Krzysztof Kozlowski
2018-07-27
2
-2
/
+4
*
staging: rtl: Use existing define with polynomial
Krzysztof Kozlowski
2018-07-27
2
-6
/
+4
*
net: ethernet: Use existing define with polynomial
Krzysztof Kozlowski
2018-07-27
8
-18
/
+14
*
crypto: stm32_crc32 - Use existing define with polynomial
Krzysztof Kozlowski
2018-07-27
1
-7
/
+4
*
lib/crc: Use consistent naming for CRC-32 polynomials
Krzysztof Kozlowski
2018-07-27
3
-9
/
+9
*
lib/crc: Move polynomial definition to separate header
Krzysztof Kozlowski
2018-07-27
4
-14
/
+22
*
crypto: qcom-rng - Add ACPI support
Timur Tabi
2018-07-27
1
-3
/
+17
*
crypto: qcom-rng - Add support for prng-ee
Vinod Koul
2018-07-27
1
-2
/
+9
*
dt-bindings: crypto: Add new compatible qcom, prng-ee
Vinod Koul
2018-07-27
1
-1
/
+3
*
crypto: qcom-rng - Add Qcom prng driver
Vinod Koul
2018-07-27
3
-0
/
+220
*
dt-bindings: crypto: Move prng binding to crypto
Vinod Koul
2018-07-27
1
-0
/
+0
*
hwrng: msm - remove msm hw_random driver
Vinod Koul
2018-07-27
3
-197
/
+0
*
crypto: sharah - Unregister correct algorithms for SAHARA 3
Michael Müller
2018-07-20
1
-2
/
+2
*
crypto: inside-secure - initialize first_rdesc to make GCC happy
Antoine Tenart
2018-07-20
1
-1
/
+1
*
crypto: inside-secure - switch to SPDX identifiers
Antoine Tenart
2018-07-20
5
-20
/
+5
*
crypto: ecdh - fix typo of P-192 b value
Stephan Mueller
2018-07-20
1
-1
/
+1
*
crypto: dh - update test for public key verification
Stephan Mueller
2018-07-20
1
-0
/
+4
*
crypto: drbg - eliminate constant reinitialization of SGL
Stephan Mueller
2018-07-20
2
-4
/
+8
*
crypto: dh - fix memory leak
Gustavo A. R. Silva
2018-07-20
1
-1
/
+1
*
crypto: chtls - use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2018-07-13
1
-1
/
+1
*
crypto: ccp - Add support for new CCP/PSP device ID
Tom Lendacky
2018-07-13
1
-5
/
+24
*
crypto: ccp - Support register differences between PSP devices
Tom Lendacky
2018-07-13
4
-23
/
+24
*
crypto: ccp - Remove unused #defines
Tom Lendacky
2018-07-13
2
-10
/
+2
*
crypto: ccp - Add psp enabled message when initialization succeeds
Tom Lendacky
2018-07-13
1
-0
/
+2
*
crypto: ccp - Fix command completion detection race
Tom Lendacky
2018-07-13
1
-2
/
+2
*
crypto: ccree - rate limit debug print
Gilad Ben-Yossef
2018-07-08
1
-2
/
+2
*
crypto: ccree - use CBC-CS3 CTS mode
Gilad Ben-Yossef
2018-07-08
1
-15
/
+5
*
crypto: ccree - remove dead legacy code
Gilad Ben-Yossef
2018-07-08
1
-6
/
+0
*
crypto: ccree - fix iv handling
Gilad Ben-Yossef
2018-07-08
1
-27
/
+84
*
crypto: testmgr - add hash finup tests
Gilad Ben-Yossef
2018-07-08
1
-9
/
+46
*
crypto: ccree - fix finup
Hadar Gat
2018-07-08
1
-65
/
+16
*
crypto: remove redundant type flags from tfm allocation
Eric Biggers
2018-07-08
6
-11
/
+6
*
crypto: skcipher - remove useless setting of type flags
Eric Biggers
2018-07-08
5
-35
/
+18
*
crypto: aead - remove useless setting of type flags
Eric Biggers
2018-07-08
10
-15
/
+8
*
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-08
14
-17
/
+0
*
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-08
20
-119
/
+67
*
crypto: shash - remove useless setting of type flags
Eric Biggers
2018-07-08
61
-116
/
+5
*
crypto: x86/sha-mb - decrease priority of multibuffer algorithms
Eric Biggers
2018-07-08
3
-3
/
+24
*
crypto: sha512_generic - add cra_priority
Eric Biggers
2018-07-08
1
-0
/
+2
*
crypto: sha256_generic - add cra_priority
Eric Biggers
2018-07-08
1
-0
/
+2
*
crypto: sha1_generic - add cra_priority
Eric Biggers
2018-07-08
1
-0
/
+1
*
crypto: MAINTAINERS - fix file path for SHA multibuffer code
Eric Biggers
2018-07-08
1
-1
/
+1
*
crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
Eric Biggers
2018-07-08
1
-1
/
+1
*
crypto: inside-secure - remove request list to improve performance
Ofer Heifetz
2018-07-08
5
-121
/
+119
*
crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support
Ofer Heifetz
2018-07-08
3
-0
/
+120
*
crypto: inside-secure - ecb(des) and cbc(des) support
Ofer Heifetz
2018-07-08
4
-44
/
+186
*
crypto: inside-secure - hmac(md5) support
Ofer Heifetz
2018-07-08
3
-1
/
+60
*
crypto: inside-secure - md5 support
Ofer Heifetz
2018-07-08
4
-2
/
+72
*
crypto: inside-secure - set tx_max_cmd_queue to 32
Ofer Heifetz
2018-07-08
2
-0
/
+5
*
crypto: inside-secure - reset CDR and RDR rings on module removal
Ofer Heifetz
2018-07-08
1
-0
/
+20
[next]