index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
/
qat_common
/
qat_algs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
crypto: qat - use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-05-23
crypto: qat - do not offload zero length requests
Giovanni Cabiddu
1
-0
/
+6
2019-05-23
crypto: qat - return error for block ciphers for invalid requests
Giovanni Cabiddu
1
-4
/
+19
2019-05-23
crypto: qat - return proper error code in setkey
Giovanni Cabiddu
1
-65
/
+108
2019-05-23
crypto: qat - fix block size for aes ctr mode
Giovanni Cabiddu
1
-1
/
+1
2019-05-23
crypto: qat - update iv after encryption or decryption operations
Giovanni Cabiddu
1
-12
/
+59
2019-05-23
crypto: qat - add check for negative offset in alg precompute function
Shant KumarX Sonnad
1
-0
/
+3
2019-05-23
crypto: qat - remove spin_lock in qat_ablkcipher_setkey
Xin Zeng
1
-13
/
+3
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-12
/
+12
2018-10-05
crypto: qat - move temp buffers off the stack
Ard Biesheuvel
1
-33
/
+31
2018-09-04
crypto: qat - Remove VLA usage
Kees Cook
1
-2
/
+6
2018-03-30
crypto: qat - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+3
2017-07-07
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-19
/
+21
2017-06-28
crypto: qat - avoid an uninitialized variable warning
Arnd Bergmann
1
-19
/
+21
2017-05-23
crypto: qat - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2016-08-24
crypto: qat - fix aes-xts key sizes
Giovanni Cabiddu
1
-2
/
+2
2016-05-31
crypto: qat - fix typos sizeof for ctx
Tadeusz Struk
1
-4
/
+4
2016-01-25
crypto: qat - Reduced reqsize in qat_algs
Cabiddu, Giovanni
1
-4
/
+2
2015-10-01
crypto: qat - add support for ctr(aes) and xts(aes)
Tadeusz Struk
1
-39
/
+127
2015-10-01
crypto: qat - remove empty functions and turn qat_uregister fn to void
Tadeusz Struk
1
-11
/
+1
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
1
-4
/
+4
2015-08-17
crypto: qat - Remove reference to crypto_aead_crt
Herbert Xu
1
-3
/
+3
2015-08-04
crypto: qat - Convert to new AEAD interface
Herbert Xu
1
-204
/
+123
2015-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-8
/
+16
2015-07-23
crypto: qat - Fix invalid synchronization between register/unregister sym algs
Tadeusz Struk
1
-8
/
+16
2015-07-17
crypto: qat - Add support for RSA algorithm
Tadeusz Struk
1
-5
/
+0
2015-06-09
crypto: qat: fix issue when mapping assoc to internal AD struct
Tadeusz Struk
1
-12
/
+20
2015-05-13
crypto: qat - Use crypto_aead_set_reqsize helper
Herbert Xu
1
-2
/
+3
2015-05-13
crypto: qat - Include internal/aead.h
Herbert Xu
1
-1
/
+1
2015-01-16
crypto: qat - don't need qat_auth_state struct
Tadeusz Struk
1
-6
/
+0
2015-01-14
crypto: qat - Ensure ipad and opad are zeroed
Herbert Xu
1
-9
/
+6
2015-01-08
crypto: qat - Fix incorrect uses of memzero_explicit
Herbert Xu
1
-25
/
+20
2014-12-22
crypto: qat - add support for cbc(aes) ablkcipher
Tadeusz Struk
1
-109
/
+419
2014-12-22
crypto: qat - Fix assumption that sg in and out will have the same nents
Tadeusz Struk
1
-33
/
+49
2014-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-15
/
+22
2014-11-17
crypto: qat - Use memzero_explicit
Struk, Tadeusz
1
-14
/
+22
2014-10-24
crypto: qat - cleanup unnecessary break checkpatch warning
Bruce Allan
1
-1
/
+0
2014-10-24
crypto: qat - Enforce valid numa configuration
Tadeusz Struk
1
-2
/
+3
2014-10-24
crypto: qat - Prevent dma mapping zero length assoc data
Tadeusz Struk
1
-0
/
+2
2014-10-14
crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c
Behan Webster
1
-17
/
+14
2014-09-24
crypto: qat - Removed unneeded partial state
Tadeusz Struk
1
-59
/
+7
2014-08-01
crypto: qat - remove unnecessary parentheses
Tadeusz Struk
1
-1
/
+1
2014-06-26
crypto: qat - Fixed new checkpatch warnings
Tadeusz Struk
1
-0
/
+4
2014-06-26
crypto: qat - Fix random config build warnings
Tadeusz Struk
1
-3
/
+3
2014-06-20
crypto: qat - Intel(R) QAT crypto interface
Tadeusz Struk
1
-0
/
+1034