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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
17
-147
/
+72
2020-10-08
crypto: qat - drop input parameter from adf_enable_aer()
Giovanni Cabiddu
5
-7
/
+7
2020-10-08
crypto: qat - fix function parameters descriptions
Giovanni Cabiddu
2
-2
/
+6
2020-09-25
crypto: qat - remove unnecessary mutex_init()
Qinglang Miao
1
-2
/
+0
2020-09-25
crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
2
-56
/
+5
2020-09-18
crypto: qat - use PCI_VDEVICE
Giovanni Cabiddu
6
-30
/
+12
2020-09-18
crypto: qat - replace device ids defines
Giovanni Cabiddu
9
-31
/
+27
2020-09-11
crypto: qat - include domain in top level debugfs path
Giovanni Cabiddu
6
-24
/
+12
2020-09-11
crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
Dominik Przychodni
1
-1
/
+9
2020-08-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-3
/
+4
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-4
/
+4
2020-08-21
crypto: qat - add delay before polling mailbox
Giovanni Cabiddu
1
-3
/
+4
2020-07-23
crypto: qat - fix double free in qat_uclo_create_batch_init_list
Tom Rix
1
-2
/
+7
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 - update timeout logic in put admin msg
Wojciech Ziemba
1
-15
/
+19
2020-06-18
crypto: qat - send admin messages to set of AEs
Wojciech Ziemba
1
-18
/
+46
2020-06-18
crypto: qat - update fw init admin msg
Wojciech Ziemba
2
-27
/
+52
2020-06-18
crypto: qat - remove packed attribute in etr structs
Giovanni Cabiddu
1
-7
/
+6
2020-06-18
crypto: qat - replace user types with kernel ABI __u types
Wojciech Ziemba
7
-182
/
+182
2020-06-18
crypto: qat - replace user types with kernel u types
Wojciech Ziemba
16
-167
/
+167
2020-06-18
crypto: qat - convert to SPDX License Identifiers
Giovanni Cabiddu
57
-2624
/
+114
2020-03-12
crypto: qat - simplify the qat_crypto function
Tianjia Zhang
1
-2
/
+1
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-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-11-17
crypto: qat - switch to skcipher API
Ard Biesheuvel
2
-162
/
+146
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
1
-1
/
+1
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-08-02
crypto: qat - Silence smp_processor_id() warning
Alexander Sverdlin
1
-1
/
+1
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-96
/
+200
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
2
-12
/
+61
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-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
7
-0
/
+7
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-04-18
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
1
-2
/
+0
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
15
-65
/
+6
2019-02-08
crypto: qat - Remove unused goto label
Herbert Xu
1
-1
/
+0
2019-02-01
crypto: prefix header search paths with $(srctree)/
Masahiro Yamada
6
-6
/
+6
2019-02-01
crypto: qat - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
9
-58
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
3
-52
/
+52
[next]