index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: crc32c - Fix crc32c soft dependency
Jean Delvare
2016-01-19
2
-1
/
+1
*
crypto: algif_skcipher - Load TX SG list after waiting
Herbert Xu
2016-01-19
1
-7
/
+7
*
crypto: atmel-aes - Add missing break to atmel_aes_reg_name
Herbert Xu
2016-01-19
1
-0
/
+1
*
crypto: algif_skcipher - Fix race condition in skcipher_check_key
Herbert Xu
2016-01-18
1
-3
/
+6
*
crypto: algif_hash - Fix race condition in hash_check_key
Herbert Xu
2016-01-18
1
-3
/
+6
*
crypto: CRYPTO_DEV_ATMEL_AES should depend on HAS_DMA
Geert Uytterhoeven
2016-01-18
1
-0
/
+1
*
lib: sw842: select crc32
Arnd Bergmann
2016-01-18
1
-0
/
+2
*
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
Herbert Xu
2016-01-18
1
-9
/
+7
*
crypto: algif_skcipher - Remove custom release parent function
Herbert Xu
2016-01-18
1
-40
/
+3
*
crypto: algif_hash - Remove custom release parent function
Herbert Xu
2016-01-18
1
-40
/
+3
*
crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path
Herbert Xu
2016-01-18
2
-1
/
+9
*
crypto: qat - update init_esram for C3xxx dev type
Tadeusz Struk
2016-01-18
1
-0
/
+3
*
crypto: qat - fix timeout issues
Pingchao Yang
2016-01-18
1
-5
/
+6
*
crypto: qat - remove to call get_sram_bar_id for qat_c3xxx
Pingchao Yang
2016-01-18
1
-3
/
+6
*
crypto: algif_skcipher - Add key check exception for cipher_null
Herbert Xu
2016-01-18
1
-1
/
+1
*
crypto: skcipher - Add crypto_skcipher_has_setkey
Herbert Xu
2016-01-18
2
-0
/
+9
*
crypto: algif_hash - Require setkey before accept(2)
Herbert Xu
2016-01-18
1
-8
/
+193
*
crypto: hash - Add crypto_ahash_has_setkey
Herbert Xu
2016-01-18
3
-2
/
+13
*
crypto: algif_skcipher - Add nokey compatibility path
Herbert Xu
2016-01-18
1
-5
/
+144
*
crypto: af_alg - Add nokey compatibility path
Herbert Xu
2016-01-18
2
-1
/
+14
*
crypto: af_alg - Fix socket double-free when accept fails
Herbert Xu
2016-01-18
1
-3
/
+1
*
crypto: af_alg - Disallow bind/setkey/... after accept(2)
Herbert Xu
2016-01-18
2
-8
/
+35
*
crypto: algif_skcipher - Require setkey before accept(2)
Herbert Xu
2016-01-18
1
-7
/
+41
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-01-12
113
-1604
/
+7343
|
\
|
*
crypto: hifn_795x, picoxcell - use ablkcipher_request_cast
Geliang Tang
2015-12-29
2
-4
/
+3
|
*
crypto: qat - fix SKU definiftion for c3xxx dev
Tadeusz Struk
2015-12-25
2
-19
/
+8
|
*
crypto: qat - Fix random config build issue
Tadeusz Struk
2015-12-25
1
-2
/
+10
|
*
crypto: ccp - use to_pci_dev and to_platform_device
Geliang Tang
2015-12-25
2
-8
/
+6
|
*
crypto: qat - Rename dh895xcc mmp firmware
Ahsan Atta
2015-12-25
1
-1
/
+1
|
*
crypto: 842 - remove WARN inside printk
Dan Streetman
2015-12-23
1
-5
/
+9
|
*
crypto: atmel-aes - add debug facilities to monitor register accesses.
Cyrille Pitchen
2015-12-23
1
-1
/
+114
|
*
crypto: atmel-aes - add support to GCM mode
Cyrille Pitchen
2015-12-23
3
-2
/
+462
|
*
crypto: atmel-aes - change the DMA threshold
Cyrille Pitchen
2015-12-23
1
-1
/
+1
|
*
crypto: atmel-aes - fix the counter overflow in CTR mode
Cyrille Pitchen
2015-12-23
1
-2
/
+115
|
*
crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686
Cyrille Pitchen
2015-12-23
1
-1
/
+1
|
*
crypto: atmel-aes - create sections to regroup functions by usage
Cyrille Pitchen
2015-12-23
1
-102
/
+108
|
*
crypto: atmel-aes - fix typo and indentation
Cyrille Pitchen
2015-12-23
1
-31
/
+25
|
*
crypto: atmel-aes - use SIZE_IN_WORDS() helper macro
Cyrille Pitchen
2015-12-23
1
-2
/
+2
|
*
crypto: atmel-aes - improve performances of data transfer
Cyrille Pitchen
2015-12-23
1
-378
/
+386
|
*
crypto: atmel-aes - fix atmel_aes_remove()
Cyrille Pitchen
2015-12-23
1
-0
/
+1
|
*
crypto: atmel-aes - remove useless AES_FLAGS_DMA flag
Cyrille Pitchen
2015-12-23
1
-22
/
+15
|
*
crypto: atmel-aes - reduce latency of DMA completion
Cyrille Pitchen
2015-12-23
1
-2
/
+2
|
*
crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev
Cyrille Pitchen
2015-12-23
1
-5
/
+0
|
*
crypto: atmel-aes - rework crypto request completion
Cyrille Pitchen
2015-12-23
1
-27
/
+47
|
*
crypto: atmel-aes - simplify the configuration of the AES IP
Cyrille Pitchen
2015-12-23
1
-123
/
+93
|
*
crypto: atmel-aes - remove useless write in the Control Register
Cyrille Pitchen
2015-12-23
1
-2
/
+1
|
*
crypto: atmel-aes - make crypto request queue management more generic
Cyrille Pitchen
2015-12-23
1
-26
/
+49
|
*
crypto: atmel-aes - change atmel_aes_write_ctrl() signature
Cyrille Pitchen
2015-12-23
1
-14
/
+10
|
*
crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()
Cyrille Pitchen
2015-12-23
1
-5
/
+11
|
*
crypto: atmel-aes - remove unused header includes
Cyrille Pitchen
2015-12-23
1
-3
/
+0
[next]