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: x86/aes-ni - remove special handling of AES in PCBC mode
Ard Biesheuvel
2018-10-05
4
-243
/
+2
*
crypto: cavium - remove redundant null pointer check before kfree
zhong jiang
2018-09-28
1
-15
/
+5
*
crypto: cavium/nitrox - updated debugfs information.
Srikanth Jampala
2018-09-28
4
-129
/
+127
*
crypto: cavium/nitrox - add support for per device request statistics.
Srikanth Jampala
2018-09-28
3
-1
/
+20
*
crypto: cavium/nitrox - added support to identify the NITROX device partname.
Srikanth Jampala
2018-09-28
5
-22
/
+184
*
crypto: tcrypt - add OFB functional tests
Gilad Ben-Yossef
2018-09-28
1
-0
/
+1
*
crypto: ofb - add output feedback mode
Gilad Ben-Yossef
2018-09-28
3
-0
/
+238
*
crypto: testmgr - update sm4 test vectors
Gilad Ben-Yossef
2018-09-28
4
-7
/
+144
*
crypto: chtls - remove redundant null pointer check before kfree_skb
zhong jiang
2018-09-28
2
-4
/
+2
*
crypto: tcrypt - remove remnants of pcomp-based zlib
Horia Geantă
2018-09-28
2
-8
/
+1
*
crypto: tools - Add cryptostat userspace
Corentin Labbe
2018-09-28
1
-0
/
+294
*
crypto: user - Implement a generic crypto statistics
Corentin Labbe
2018-09-28
17
-35
/
+970
*
crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()
Kees Cook
2018-09-28
1
-5
/
+0
*
crypto: picoxcell - Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-11
/
+10
*
crypto: omap-aes - Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-10
/
+9
*
crypto: mxs-dcp - Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-11
/
+10
*
crypto: chelsio - Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-14
/
+15
*
crypto: artpec6 - Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-10
/
+9
*
crypto: qce - Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-8
/
+7
*
crypto: sahara - Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-16
/
+15
*
crypto: cryptd - Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-15
/
+17
*
crypto: null - Remove VLA usage of skcipher
Kees Cook
2018-09-28
9
-30
/
+29
*
crypto: vmx - Remove VLA usage of skcipher
Kees Cook
2018-09-28
3
-29
/
+29
*
crypto: ccp - Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-7
/
+8
*
wusb: Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-8
/
+8
*
rxrpc: Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-23
/
+23
*
ppp: mppe: Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-13
/
+14
*
libceph: Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-7
/
+7
*
block: cryptoloop: Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-11
/
+11
*
x86/fpu: Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-14
/
+16
*
s390/crypto: Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-24
/
+24
*
mac802154: Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-9
/
+9
*
lib80211: Remove VLA usage of skcipher
Kees Cook
2018-09-28
6
-95
/
+89
*
gss_krb5: Remove VLA usage of skcipher
Kees Cook
2018-09-28
6
-109
/
+108
*
crypto: skcipher - Introduce crypto_sync_skcipher
Kees Cook
2018-09-28
2
-0
/
+99
*
crypto: fix a memory leak in rsa-kcs1pad's encryption mode
Dan Aloni
2018-09-28
1
-9
/
+0
*
crypto: s5p-sss: Add aes-ctr support
Christoph Manszewski
2018-09-28
1
-5
/
+40
*
crypto: s5p-sss: Minor code cleanup
Christoph Manszewski
2018-09-28
1
-37
/
+17
*
crypto: s5p-sss: Fix Fix argument list alignment
Christoph Manszewski
2018-09-28
1
-2
/
+2
*
crypto: s5p-sss: Fix race in error handling
Christoph Manszewski
2018-09-28
1
-5
/
+7
*
crypto: arm/crc32 - avoid warning when compiling with Clang
Stefan Agner
2018-09-21
1
-1
/
+1
*
cpufeature: avoid warning when compiling with clang
Stefan Agner
2018-09-21
1
-1
/
+1
*
crypto: ccp - Allow SEV firmware to be chosen based on Family and Model
Janakarajan Natarajan
2018-09-21
1
-4
/
+40
*
crypto: ccp - Fix static checker warning
Janakarajan Natarajan
2018-09-21
1
-1
/
+1
*
crypto: lrw - Do not use auxiliary buffer
Ondrej Mosnacek
2018-09-21
1
-229
/
+51
*
crypto: lrw - Optimize tweak computation
Ondrej Mosnacek
2018-09-21
1
-24
/
+37
*
crypto: testmgr - Add test for LRW counter wrap-around
Ondrej Mosnacek
2018-09-21
1
-0
/
+21
*
crypto: lrw - Fix out-of bounds access on counter overflow
Ondrej Mosnacek
2018-09-21
1
-1
/
+6
*
crypto: tcrypt - fix ghash-generic speed test
Horia Geantă
2018-09-21
1
-0
/
+3
*
arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
Horia Geantă
2018-09-21
1
-0
/
+1
[next]