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
*
crypto: inside-secure - Prevent missing of processing errors
Pascal van Leeuwen
2020-09-18
1
-4
/
+5
*
crypto: sun4i-ss - Fix sparse endianness markers
Herbert Xu
2020-09-18
1
-8
/
+9
*
crypto: hisilicon/zip - fix some coding styles
Yang Shen
2020-09-18
2
-19
/
+11
*
crypto: hisilicon/zip - supplement some comments
Yang Shen
2020-09-18
1
-2
/
+2
*
crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'
Yang Shen
2020-09-18
2
-14
/
+14
*
crypto: hisilicon/zip - fix static check warning
Yang Shen
2020-09-18
1
-6
/
+6
*
crypto: hisilicon/zip - add print for error branch
Yang Shen
2020-09-18
2
-16
/
+45
*
crypto: hisilicon/zip - use a enum parameter instead of some macros
Yang Shen
2020-09-18
1
-10
/
+13
*
crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'
Yang Shen
2020-09-18
1
-3
/
+4
*
crypto: hisilicon/zip - modify debugfs interface parameters
Shukun Tan
2020-09-18
1
-31
/
+24
*
crypto: hisilicon/zip - unify naming style for functions and macros
Yang Shen
2020-09-18
1
-17
/
+18
*
crypto: hisilicon/zip - remove some useless parameters
Yang Shen
2020-09-18
2
-2
/
+0
*
crypto: omap-sham - fix digcnt register handling with export/import
Tero Kristo
2020-09-18
1
-0
/
+3
*
crypto: omap-sham - convert to use crypto engine
Tero Kristo
2020-09-18
1
-108
/
+78
*
crypto: sa2ul - Select CRYPTO_AUTHENC
Herbert Xu
2020-09-18
1
-0
/
+1
*
crypto: ux500 - Fix sparse endianness warnings
Herbert Xu
2020-09-11
1
-16
/
+8
*
crypto: qat - include domain in top level debugfs path
Giovanni Cabiddu
2020-09-11
6
-24
/
+12
*
crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferral
Krzysztof Kozlowski
2020-09-11
1
-8
/
+7
*
crypto: s5p-sss - Add and fix kerneldoc
Krzysztof Kozlowski
2020-09-11
1
-3
/
+4
*
crypto: s5p-sss - remove redundant null check
Xu Wang
2020-09-11
1
-4
/
+2
*
hwrng: xiphera-trng: add support for XIP8001B hwrng
Atte Tommiska
2020-09-11
3
-0
/
+161
*
dt-bindings: rng: add bindings for Xiphera XIP8001B hwrng
Atte Tommiska
2020-09-11
1
-0
/
+33
*
dt-bindings: vendor-prefixes: Add Xiphera vendor prefix
Atte Tommiska
2020-09-11
1
-0
/
+2
*
crypto: cbc - Remove cbc.h
Herbert Xu
2020-09-11
2
-152
/
+133
*
crypto: arm/aes-neonbs - Use generic cbc encryption path
Herbert Xu
2020-09-11
1
-18
/
+28
*
crypto: arc4 - mark ecb(arc4) skcipher as obsolete
Ard Biesheuvel
2020-09-11
2
-0
/
+21
*
net: wireless: drop bogus CRYPTO_xxx Kconfig selects
Ard Biesheuvel
2020-09-11
2
-8
/
+0
*
crypto: bcm-iproc - remove ecb(arc4) support
Ard Biesheuvel
2020-09-11
6
-128
/
+6
*
crypto: n2 - remove ecb(arc4) support
Ard Biesheuvel
2020-09-11
1
-46
/
+0
*
SUNRPC: remove RC4-HMAC-MD5 support from KerberosV
Ard Biesheuvel
2020-09-11
9
-530
/
+16
*
staging/rtl8192u: switch to RC4 library interface
Ard Biesheuvel
2020-09-11
3
-119
/
+27
*
staging/rtl8192e: switch to RC4 library interface
Ard Biesheuvel
2020-09-11
3
-118
/
+28
*
hwrng: imx-rngc - add quality to use it as kernel entropy pool
Marco Felsch
2020-09-11
1
-0
/
+1
*
crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
Dominik Przychodni
2020-09-11
1
-1
/
+9
*
crypto: caam - use traditional error check pattern
Andy Shevchenko
2020-09-11
1
-4
/
+3
*
crypto: poly1305-x86_64 - Use XORL r32,32
Uros Bizjak
2020-09-11
1
-4
/
+4
*
crypto: curve25519-x86_64 - Use XORL r32,32
Uros Bizjak
2020-09-11
1
-34
/
+34
*
crypto: sa2ul - fix compiler warning produced by clang
Tero Kristo
2020-09-11
1
-4
/
+2
*
crypto: amlogic - Fix endianness marker
Herbert Xu
2020-09-04
1
-1
/
+1
*
padata: add another maintainer and another list
Daniel Jordan
2020-09-04
1
-0
/
+2
*
crypto: sun8i-ss - remove redundant memzero_explicit()
Denis Efremov
2020-09-04
1
-1
/
+0
*
crypto: sun8i-ss - use kfree_sensitive()
Denis Efremov
2020-09-04
1
-12
/
+3
*
crypto: sun8i-ce - use kfree_sensitive()
Denis Efremov
2020-09-04
1
-12
/
+3
*
crypto: amlogic - use kfree_sensitive()
Denis Efremov
2020-09-04
1
-8
/
+2
*
crypto: inside-secure - use kfree_sensitive()
Denis Efremov
2020-09-04
1
-2
/
+1
*
crypto: ccree - Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-04
1
-5
/
+2
*
crypto: sa2ul - Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-04
1
-11
/
+7
*
hwrng: cctrn - Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-04
1
-5
/
+4
*
crypto: powerpc/crc-vpmsum_test - Fix sparse endianness warning
Herbert Xu
2020-09-04
1
-2
/
+3
*
crypto: arm64/gcm - Fix endianness warnings
Herbert Xu
2020-09-04
1
-2
/
+2
[next]