index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
ifcvf
Commit message (
Expand
)
Author
Age
Files
Lines
*
vDPA/ifcvf: implement features provisioning
Zhu Lingshan
2023-02-20
3
-1
/
+17
*
vDPA/ifcvf: retire ifcvf_private_to_vf
Zhu Lingshan
2023-02-20
2
-8
/
+5
*
vDPA/ifcvf: allocate the adapter in dev_add()
Zhu Lingshan
2023-02-20
1
-21
/
+13
*
vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
Zhu Lingshan
2023-02-20
2
-5
/
+7
*
vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw
Zhu Lingshan
2023-02-20
1
-3
/
+2
*
vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...
Zhu Lingshan
2023-02-20
1
-12
/
+9
*
vDPA/ifcvf: decouple vq irq requester from the adapter
Zhu Lingshan
2023-02-20
1
-11
/
+8
*
vDPA/ifcvf: decouple config IRQ releaser from the adapter
Zhu Lingshan
2023-02-20
1
-12
/
+10
*
vDPA/ifcvf: decouple vq IRQ releasers from the adapter
Zhu Lingshan
2023-02-20
1
-12
/
+9
*
vDPA/ifcvf: alloc the mgmt_dev before the adapter
Zhu Lingshan
2023-02-20
1
-17
/
+14
*
vDPA/ifcvf: decouple config space ops from the adapter
Zhu Lingshan
2023-02-20
1
-16
/
+5
*
vDPA/ifcvf: decouple hw features manipulators from the adapter
Zhu Lingshan
2023-02-20
3
-7
/
+4
*
vdpa: ifcvf: Do proper cleanup if IFCVF init fails
Tanmay Bhushan
2023-01-27
1
-1
/
+1
*
vdpa/ifcvf: fix the calculation of queuepair
Angus Chen
2022-09-27
1
-2
/
+2
*
vDPA/ifcvf: support userspace to query features and MQ of a management device
Zhu Lingshan
2022-08-11
1
-66
/
+76
*
vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...
Zhu Lingshan
2022-08-11
2
-2
/
+13
*
vDPA/ifcvf: remove duplicated assignment to pointer cfg
Colin Ian King
2022-08-11
1
-1
/
+0
*
vdpa: ifcvf: Fix spelling mistake in comments
Zhang Jiaming
2022-08-11
1
-1
/
+1
*
vdpa: ifcvf: set pci driver data in probe
Jason Wang
2022-06-01
1
-1
/
+2
*
vDPA/ifcvf: fix uninitialized config_vector warning
Zhu Lingshan
2022-05-31
1
-6
/
+6
*
vdpa: multiple address spaces support
Gautam Dawar
2022-05-31
1
-1
/
+1
*
vdpa: introduce virtqueue groups
Gautam Dawar
2022-05-31
1
-1
/
+7
*
vDPA/ifcvf: cacheline alignment for ifcvf_hw
Zhu Lingshan
2022-03-28
2
-9
/
+5
*
vDPA/ifcvf: implement shared IRQ feature
Zhu Lingshan
2022-03-28
3
-57
/
+300
*
vDPA/ifcvf: implement device MSIX vector allocator
Zhu Lingshan
2022-03-28
1
-5
/
+26
*
vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvf
Zhu Lingshan
2022-03-28
3
-71
/
+36
*
vdpa: Provide interface to read driver features
Eli Cohen
2022-01-14
1
-4
/
+12
*
ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
Zhu Lingshan
2022-01-14
3
-33
/
+41
*
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
2021-11-01
1
-1
/
+2
*
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
2021-09-06
1
-1
/
+1
*
vdpa: Add reset callback in vdpa_config_ops
Xie Yongji
2021-09-06
1
-11
/
+24
*
vDPA/ifcvf: enable multiqueue and control vq
Zhu Lingshan
2021-09-05
2
-17
/
+3
*
vDPA/ifcvf: detect and use the onboard number of queues directly
Zhu Lingshan
2021-09-05
3
-18
/
+21
*
vDPA/ifcvf: implement management netlink framework for ifcvf
Zhu Lingshan
2021-09-05
2
-35
/
+123
*
vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
Zhu Lingshan
2021-09-05
1
-13
/
+21
*
vDPA/ifcvf: Fix return value check for vdpa_alloc_device()
Xie Yongji
2021-08-11
1
-2
/
+2
*
vdpa: support packed virtqueue for set/get_vq_state()
Jason Wang
2021-07-08
1
-2
/
+2
*
vDPA/ifcvf: reuse pre-defined macros for device ids and vendor ids
Zhu Lingshan
2021-07-03
2
-22
/
+13
*
vDPA/ifcvf: implement doorbell mapping for ifcvf
Zhu Lingshan
2021-07-03
1
-0
/
+16
*
vDPA/ifcvf: record virtio notify base
Zhu Lingshan
2021-07-03
2
-0
/
+6
*
vDPA/ifcvf: get_config_size should return dev specific config size
Zhu Lingshan
2021-05-03
1
-1
/
+18
*
vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
Zhu Lingshan
2021-05-03
2
-2
/
+25
*
vDPA/ifcvf: deduce VIRTIO device ID when probe
Zhu Lingshan
2021-05-03
2
-12
/
+16
*
vdpa: add get_config_size callback in vdpa_config_ops
Stefano Garzarella
2021-05-03
1
-0
/
+6
*
vDPA/ifcvf: deduce VIRTIO device ID from pdev ids
Zhu Lingshan
2021-05-03
2
-1
/
+14
*
vDPA/ifcvf: verify mandatory feature bits for vDPA
Zhu Lingshan
2021-05-03
3
-0
/
+18
*
vDPA/ifcvf: fetch device feature bits when probe
Zhu Lingshan
2021-05-03
3
-2
/
+14
*
vDPA/ifcvf: remove the version number string
Zhu Lingshan
2021-05-03
1
-2
/
+0
*
vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
Zhu Lingshan
2021-05-03
2
-8
/
+8
*
vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
Zhu Lingshan
2021-05-03
2
-0
/
+10
[next]