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: serpent - mark __serpent_setkey_sbox noinline
Arnd Bergmann
2019-06-27
1
-1
/
+7
*
crypto: testmgr - dynamically allocate crypto_shash
Arnd Bergmann
2019-06-27
1
-6
/
+13
*
crypto: testmgr - dynamically allocate testvec_config
Arnd Bergmann
2019-06-27
1
-11
/
+32
*
crypto: talitos - eliminate unneeded 'done' functions at build time
Christophe Leroy
2019-06-27
1
-1
/
+1
*
crypto: sun4i-ss - reduce stack usage
Arnd Bergmann
2019-06-27
1
-17
/
+30
*
crypto: ccree - add HW engine config check
Gilad Ben-Yossef
2019-06-27
3
-0
/
+38
*
crypto: ccree - prevent isr handling in case driver is suspended
Ofir Drang
2019-06-27
3
-0
/
+16
*
crypto: ccree - check that cryptocell reset completed
Ofir Drang
2019-06-27
4
-1
/
+43
*
crypto: ccree - Relocate driver irq registration after clk init
ofir.drang@arm.com
2019-06-27
1
-9
/
+9
*
crypto: nx - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-20
3
-61
/
+26
*
fs: cifs: switch to RC4 library interface
Ard Biesheuvel
2019-06-20
3
-48
/
+17
*
ppp: mppe: switch to RC4 library interface
Ard Biesheuvel
2019-06-20
2
-85
/
+15
*
crypto: arc4 - remove cipher implementation
Ard Biesheuvel
2019-06-20
2
-50
/
+16
*
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
[next]