index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/lib80211: move TKIP handling to ARC4 library code
Ard Biesheuvel
2019-06-20
2
-31
/
+18
*
net/lib80211: move WEP handling to ARC4 library code
Ard Biesheuvel
2019-06-20
2
-38
/
+14
*
net/mac80211: move WEP handling to ARC4 library interface
Ard Biesheuvel
2019-06-20
11
-60
/
+30
*
crypto: arc4 - refactor arc4 core code into separate library
Ard Biesheuvel
2019-06-20
7
-60
/
+95
*
crypto: talitos - fix max key size for sha384 and sha512
Christophe Leroy
2019-06-20
1
-1
/
+1
*
crypto: vmx - Document CTR mode counter width quirks
Daniel Axtens
2019-06-20
1
-2
/
+20
*
crypto: caam - update IV using HW support
Horia Geantă
2019-06-20
5
-146
/
+163
*
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-06-20
8
-99
/
+105
*
hwrng: iproc-rng200 - Add support for 7211
Florian Fainelli
2019-06-20
1
-0
/
+1
*
dt-bindings: rng: Document BCM7211 RNG compatible string
Florian Fainelli
2019-06-20
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2019-06-20
6
-129
/
+100
|
\
|
*
crypto: hmac - fix memory leak in hmac_init_tfm()
Eric Biggers
2019-05-30
1
-1
/
+3
|
*
crypto: jitterentropy - change back to module_init()
Eric Biggers
2019-05-30
1
-1
/
+1
|
*
crypto: vmx - ghash: do nosimd fallback manually
Daniel Axtens
2019-05-17
1
-125
/
+86
|
*
crypto: vmx - CTR: always increment IV as quadword
Daniel Axtens
2019-05-17
1
-1
/
+1
|
*
crypto: hash - fix incorrect HASH_MAX_DESCSIZE
Eric Biggers
2019-05-17
2
-1
/
+9
|
*
crypto: caam - fix typo in i.MX6 devices list for errata
Iuliana Prodan
2019-05-17
1
-1
/
+1
*
|
crypto: sahara - Use devm_platform_ioremap_resource()
Fabio Estevam
2019-06-13
1
-3
/
+1
*
|
crypto: mxs-dcp - Use devm_platform_ioremap_resource()
Fabio Estevam
2019-06-13
1
-4
/
+1
*
|
crypto: hisilicon - Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-06-13
1
-1
/
+1
*
|
crypto: qat - use struct_size() helper
Gustavo A. R. Silva
2019-06-13
1
-4
/
+2
*
|
ARM: dts: imx7ulp: add crypto support
Iuliana Prodan
2019-06-13
1
-0
/
+23
*
|
crypto: cavium/nitrox - Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-06-13
2
-2
/
+2
*
|
crypto: bcm - Make some symbols static
YueHaibing
2019-06-13
2
-9
/
+9
*
|
crypto: chacha - constify ctx and iv arguments
Eric Biggers
2019-06-13
5
-6
/
+6
*
|
crypto: chacha20poly1305 - a few cleanups
Eric Biggers
2019-06-13
1
-30
/
+13
*
|
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
2019-06-13
2
-60
/
+60
*
|
crypto: skcipher - un-inline encrypt and decrypt functions
Eric Biggers
2019-06-13
2
-30
/
+36
*
|
crypto: aead - un-inline encrypt and decrypt functions
Eric Biggers
2019-06-13
2
-32
/
+38
*
|
crypto: x86/aesni - remove unused internal cipher algorithm
Eric Biggers
2019-06-13
1
-38
/
+7
*
|
crypto: doc - improve the skcipher API example code
Eric Biggers
2019-06-13
1
-99
/
+77
*
|
crypto: testmgr - add some more preemption points
Eric Biggers
2019-06-13
1
-0
/
+6
*
|
crypto: algapi - require cra_name and cra_driver_name
Eric Biggers
2019-06-13
1
-18
/
+4
*
|
crypto: make all generic algorithms set cra_driver_name
Eric Biggers
2019-06-13
22
-24
/
+55
*
|
crypto: chacha20poly1305 - fix atomic sleep when using async algorithm
Eric Biggers
2019-06-06
1
-11
/
+19
*
|
crypto: atmel-i2c - Fix build error while CRC16 set to m
YueHaibing
2019-06-06
1
-0
/
+1
*
|
crypto: caam - disable some clock checks for iMX7ULP
Iuliana Prodan
2019-06-06
1
-2
/
+4
*
|
crypto: caam - limit output IV to CBC to work around CTR mode DMA issue
Ard Biesheuvel
2019-06-06
1
-4
/
+5
*
|
crypto: atmel - Fix sparse endianness warnings
Herbert Xu
2019-06-06
2
-3
/
+4
*
|
crypto: lrw - use correct alignmask
Eric Biggers
2019-06-06
1
-1
/
+1
*
|
crypto: ghash - fix unaligned memory access in ghash_setkey()
Eric Biggers
2019-06-06
1
-1
/
+7
*
|
crypto: xxhash - Implement xxhash support
Nikolay Borisov
2019-06-06
5
-0
/
+230
*
|
crypto: jitter - update implementation to 2.1.2
Stephan Müller
2019-06-06
2
-228
/
+82
*
|
crypto: testmgr - test the shash API
Eric Biggers
2019-06-06
1
-67
/
+335
*
|
crypto: arm64/sha2-ce - correct digest for empty data in finup
Elena Petrova
2019-06-06
1
-1
/
+1
*
|
crypto: arm64/sha1-ce - correct digest for empty data in finup
Elena Petrova
2019-06-06
1
-1
/
+1
*
|
crypto: caam - strip input without changing crypto request
Iuliana Prodan
2019-06-06
2
-14
/
+32
*
|
crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
Iuliana Prodan
2019-06-06
2
-17
/
+74
*
|
crypto: inside-secure - do not rely on the hardware last bit for result descr...
Antoine Tenart
2019-06-06
1
-6
/
+18
*
|
crypto: inside-secure - fix use of the SG list
Antoine Tenart
2019-06-06
2
-30
/
+12
[next]