index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-26
crypto: qat - refactor pfvf version request messages
Marco Chiappero
1
-19
/
+23
2021-11-26
crypto: qat - pass the PF2VF responses back to the callers
Marco Chiappero
7
-26
/
+33
2021-11-26
crypto: qat - use enums for PFVF protocol codes
Marco Chiappero
1
-11
/
+22
2021-11-26
crypto: qat - reorganize PFVF protocol definitions
Marco Chiappero
1
-17
/
+19
2021-11-26
crypto: qat - reorganize PFVF code
Marco Chiappero
22
-276
/
+341
2021-11-26
crypto: qat - abstract PFVF receive logic
Giovanni Cabiddu
4
-44
/
+81
2021-11-26
crypto: qat - abstract PFVF send function
Marco Chiappero
4
-91
/
+102
2021-11-26
crypto: qat - differentiate between pf2vf and vf2pf offset
Marco Chiappero
3
-7
/
+10
2021-11-26
crypto: qat - add pfvf_ops
Marco Chiappero
16
-61
/
+76
2021-11-26
crypto: qat - relocate PFVF disabled function
Giovanni Cabiddu
3
-6
/
+10
2021-11-26
crypto: qat - relocate PFVF VF related logic
Marco Chiappero
11
-29
/
+22
2021-11-26
crypto: qat - relocate PFVF PF related logic
Marco Chiappero
9
-69
/
+103
2021-11-26
crypto: qat - handle retries due to collisions in adf_iov_putmsg()
Marco Chiappero
1
-33
/
+19
2021-11-26
crypto: qat - split PFVF message decoding from handling
Marco Chiappero
2
-59
/
+71
2021-11-26
crypto: qat - re-enable interrupts for legacy PFVF messages
Giovanni Cabiddu
2
-2
/
+2
2021-11-26
crypto: qat - change PFVF ACK behaviour
Giovanni Cabiddu
2
-7
/
+8
2021-11-26
crypto: qat - move interrupt code out of the PFVF handler
Marco Chiappero
3
-11
/
+16
2021-11-26
crypto: qat - move VF message handler to adf_vf2pf_msg.c
Marco Chiappero
3
-66
/
+86
2021-11-26
crypto: qat - move vf2pf interrupt helpers
Giovanni Cabiddu
3
-41
/
+39
2021-11-26
crypto: qat - refactor PF top half for PFVF
Marco Chiappero
1
-40
/
+44
2021-11-26
crypto: qat - fix undetected PFVF timeout in ACK loop
Giovanni Cabiddu
1
-6
/
+6
2021-11-26
crypto: qat - do not handle PFVF sources for qat_4xxx
Giovanni Cabiddu
1
-0
/
+7
2021-11-20
crypto: ccp - no need to initialise statics to 0
Jason Wang
1
-1
/
+1
2021-11-20
crypto: ccree - remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-1
/
+0
2021-11-20
crypto: octeontx2 - use swap() to make code cleaner
chiminghao
1
-4
/
+1
2021-11-20
crypto: qce - fix uaf on qce_skcipher_register_one
Chengfeng Ye
1
-1
/
+1
2021-11-20
crypto: qce - fix uaf on qce_ahash_register_one
Chengfeng Ye
1
-1
/
+1
2021-11-20
crypto: qce - fix uaf on qce_aead_register_one
Chengfeng Ye
1
-1
/
+1
2021-11-20
crypto: hisilicon/hpre - use swap() to make code cleaner
Yang Guang
1
-4
/
+1
2021-11-20
crypto: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()
Wei Yongjun
1
-0
/
+1
2021-11-20
crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
Meng Li
1
-1
/
+1
2021-11-20
crypto: atmel-aes - Reestablish the correct tfm context at dequeue
Tudor Ambarus
1
-5
/
+1
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
7
-29
/
+14
2021-11-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
34
-545
/
+1652
2021-11-01
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-5
/
+9
2021-10-29
crypto: ccp - Make use of the helper macro kthread_run()
Cai Huoqing
2
-6
/
+4
2021-10-29
crypto: sa2ul - Use the defined variable to clean code
Tang Bin
1
-7
/
+6
2021-10-29
crypto: s5p-sss - Add error handling in s5p_aes_probe()
Tang Bin
1
-0
/
+2
2021-10-29
crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC Driver
Prabhjot Khurana
3
-0
/
+1038
2021-10-18
treewide: Replace open-coded flex arrays in unions
Kees Cook
1
-5
/
+9
2021-10-15
crypto: octeontx2 - set assoclen in aead_do_fallback()
Ovidiu Panait
1
-0
/
+1
2021-10-15
crypto: ccp - Fix whitespace in sev_cmd_buffer_len()
Peter Gonda
1
-1
/
+1
2021-10-12
crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->name
Uwe Kleine-König
1
-1
/
+1
2021-10-12
crypto: qat - simplify adf_enable_aer()
Uwe Kleine-König
6
-28
/
+13
2021-10-08
crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.c
Marco Chiappero
6
-23
/
+26
2021-10-08
crypto: qat - extract send and wait from adf_vf2pf_request_version()
Marco Chiappero
1
-13
/
+37
2021-10-08
crypto: qat - add VF and PF wrappers to common send function
Marco Chiappero
3
-8
/
+36
2021-10-08
crypto: qat - rename pfvf collision constants
Marco Chiappero
1
-13
/
+13
2021-10-08
crypto: qat - move pfvf collision detection values
Marco Chiappero
2
-9
/
+9
2021-10-08
crypto: qat - make pfvf send message direction agnostic
Marco Chiappero
1
-7
/
+8
[prev]
[next]