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
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-13
crypto: poly1305 - Use unaligned access where required
Jason A. Donenfeld
1
-19
/
+15
2016-11-01
crypto: cryptd - Remove unused but set variable 'tfm'
Tobias Klauser
1
-2
/
+0
2016-11-01
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
7
-7
/
+7
2016-11-01
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
7
-21
/
+21
2016-11-01
crypto: acomp - fix dependency in Makefile
Giovanni Cabiddu
1
-2
/
+3
2016-10-25
crypto: acomp - update testmgr with support for acomp
Giovanni Cabiddu
1
-13
/
+145
2016-10-25
crypto: acomp - add support for deflate via scomp
Giovanni Cabiddu
2
-10
/
+102
2016-10-25
crypto: acomp - add support for 842 via scomp
Giovanni Cabiddu
2
-2
/
+80
2016-10-25
crypto: acomp - add support for lz4hc via scomp
Giovanni Cabiddu
2
-10
/
+83
2016-10-25
crypto: acomp - add support for lz4 via scomp
Giovanni Cabiddu
2
-10
/
+82
2016-10-25
crypto: acomp - add support for lzo via scomp
Giovanni Cabiddu
2
-15
/
+83
2016-10-25
crypto: acomp - add driver-side scomp interface
Giovanni Cabiddu
3
-2
/
+410
2016-10-25
crypto: acomp - add asynchronous compression api
Giovanni Cabiddu
4
-0
/
+149
2016-10-25
crypto: engine - Handle the kthread worker using the new API
Petr Mladek
1
-15
/
+11
2016-10-25
crypto: gcm - Fix error return code in crypto_gcm_create_common()
Wei Yongjun
1
-1
/
+1
2016-10-21
crypto: cmac - fix alignment of 'consts'
Eric Biggers
1
-4
/
+9
2016-10-21
crypto: cmac - return -EINVAL if block size is unsupported
Eric Biggers
1
-0
/
+1
2016-10-21
crypto: api - Remove no-op exit_ops code
Eric Biggers
4
-29
/
+2
2016-10-21
crypto: api - Fix Kconfig dependencies for FIPS
Alec Ari
1
-1
/
+1
2016-10-11
kthread: kthread worker API cleanup
Petr Mladek
1
-10
/
+10
2016-10-10
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
12
-119
/
+274
2016-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
5
-124
/
+60
2016-10-06
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-4
/
+4
2016-10-05
async_pq_val: fix DMA memory leak
Justin Maggard
1
-4
/
+4
2016-10-02
crypto: testmgr - add guard to dst buffer for ahash_export
Jan Stancek
1
-1
/
+4
2016-10-02
crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
Ondrej Mosnáček
1
-1
/
+1
2016-10-02
crypto: ghash-generic - move common definitions to a new header file
Marcelo Cerri
1
-12
/
+1
2016-09-22
crypto: rsa-pkcs1pad - Handle leading zero for decryption
Herbert Xu
1
-17
/
+24
2016-09-13
crypto: squash lines for simple wrapper functions
Masahiro Yamada
2
-10
/
+2
2016-09-13
crypto: skcipher - Fix blkcipher walk OOM crash
Herbert Xu
1
-1
/
+2
2016-09-13
crypto: echainiv - Replace chaining with multiplication
Herbert Xu
1
-91
/
+24
2016-09-07
crypto: algif_hash - Handle NULL hashes correctly
Herbert Xu
1
-12
/
+61
2016-09-07
crypto: engine - permit to enqueue ashash_request
Corentin LABBE
1
-38
/
+148
2016-09-07
crypto: engine - move crypto engine to its own header
Corentin LABBE
1
-0
/
+1
2016-09-07
crypto: cryptd - initialize child shash_desc on import
Ard Biesheuvel
1
-2
/
+7
2016-08-31
crypto: FIPS - allow tests to be disabled in FIPS mode
Stephan Mueller
2
-0
/
+13
2016-08-31
crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unset
Herbert Xu
1
-4
/
+5
2016-08-31
crypto: cryptd - Use correct tfm object for AEAD tracking
Herbert Xu
1
-1
/
+2
2016-08-24
crypto: rsa - allow keys >= 2048 bits in FIPS mode
Stephan Mueller
1
-2
/
+2
2016-08-24
crypto: drbg - fix error return code
Wei Yongjun
1
-5
/
+11
2016-08-24
crypto: xor - skip speed test if the xor function is selected automatically
Martin Schwidefsky
1
-21
/
+19
2016-08-16
crypto: drbg - do not call drbg_instantiate in healt test
Stephan Mueller
1
-11
/
+4
2016-08-16
crypto: xts - fix a little typo
Corentin LABBE
1
-1
/
+1
2016-08-09
crypto: testmgr - fix !x==y confusion
Yanjiang Jin
1
-5
/
+5
2016-08-09
crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVEC
Michael Ellerman
1
-1
/
+1
2016-08-08
crypto: sha3 - Add missing ULL suffixes for 64-bit constants
Geert Uytterhoeven
1
-8
/
+8
2016-07-27
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-61
/
+0
2016-07-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
43
-2521
/
+5343
2016-07-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+2
2016-07-22
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct
Herbert Xu
1
-2
/
+2
[prev]
[next]