index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-17
crypto: qat - disregard spurious PFVF interrupts
Giovanni Cabiddu
2
-0
/
+12
2021-11-17
crypto: qat - detect PFVF collision after ACK
Giovanni Cabiddu
1
-0
/
+7
2021-09-15
crypto: qat - use proper type for vf_mask
Giovanni Cabiddu
1
-3
/
+4
2021-09-15
crypto: qat - do not export adf_iov_putmsg()
Giovanni Cabiddu
1
-1
/
+0
2021-09-15
crypto: qat - fix naming for init/shutdown VF to PF notifications
Marco Chiappero
5
-16
/
+16
2021-09-15
crypto: qat - fix reuse of completion variable
Marco Chiappero
1
-0
/
+2
2021-09-15
crypto: qat - handle both source of interrupt in VF ISR
Giovanni Cabiddu
1
-3
/
+4
2021-09-15
crypto: qat - do not ignore errors from enable_vf2pf_comms()
Giovanni Cabiddu
1
-2
/
+3
2021-07-14
crypto: qat - remove unused macro in FW loader
Jack Xu
1
-1
/
+0
2021-07-14
crypto: qat - check return code of qat_hal_rd_rel_reg()
Jack Xu
1
-1
/
+5
2021-05-14
crypto: qat - Fix a double free in adf_create_ring
Lv Yunlong
1
-0
/
+1
2021-05-14
crypto: qat - fix error path in adf_isr_resource_alloc()
Giovanni Cabiddu
1
-8
/
+21
2021-05-14
crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init
Tong Zhang
3
-6
/
+6
2021-05-14
crypto: qat - don't release uninitialized resources
Tong Zhang
1
-4
/
+13
2021-05-11
crypto: qat - fix unmap invalid dma address
Hui Tang
1
-2
/
+9
2020-12-30
crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
Jack Xu
1
-1
/
+1
2020-10-17
crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
Dominik Przychodni
1
-1
/
+9
2020-08-19
crypto: qat - fix double free in qat_uclo_create_batch_init_list
Tom Rix
1
-2
/
+7
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
2018-10-25
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-29
/
+31
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2018-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
6
-18
/
+18
2018-10-05
crypto: qat - move temp buffers off the stack
Ard Biesheuvel
1
-33
/
+31
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-1
/
+0
2018-09-28
crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()
Waiman Long
6
-18
/
+18
2018-09-04
crypto: qat - Remove VLA usage
Kees Cook
1
-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
/
+1
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2018-05-31
crypto: qat - Add MODULE_FIRMWARE for all qat drivers
Conor McLoughlin
3
-0
/
+5
2018-04-07
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
1
-1
/
+0
2018-03-31
crypto: qat - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+3
2018-02-15
crypto: qat - Make several functions static
Colin Ian King
1
-3
/
+6
[next]