Displaying 20 results from an estimated 44 matches for "vlynq".
2016 Aug 02
0
[PATCH] vhost: drop vringh dependency
...a/drivers/Makefile b/drivers/Makefile
index 0b6f3d6..5d03dba 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -139,6 +139,7 @@ obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
obj-$(CONFIG_BCMA) += bcma/
obj-$(CONFIG_VHOST_RING) += vhost/
+obj-$(CONFIG_VHOST) += vhost/
obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
obj-y += platform/
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index 533eaf0..387d30d 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -2,7 +2,6 @@ config VHOST_NET
tristate "Host kernel accelerator for virti...
2016 Aug 02
0
[PATCH] vhost: drop vringh dependency
...a/drivers/Makefile b/drivers/Makefile
index 0b6f3d6..5d03dba 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -139,6 +139,7 @@ obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
obj-$(CONFIG_BCMA) += bcma/
obj-$(CONFIG_VHOST_RING) += vhost/
+obj-$(CONFIG_VHOST) += vhost/
obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
obj-y += platform/
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index 533eaf0..387d30d 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -2,7 +2,6 @@ config VHOST_NET
tristate "Host kernel accelerator for virti...
2011 Jul 05
1
[RFC] virtio: expose for non-virtualization users too
...Kconfig
source drivers/lguest/Kconfig
-source drivers/virtio/Kconfig
endif # VIRTUALIZATION
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 3bb154d..795218e 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -114,6 +114,8 @@ source "drivers/uio/Kconfig"
source "drivers/vlynq/Kconfig"
+source "drivers/virtio/Kconfig"
+
source "drivers/xen/Kconfig"
source "drivers/staging/Kconfig"
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 3dd6294..57e493b 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@...
2011 Jul 05
1
[RFC] virtio: expose for non-virtualization users too
...Kconfig
source drivers/lguest/Kconfig
-source drivers/virtio/Kconfig
endif # VIRTUALIZATION
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 3bb154d..795218e 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -114,6 +114,8 @@ source "drivers/uio/Kconfig"
source "drivers/vlynq/Kconfig"
+source "drivers/virtio/Kconfig"
+
source "drivers/xen/Kconfig"
source "drivers/staging/Kconfig"
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 3dd6294..57e493b 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@...
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...etions(-)
> create mode 100644 drivers/scsi/pvscsi.c
> create mode 100644 drivers/scsi/pvscsi.h
>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c450f3a..45de4b3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5608,6 +5608,14 @@ S: Maintained
> F: drivers/vlynq/vlynq.c
> F: include/linux/vlynq.h
>
> +VMware PVSCSI driver
> +M: Alok Kataria <akataria at vmware.com>
> +M: VMware PV-Drivers <pv-drivers at vmware.com>
> +L: linux-scsi at vger.kernel.org
> +S: Maintained
> +F: drivers/scsi/pvscsi.c
> +F: drivers/scsi/p...
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...etions(-)
> create mode 100644 drivers/scsi/pvscsi.c
> create mode 100644 drivers/scsi/pvscsi.h
>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c450f3a..45de4b3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5608,6 +5608,14 @@ S: Maintained
> F: drivers/vlynq/vlynq.c
> F: include/linux/vlynq.h
>
> +VMware PVSCSI driver
> +M: Alok Kataria <akataria at vmware.com>
> +M: VMware PV-Drivers <pv-drivers at vmware.com>
> +L: linux-scsi at vger.kernel.org
> +S: Maintained
> +F: drivers/scsi/pvscsi.c
> +F: drivers/scsi/p...
2009 Oct 13
1
SCSI driver for VMware's virtual HBA - V6.
...5 files changed, 1821 insertions(+), 0 deletions(-)
create mode 100644 drivers/scsi/vmw_pvscsi.c
create mode 100644 drivers/scsi/vmw_pvscsi.h
diff --git a/MAINTAINERS b/MAINTAINERS
index 09a2028..69112f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5628,6 +5628,14 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMware PVSCSI driver
+M: Alok Kataria <akataria at vmware.com>
+M: VMware PV-Drivers <pv-drivers at vmware.com>
+L: linux-scsi at vger.kernel.org
+S: Maintained
+F: drivers/scsi/vmw_pvscsi.c
+F: drivers/scsi/vmw_pvscsi.h
+
VOLTAGE AND CURRENT REGULA...
2009 Oct 13
1
SCSI driver for VMware's virtual HBA - V6.
...5 files changed, 1821 insertions(+), 0 deletions(-)
create mode 100644 drivers/scsi/vmw_pvscsi.c
create mode 100644 drivers/scsi/vmw_pvscsi.h
diff --git a/MAINTAINERS b/MAINTAINERS
index 09a2028..69112f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5628,6 +5628,14 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMware PVSCSI driver
+M: Alok Kataria <akataria at vmware.com>
+M: VMware PV-Drivers <pv-drivers at vmware.com>
+L: linux-scsi at vger.kernel.org
+S: Maintained
+F: drivers/scsi/vmw_pvscsi.c
+F: drivers/scsi/vmw_pvscsi.h
+
VOLTAGE AND CURRENT REGULA...
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...ice_stats from struct net_device
Please review the patch and provide your feedback/comments for
upstreaming.
Thanking you
->Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 09a2028..0509f26 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5628,6 +5628,13 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <sbhatewara at vmware.com>
+M: VMware, Inc. <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULATOR FRA...
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...ice_stats from struct net_device
Please review the patch and provide your feedback/comments for
upstreaming.
Thanking you
->Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 09a2028..0509f26 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5628,6 +5628,13 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <sbhatewara at vmware.com>
+M: VMware, Inc. <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULATOR FRA...
2009 Oct 12
1
[PATCH 2.6.32-rc4] net: VMware virtual Ethernet NIC driver: vmxnet3
...sted on the mailing
lists so far. Please consider for inclusion in net-2.6 tree.
Let me know comments if any.
Thanking you
->Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 69e31aa..d0c7c56 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5651,6 +5651,13 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <sbhatewara at vmware.com>
+M: VMware, Inc. <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULATOR FRA...
2009 Oct 12
1
[PATCH 2.6.32-rc4] net: VMware virtual Ethernet NIC driver: vmxnet3
...sted on the mailing
lists so far. Please consider for inclusion in net-2.6 tree.
Let me know comments if any.
Thanking you
->Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 69e31aa..d0c7c56 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5651,6 +5651,13 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <sbhatewara at vmware.com>
+M: VMware, Inc. <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULATOR FRA...
2009 Sep 30
4
[PATCH 2.6.32-rc1] net: VMware virtual Ethernet NIC driver: vmxnet3
...stats_count
- used net_device_stats from struct net_device
Please review the patch and provide your feedback.
Thanking you
->Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index c450f3a..f65398a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5608,6 +5608,13 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <sbhatewara at vmware.com>
+M: VMware PV-Drivers <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULAT...
2009 Sep 30
4
[PATCH 2.6.32-rc1] net: VMware virtual Ethernet NIC driver: vmxnet3
...stats_count
- used net_device_stats from struct net_device
Please review the patch and provide your feedback.
Thanking you
->Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index c450f3a..f65398a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5608,6 +5608,13 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <sbhatewara at vmware.com>
+M: VMware PV-Drivers <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULAT...
2009 Aug 11
2
[PATCHv2 2/2] vhost_net: a kernel-level virtio server
...kefile
index bc4205d..1551ae1 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -105,6 +105,7 @@ obj-$(CONFIG_HID) += hid/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
+obj-$(CONFIG_VHOST_NET) += vhost/
obj-$(CONFIG_VIRTIO) += virtio/
obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
new file mode 100644
index 0000000..d955406
--- /dev/null
+++ b/drivers/vhost/Kconfig
@@ -0,0 +1,11 @@
+config VHOST_NET
+ tristate "Host kernel accelerator for virtio net"
+ depends...
2009 Aug 11
2
[PATCHv2 2/2] vhost_net: a kernel-level virtio server
...kefile
index bc4205d..1551ae1 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -105,6 +105,7 @@ obj-$(CONFIG_HID) += hid/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
+obj-$(CONFIG_VHOST_NET) += vhost/
obj-$(CONFIG_VIRTIO) += virtio/
obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
new file mode 100644
index 0000000..d955406
--- /dev/null
+++ b/drivers/vhost/Kconfig
@@ -0,0 +1,11 @@
+config VHOST_NET
+ tristate "Host kernel accelerator for virtio net"
+ depends...
2009 Sep 28
4
[PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver: vmxnet3
...wer queries in order to be accepted in mainline in 2.6.32 release cycle.
The patch applies to 2.6.31-rc9.
Thanking you.
Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 8dca9d8..c57a270 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5490,6 +5490,12 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULATOR FRAMEWORK
M: Liam Girdwood <lrg at slimlogic.c...
2009 Sep 28
4
[PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver: vmxnet3
...wer queries in order to be accepted in mainline in 2.6.32 release cycle.
The patch applies to 2.6.31-rc9.
Thanking you.
Shreyas
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 8dca9d8..c57a270 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5490,6 +5490,12 @@ S: Maintained
F: drivers/vlynq/vlynq.c
F: include/linux/vlynq.h
+VMWARE VMXNET3 ETHERNET DRIVER
+M: Shreyas Bhatewara <pv-drivers at vmware.com>
+L: netdev at vger.kernel.org
+S: Maintained
+F: drivers/net/vmxnet3/
+
VOLTAGE AND CURRENT REGULATOR FRAMEWORK
M: Liam Girdwood <lrg at slimlogic.c...
2009 Aug 27
5
[PATCHv5 3/3] vhost_net: a kernel-level virtio server
...kefile
index bc4205d..1551ae1 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -105,6 +105,7 @@ obj-$(CONFIG_HID) += hid/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
+obj-$(CONFIG_VHOST_NET) += vhost/
obj-$(CONFIG_VIRTIO) += virtio/
obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
new file mode 100644
index 0000000..d955406
--- /dev/null
+++ b/drivers/vhost/Kconfig
@@ -0,0 +1,11 @@
+config VHOST_NET
+ tristate "Host kernel accelerator for virtio net"
+ depends...
2009 Aug 27
5
[PATCHv5 3/3] vhost_net: a kernel-level virtio server
...kefile
index bc4205d..1551ae1 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -105,6 +105,7 @@ obj-$(CONFIG_HID) += hid/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
+obj-$(CONFIG_VHOST_NET) += vhost/
obj-$(CONFIG_VIRTIO) += virtio/
obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
new file mode 100644
index 0000000..d955406
--- /dev/null
+++ b/drivers/vhost/Kconfig
@@ -0,0 +1,11 @@
+config VHOST_NET
+ tristate "Host kernel accelerator for virtio net"
+ depends...