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
/
drivers
/
crypto
/
qat
/
qat_common
/
qat_algs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-13
crypto: qat - fix use of 'dma_map_single'
Hui Tang
1
-13
/
+14
2021-03-13
crypto: qat - fix unmap invalid dma address
Hui Tang
1
-2
/
+9
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
1
-0
/
+1
2020-12-11
crypto: qat - add AES-XTS support for QAT GEN4 devices
Marco Chiappero
1
-7
/
+89
2020-12-11
crypto: qat - add AES-CTR support for QAT GEN4 devices
Marco Chiappero
1
-1
/
+16
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-11-06
crypto: qat - remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-10-30
crypto: qat - update IV in software
Marco Chiappero
1
-56
/
+80
2020-09-11
crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
Dominik Przychodni
1
-1
/
+9
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-6
/
+7
2020-07-09
crypto: qat - fallback for xts with 192 bit keys
Giovanni Cabiddu
1
-3
/
+65
2020-07-09
crypto: qat - remove unused field in skcipher ctx
Giovanni Cabiddu
1
-4
/
+0
2020-07-09
crypto: qat - validate xts key
Giovanni Cabiddu
1
-0
/
+6
2020-07-09
crypto: qat - allow xts requests not multiple of block
Giovanni Cabiddu
1
-2
/
+20
2020-06-18
crypto: qat - replace user types with kernel u types
Wojciech Ziemba
1
-27
/
+27
2020-06-18
crypto: qat - convert to SPDX License Identifiers
Giovanni Cabiddu
1
-46
/
+2
2020-02-22
crypto: qat - spelling s/Decrytp/Decrypt/
Geert Uytterhoeven
1
-1
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-5
/
+1
2019-11-17
crypto: qat - switch to skcipher API
Ard Biesheuvel
1
-160
/
+144
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-31
crypto: qat - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+3
2017-07-06
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
[next]