index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ppp: mppe: switch to RC4 library interface
Ard Biesheuvel
2019-06-20
2
-85
/
+15
*
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2019-06-20
3
-127
/
+88
|
\
|
*
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: 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
*
|
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: 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: 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
*
|
crypto: inside-secure - add support for HMAC updates
Antoine Tenart
2019-06-06
2
-22
/
+38
*
|
crypto: inside-secure - implement IV retrieval
Antoine Tenart
2019-06-06
2
-7
/
+53
*
|
crypto: inside-secure - fix queued len computation
Antoine Tenart
2019-06-06
1
-3
/
+5
*
|
crypto: inside-secure - fix zeroing of the request in ahash_exit_inv
Antoine Tenart
2019-06-06
1
-1
/
+1
*
|
crypto: inside-secure - unify cache reset
Antoine Tenart
2019-06-06
1
-0
/
+2
*
|
crypto: inside-secure - enable context reuse
Antoine Tenart
2019-06-06
3
-0
/
+16
*
|
crypto: inside-secure - change returned error when a descriptor reports an error
Antoine Tenart
2019-06-06
1
-1
/
+1
*
|
crypto: inside-secure - improve the result error format when displayed
Antoine Tenart
2019-06-06
1
-1
/
+1
*
|
crypto: inside-secure - remove useless check
Antoine Tenart
2019-06-06
1
-13
/
+11
*
|
crypto: inside-secure - fix coding style for a condition
Antoine Tenart
2019-06-06
1
-2
/
+1
*
|
crypto: inside-secure - move comment
Antoine Tenart
2019-06-06
1
-3
/
+4
*
|
crypto: inside-secure - remove empty line
Antoine Tenart
2019-06-06
1
-1
/
+0
*
|
crypto: atmel-i2c - add support for SHA204A random number generator
Ard Biesheuvel
2019-05-30
5
-0
/
+211
*
|
crypto: atmel-ecc - factor out code that can be shared
Ard Biesheuvel
2019-05-30
5
-389
/
+451
*
|
crypto: atmel-ecc - add support for ACPI probing on non-AT91 platforms
Ard Biesheuvel
2019-05-30
2
-6
/
+8
*
|
i2c: acpi: permit bus speed to be discovered after enumeration
Ard Biesheuvel
2019-05-30
1
-2
/
+4
*
|
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
2019-05-30
5
-12
/
+12
*
|
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-30
7
-353
/
+236
*
|
crypto: caam - remove unused defines
Sascha Hauer
2019-05-30
2
-15
/
+0
[next]