index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-10
hwrng: optee - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-02-10
crypto: arm64/crc-t10dif - move NEON yield to C code
Ard Biesheuvel
2
-38
/
+35
2021-02-10
crypto: arm64/aes-ce-mac - simplify NEON yield
Ard Biesheuvel
2
-40
/
+33
2021-02-10
crypto: arm64/aes-neonbs - remove NEON yield calls
Ard Biesheuvel
1
-6
/
+2
2021-02-10
crypto: arm64/sha512-ce - simplify NEON yield
Ard Biesheuvel
2
-48
/
+34
2021-02-10
crypto: arm64/sha3-ce - simplify NEON yield
Ard Biesheuvel
2
-56
/
+39
2021-02-10
crypto: arm64/sha2-ce - simplify NEON yield
Ard Biesheuvel
2
-35
/
+25
2021-02-10
crypto: arm64/sha1-ce - simplify NEON yield
Ard Biesheuvel
2
-40
/
+29
2021-02-10
crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
Daniele Alessandrelli
1
-0
/
+3
2021-02-10
crypto: powerpc/sha256 - remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-10
crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Jiapeng Chong
1
-2
/
+2
2021-02-10
crypto: twofish - use unaligned accessors instead of alignmask
Ard Biesheuvel
1
-8
/
+3
2021-02-10
crypto: fcrypt - drop unneeded alignmask
Ard Biesheuvel
1
-1
/
+0
2021-02-10
crypto: cast6 - use unaligned accessors instead of alignmask
Ard Biesheuvel
1
-22
/
+17
2021-02-10
crypto: cast5 - use unaligned accessors instead of alignmask
Ard Biesheuvel
1
-14
/
+9
2021-02-10
crypto: camellia - use unaligned accessors instead of alignmask
Ard Biesheuvel
1
-29
/
+16
2021-02-10
crypto: blowfish - use unaligned accessors instead of alignmask
Ard Biesheuvel
1
-14
/
+9
2021-02-10
crypto: serpent - use unaligned accessors instead of alignmask
Ard Biesheuvel
1
-27
/
+17
2021-02-10
crypto: serpent - get rid of obsolete tnepres variant
Ard Biesheuvel
5
-169
/
+7
2021-02-10
crypto: michael_mic - fix broken misalignment handling
Ard Biesheuvel
1
-19
/
+12
2021-02-10
hwrng: timeriomem - Fix cooldown period calculation
Jan Henrik Weinstock
1
-1
/
+1
2021-02-10
crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2
Geert Uytterhoeven
1
-1
/
+1
2021-02-05
crypto: crypto4xx - Avoid linking failure with HW_RANDOM=m
Florian Fainelli
1
-1
/
+1
2021-02-05
crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELL
Herbert Xu
1
-0
/
+1
2021-02-05
crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()
Dan Carpenter
1
-1
/
+1
2021-02-05
crypto: ccree - fix spelling typo of allocated
dingsenjie
1
-1
/
+1
2021-02-03
arm64: assembler: add cond_yield macro
Ard Biesheuvel
1
-0
/
+16
2021-01-29
crypto: salsa20 - remove Salsa20 stream cipher algorithm
Ard Biesheuvel
7
-1405
/
+3
2021-01-29
crypto: tgr192 - remove Tiger 128/160/192 hash algorithms
Ard Biesheuvel
6
-876
/
+0
2021-01-29
crypto: rmd320 - remove RIPE-MD 320 hash algorithm
Ard Biesheuvel
6
-494
/
+1
2021-01-29
crypto: rmd256 - remove RIPE-MD 256 hash algorithm
Ard Biesheuvel
7
-441
/
+1
2021-01-29
crypto: rmd128 - remove RIPE-MD 128 hash algorithm
Ard Biesheuvel
7
-506
/
+1
2021-01-29
crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer
Herbert Xu
5
-36
/
+148
2021-01-29
crypto: talitos - Fix ctr(aes) on SEC1
Christophe Leroy
1
-0
/
+22
2021-01-29
crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)
Christophe Leroy
2
-12
/
+17
2021-01-29
crypto: hisilicon/hpre - add ecc algorithm inqury for uacce device
Hui Tang
1
-1
/
+4
2021-01-29
crypto: hisilicon/hpre - add two RAS correctable errors processing
Hui Tang
1
-2
/
+6
2021-01-29
crypto: hisilicon/hpre - delete ECC 1bit error reported threshold
Hui Tang
1
-2
/
+0
2021-01-22
crypto: aesni - release FPU during skcipher walk API calls
Ard Biesheuvel
1
-41
/
+32
2021-01-22
crypto: aesni - replace CTR function pointer with static call
Ard Biesheuvel
1
-6
/
+7
2021-01-22
crypto: keembay - use 64-bit arithmetic for computing bit_len
Ovidiu Panait
1
-2
/
+2
2021-01-22
crypto: lib/chacha20poly1305 - define empty module exit function
Jason A. Donenfeld
1
-0
/
+5
2021-01-22
crypto: octeontx2 - register with linux crypto framework
Srujana Challa
7
-2
/
+1961
2021-01-22
crypto: octeontx2 - add support to process the crypto request
Srujana Challa
11
-1
/
+1034
2021-01-22
crypto: octeontx2 - add virtual function driver support
Srujana Challa
6
-1
/
+373
2021-01-22
crypto: octeontx2 - add support to get engine capabilities
Srujana Challa
8
-0
/
+350
2021-01-22
crypto: octeontx2 - add LF framework
Srujana Challa
7
-1
/
+783
2021-01-22
crypto: octeontx2 - load microcode and create engine groups
Srujana Challa
8
-2
/
+1655
2021-01-22
crypto: octeontx2 - enable SR-IOV and mailbox communication with VF
Srujana Challa
4
-2
/
+583
2021-01-22
crypto: octeontx2 - add mailbox communication with AF
Srujana Challa
6
-2
/
+236
[next]