index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
Age
Commit message (
Expand
)
Author
Lines
2020-07-23
crypto: qat - fix double free in qat_uclo_create_batch_init_list
Tom Rix
-2
/
+7
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
-6
/
+7
2020-07-09
crypto: qat - fallback for xts with 192 bit keys
Giovanni Cabiddu
-3
/
+65
2020-07-09
crypto: qat - remove unused field in skcipher ctx
Giovanni Cabiddu
-4
/
+0
2020-07-09
crypto: qat - validate xts key
Giovanni Cabiddu
-0
/
+6
2020-07-09
crypto: qat - allow xts requests not multiple of block
Giovanni Cabiddu
-2
/
+20
2020-06-18
crypto: qat - update timeout logic in put admin msg
Wojciech Ziemba
-15
/
+19
2020-06-18
crypto: qat - send admin messages to set of AEs
Wojciech Ziemba
-18
/
+46
2020-06-18
crypto: qat - update fw init admin msg
Wojciech Ziemba
-27
/
+52
2020-06-18
crypto: qat - remove packed attribute in etr structs
Giovanni Cabiddu
-7
/
+6
2020-06-18
crypto: qat - replace user types with kernel ABI __u types
Wojciech Ziemba
-182
/
+182
2020-06-18
crypto: qat - replace user types with kernel u types
Wojciech Ziemba
-167
/
+167
2020-06-18
crypto: qat - convert to SPDX License Identifiers
Giovanni Cabiddu
-2624
/
+114
2020-03-12
crypto: qat - simplify the qat_crypto function
Tianjia Zhang
-2
/
+1
2020-02-22
crypto: qat - spelling s/Decrytp/Decrypt/
Geert Uytterhoeven
-1
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
-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
2019-11-17
crypto: qat - switch to skcipher API
Ard Biesheuvel
-162
/
+146
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
-1
/
+1
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
-1
/
+1
2019-08-02
crypto: qat - Silence smp_processor_id() warning
Alexander Sverdlin
-1
/
+1
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-96
/
+200
2019-06-13
crypto: qat - use struct_size() helper
Gustavo A. R. Silva
-4
/
+2
2019-05-23
crypto: qat - do not offload zero length requests
Giovanni Cabiddu
-0
/
+6
2019-05-23
crypto: qat - return error for block ciphers for invalid requests
Giovanni Cabiddu
-4
/
+19
2019-05-23
crypto: qat - return proper error code in setkey
Giovanni Cabiddu
-65
/
+108
2019-05-23
crypto: qat - fix block size for aes ctr mode
Giovanni Cabiddu
-1
/
+1
2019-05-23
crypto: qat - update iv after encryption or decryption operations
Giovanni Cabiddu
-12
/
+61
2019-05-23
crypto: qat - add check for negative offset in alg precompute function
Shant KumarX Sonnad
-0
/
+3
2019-05-23
crypto: qat - remove spin_lock in qat_ablkcipher_setkey
Xin Zeng
-13
/
+3
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+7
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
-1
/
+0
2019-04-18
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
-2
/
+0
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-65
/
+6
2019-02-08
crypto: qat - Remove unused goto label
Herbert Xu
-1
/
+0
2019-02-01
crypto: prefix header search paths with $(srctree)/
Masahiro Yamada
-6
/
+6
2019-02-01
crypto: qat - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-58
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
-52
/
+52
2018-10-25
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-29
/
+31
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+0
2018-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
-18
/
+18
2018-10-05
crypto: qat - move temp buffers off the stack
Ard Biesheuvel
-33
/
+31
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
-1
/
+0
2018-09-28
crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()
Waiman Long
-18
/
+18
2018-09-04
crypto: qat - Remove VLA usage
Kees Cook
-2
/
+6
2018-08-03
crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched...
Jia-Ju Bai
-1
/
+1
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
-2
/
+3
2018-05-31
crypto: qat - Add MODULE_FIRMWARE for all qat drivers
Conor McLoughlin
-0
/
+5
2018-04-07
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
-1
/
+0
[next]