index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
fec.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-27
crypto: aegis - fix badly optimized clang output
Arnd Bergmann
1
-7
/
+7
2019-07-27
crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc
Chuhong Yuan
1
-2
/
+1
2019-07-27
crypto: caam/qi2 - Increase napi budget to process more caam responses
Vakul Garg
1
-1
/
+1
2019-07-27
hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-07-27
hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-07-27
crypto: ccp - Reduce maximum stack usage
Arnd Bergmann
1
-21
/
+31
2019-07-26
crypto: ccp - Include the module name in system log messages
Hook, Gary
1
-0
/
+4
2019-07-26
crypto: Remove orphan tools/crypto directory
Herbert Xu
1
-294
/
+0
2019-07-26
crypto: cavium/nitrox - Add support for loading asymmetric crypto firmware
Phani Kiran Hemadri
4
-31
/
+244
2019-07-26
crypto: ccp - Add a module parameter to control registration for DMA
Hook, Gary
1
-1
/
+11
2019-07-26
crypto: ccp - module parameter to limit the number of enabled CCPs
Hook, Gary
1
-1
/
+17
2019-07-26
crypto: ccp - Add a module parameter to specify a queue count
Hook, Gary
4
-6
/
+15
2019-07-26
crypto: ccp - Make CCP debugfs support optional
Hook, Gary
3
-2
/
+14
2019-07-26
crypto: user - make NETLINK_CRYPTO work inside netns
Ondrej Mosnacek
4
-15
/
+31
2019-07-26
crypto: inside-secure -reduce hash byte counters to 64 bits
Pascal van Leeuwen
2
-56
/
+36
2019-07-26
crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suites
Pascal van Leeuwen
3
-45
/
+250
2019-07-26
crypto: inside-secure - added support for rfc3686(ctr(aes))
Pascal van Leeuwen
3
-64
/
+138
2019-07-26
crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))
Pascal van Leeuwen
3
-19
/
+72
2019-07-26
crypto: ux500 - Use spinlock_t instead of struct spinlock
Sebastian Andrzej Siewior
2
-4
/
+4
2019-07-26
crypto: drivers - Use kmemdup rather than duplicating its implementation
Fuqian Huang
2
-11
/
+4
2019-07-26
crypto: tcrypt - add a speed test for AEGIS128
Ard Biesheuvel
1
-0
/
+7
2019-07-26
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
Ard Biesheuvel
4
-0
/
+208
2019-07-26
crypto: aegis128 - add support for SIMD acceleration
Ard Biesheuvel
3
-11
/
+46
2019-07-26
crypto: aegis - avoid prerotated AES tables
Ard Biesheuvel
1
-8
/
+6
2019-07-26
crypto: aegis128 - drop empty TFM init/exit routines
Ard Biesheuvel
1
-11
/
+0
2019-07-26
crypto: aegis128l/aegis256 - remove x86 and generic implementations
Ard Biesheuvel
11
-4136
/
+0
2019-07-26
crypto: morus - remove generic and x86 implementations
Ard Biesheuvel
18
-5790
/
+0
2019-07-26
crypto: testmgr - add tests for lzo-rle
Hannah Pan
2
-0
/
+90
2019-07-26
crypto: arm/aes-scalar - unexport en/decryption routines
Ard Biesheuvel
1
-3
/
+0
2019-07-26
crypto: arm64/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
1
-39
/
+1
2019-07-26
crypto: arm/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
1
-39
/
+1
2019-07-26
crypto: arm64/aes-neon - switch to shared AES Sboxes
Ard Biesheuvel
1
-71
/
+3
2019-07-26
crypto: lib/aes - export sbox and inverse sbox
Ard Biesheuvel
2
-0
/
+9
2019-07-26
crypto: aes-generic - unexport last-round AES tables
Ard Biesheuvel
2
-6
/
+2
2019-07-26
crypto: chelsio - replace AES cipher calls with library calls
Ard Biesheuvel
5
-61
/
+26
2019-07-26
crypto: ccp - move to AES library for CMAC key derivation
Ard Biesheuvel
3
-24
/
+5
2019-07-26
crypto: amcc - switch to AES library for GCM key derivation
Ard Biesheuvel
2
-17
/
+9
2019-07-26
bluetooth: switch to AES library
Ard Biesheuvel
2
-73
/
+33
2019-07-26
crypto: arm/ghash - provide a synchronous version
Ard Biesheuvel
1
-26
/
+52
2019-07-26
crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+65
2019-07-26
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+43
2019-07-26
crypto: arm/aes - use native endiannes for key schedule
Ard Biesheuvel
2
-16
/
+13
2019-07-26
crypto: arm64/aes-ce-cipher - use AES library as fallback
Ard Biesheuvel
3
-9
/
+3
2019-07-26
crypto: aes - move sync ctr(aes) to AES library and generic helper
Ard Biesheuvel
3
-60
/
+33
2019-07-26
crypto: ctr - add helper for performing a CTR encryption walk
Ard Biesheuvel
1
-0
/
+50
2019-07-26
crypto: aes-generic - drop key expansion routine in favor of library version
Ard Biesheuvel
3
-153
/
+3
2019-07-26
crypto: arm64/aes-ce - switch to library version of key expansion routine
Ard Biesheuvel
2
-8
/
+11
2019-07-26
crypto: arm64/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2
-4
/
+5
2019-07-26
crypto: arm64/aes-ccm - switch to AES library
Ard Biesheuvel
2
-13
/
+7
2019-07-26
crypto: arm/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2
-3
/
+3
[next]