index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-17
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
16
-1150
/
+4
2019-11-17
crypto: nx - remove stale comment referring to the blkcipher walk API
Ard Biesheuvel
2
-10
/
+0
2019-11-17
crypto: marvell/cesa - rename blkcipher to skcipher
Ard Biesheuvel
2
-10
/
+10
2019-11-17
crypto: qat - switch to skcipher API
Ard Biesheuvel
2
-162
/
+146
2019-11-17
crypto: talitos - switch to skcipher API
Ard Biesheuvel
1
-165
/
+143
2019-11-17
crypto: rockchip - switch to skcipher API
Ard Biesheuvel
5
-562
/
+545
2019-11-17
crypto: niagara2 - switch to skcipher API
Ard Biesheuvel
1
-98
/
+96
2019-11-17
crypto: stm32 - switch to skcipher API
Ard Biesheuvel
1
-179
/
+159
2019-11-17
crypto: qce - switch to skcipher API
Ard Biesheuvel
6
-99
/
+100
2019-11-17
crypto: picoxcell - switch to skcipher API
Ard Biesheuvel
1
-202
/
+184
2019-11-17
crypto: sahara - switch to skcipher API
Ard Biesheuvel
1
-81
/
+75
2019-11-17
crypto: mediatek - switch to skcipher API
Ard Biesheuvel
1
-132
/
+116
2019-11-17
crypto: mxs - switch to skcipher API
Ard Biesheuvel
1
-75
/
+65
2019-11-17
crypto: ixp4xx - switch to skcipher API
Ard Biesheuvel
1
-120
/
+108
2019-11-17
crypto: hifn - switch to skcipher API
Ard Biesheuvel
1
-91
/
+92
2019-11-17
crypto: chelsio - switch to skcipher API
Ard Biesheuvel
3
-179
/
+173
2019-11-17
crypto: cavium/cpt - switch to skcipher API
Ard Biesheuvel
1
-158
/
+134
2019-11-17
crypto: nitrox - remove cra_type reference to ablkcipher
Ard Biesheuvel
1
-1
/
+0
2019-11-17
crypto: bcm-spu - switch to skcipher API
Ard Biesheuvel
4
-205
/
+186
2019-11-17
crypto: atmel-tdes - switch to skcipher API
Ard Biesheuvel
1
-226
/
+207
2019-11-17
crypto: atmel-aes - switch to skcipher API
Ard Biesheuvel
1
-264
/
+247
2019-11-17
crypto: s5p - switch to skcipher API
Ard Biesheuvel
1
-98
/
+89
2019-11-17
crypto: ux500 - switch to skcipher API
Ard Biesheuvel
1
-215
/
+156
2019-11-17
crypto: omap - switch to skcipher API
Ard Biesheuvel
3
-238
/
+207
2019-11-17
crypto: ccp - switch from ablkcipher to skcipher
Ard Biesheuvel
6
-211
/
+186
2019-11-17
crypto: virtio - switch to skcipher API
Ard Biesheuvel
2
-97
/
+92
2019-11-17
crypto: virtio - deal with unsupported input sizes
Ard Biesheuvel
1
-2
/
+10
2019-11-17
crypto: virtio - implement missing support for output IVs
Ard Biesheuvel
1
-0
/
+9
2019-11-17
crypto: tcrypt - constify check alg list
Corentin Labbe
1
-2
/
+2
2019-11-17
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
Ard Biesheuvel
3
-0
/
+206
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
5
-0
/
+7615
2019-11-17
crypto: arm/curve25519 - wire up NEON implementation
Jason A. Donenfeld
4
-195
/
+287
2019-11-17
crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...
Jason A. Donenfeld
1
-0
/
+2105
2019-11-17
crypto: curve25519 - x86_64 library and KPP implementations
Jason A. Donenfeld
3
-0
/
+2482
2019-11-17
crypto: lib/curve25519 - work around Clang stack spilling issue
Ard Biesheuvel
1
-5
/
+5
2019-11-17
crypto: curve25519 - implement generic KPP driver
Ard Biesheuvel
3
-0
/
+96
2019-11-17
crypto: curve25519 - add kpp selftest
Ard Biesheuvel
2
-0
/
+1231
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
6
-0
/
+1778
2019-11-17
crypto: blake2s - x86_64 SIMD implementation
Jason A. Donenfeld
4
-0
/
+499
2019-11-17
crypto: blake2s - implement generic shash driver
Ard Biesheuvel
4
-0
/
+195
2019-11-17
crypto: testmgr - add test cases for Blake2s
Ard Biesheuvel
2
-39
/
+280
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
7
-0
/
+1019
2019-11-17
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
7
-6
/
+10
2019-11-17
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
Ard Biesheuvel
5
-0
/
+1496
2019-11-17
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
6
-2
/
+2687
2019-11-17
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
6
-1
/
+2001
2019-11-17
crypto: x86/poly1305 - expose existing driver as poly1305 library
Ard Biesheuvel
3
-16
/
+43
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
4
-28
/
+60
2019-11-17
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
4
-22
/
+138
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
4
-73
/
+43
[next]