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
Age
Commit message (
Expand
)
Author
Lines
2024-08-24
crypto: qat - fix "Full Going True" macro definition
Svyatoslav Pankratov
-1
/
+1
2024-08-24
crypto: spacc - Check for allocation failure in spacc_skcipher_fallback()
Dan Carpenter
-0
/
+2
2024-08-24
crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()
Dan Carpenter
-2
/
+2
2024-08-24
crypto: spacc - Fix uninitialized variable in spacc_aead_process()
Dan Carpenter
-3
/
+1
2024-08-24
crypto: spacc - Use crypto_authenc_extractkeys
Herbert Xu
-24
/
+9
2024-08-24
crypto: spacc - Add a new line in spacc_open()
Dan Carpenter
-1
/
+2
2024-08-24
crypto: spacc - Fix off by one in spacc_isenabled()
Dan Carpenter
-1
/
+1
2024-08-24
crypto: spacc - Fix bounds checking on spacc->job[]
Dan Carpenter
-4
/
+4
2024-08-24
crypto: ccp - Add additional information about an SEV firmware upgrade
Tom Lendacky
-2
/
+11
2024-08-24
crypto: keembay - fix module autoloading
Liao Chen
-0
/
+1
2024-08-17
crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swap
Kuan-Wei Chiu
-9
/
+1
2024-08-17
crypto: octeontx - Remove custom swap function in favor of built-in sort swap
Kuan-Wei Chiu
-10
/
+2
2024-08-17
crypto: nx - Use static_assert() to check struct sizes
Gustavo A. R. Silva
-0
/
+3
2024-08-17
crypto: qat - Use static_assert() to check struct sizes
Gustavo A. R. Silva
-0
/
+2
2024-08-13
crypto: spacc - Add ifndef around MIN
Stephen Rothwell
-0
/
+3
2024-08-10
crypto: caam/qi* - Use cpumask_var_t instead of cpumask_t
Herbert Xu
-16
/
+32
2024-08-10
crypto: spacc - Enable Driver compilation in crypto Kconfig and Makefile
Pavitrakumar M
-0
/
+2
2024-08-10
crypto: spacc - Add SPAcc Kconfig and Makefile
Pavitrakumar M
-0
/
+111
2024-08-10
crypto: spacc - Add SPAcc aead support
Pavitrakumar M
-0
/
+1260
2024-08-10
crypto: spacc - Add SPAcc ahash support
Pavitrakumar M
-0
/
+914
2024-08-10
crypto: spacc - Enable SPAcc AUTODETECT
Pavitrakumar M
-1
/
+1384
2024-08-10
crypto: spacc - Add SPAcc Skcipher support
Pavitrakumar M
-0
/
+4683
2024-08-02
crypto: iaa - Fix potential use after free bug
Dan Carpenter
-2
/
+2
2024-08-02
crypto: qat - allow disabling SR-IOV VFs
Michal Witwicki
-66
/
+128
2024-08-02
crypto: qat - ensure correct order in VF restarting handler
Michal Witwicki
-3
/
+6
2024-08-02
crypto: qat - fix recovery flow for VFs
Michal Witwicki
-0
/
+17
2024-08-02
crypto: qat - disable IOV in adf_dev_stop()
Michal Witwicki
-2
/
+2
2024-08-02
crypto: qat - preserve ADF_GENERAL_SEC
Adam Guerin
-61
/
+60
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-0
/
+36
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-19
/
+12
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-251
/
+1003
2024-07-17
crypto: ccp: Add the SNP_VLEK_LOAD command
Michael Roth
-0
/
+36
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
-1
/
+1
2024-07-17
virtio_crypto: convert to use virtio_find_vqs_info()
Jiri Pirko
-19
/
+12
2024-07-13
crypto: mxs-dcp - Ensure payload is zero when using key slot
David Gstir
-1
/
+2
2024-07-06
crypto: starfive - Fix nent assignment in rsa dec
Jia Jie Ho
-3
/
+1
2024-07-06
crypto: starfive - Align rsa input data to 32-bit
Jia Jie Ho
-5
/
+10
2024-07-06
crypto: qat - fix unintentional re-enabling of error interrupts
Hareshx Sankar Raj
-3
/
+9
2024-07-06
crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()
Nivas Varadharajan Mugunthakumar
-2
/
+4
2024-07-06
crypto: sun8i-ce - add Allwinner H616 support
Andre Przywara
-0
/
+26
2024-07-06
crypto: sun8i-ce - wrap accesses to descriptor address fields
Andre Przywara
-12
/
+27
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+3
2024-07-04
crypto: caam: Unembed net_dev structure in dpaa2
Breno Leitao
-4
/
+26
2024-07-04
crypto: caam: Unembed net_dev structure from qi
Breno Leitao
-8
/
+35
2024-07-04
crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TEST
Breno Leitao
-1
/
+1
2024-07-04
crypto: caam: Avoid unused imx8m_machine_match variable
Breno Leitao
-0
/
+2
2024-06-28
crypto: qat - initialize user_input.lock for rate_limiting
Jiwei Sun
-0
/
+1
2024-06-27
Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-2
/
+3
2024-06-21
crypto: qat - make adf_ctl_class constant
Greg Kroah-Hartman
-9
/
+12
2024-06-21
crypto: qat - fix linking errors when PCI_IOV is disabled
Xin Zeng
-2
/
+3
[prev]
[next]