RE: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-30 Thread Haiyang Zhang
PATCH net,1/1] hyperv: Add support for setting MAC from > within guests > > On Tue, Jul 10, Haiyang Zhang wrote: > > > diff --git a/drivers/net/hyperv/rndis_filter.c > > b/drivers/net/hyperv/rndis_filter.c > > index 981ebb1..fbf5394 100644 > > --- a/drive

Re: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-30 Thread Olaf Hering
On Tue, Jul 10, Haiyang Zhang wrote: > diff --git a/drivers/net/hyperv/rndis_filter.c > b/drivers/net/hyperv/rndis_filter.c > index 981ebb1..fbf5394 100644 > --- a/drivers/net/hyperv/rndis_filter.c > +++ b/drivers/net/hyperv/rndis_filter.c > @@ -47,6 +48,7 @@ struct rndis_request { > struct

Re: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-16 Thread David Miller
From: Haiyang Zhang Date: Tue, 10 Jul 2012 10:19:22 -0700 > This adds support for setting synthetic NIC MAC address from within Linux > guests. Before using this feature, the option "spoofing of MAC address" > should be enabled at the Hyper-V manager / Settings of the synthetic > NIC. > > Thanks

RE: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-10 Thread Ben Hutchings
KY Srinivasan; > > o...@aepfle.de; linux-kernel@vger.kernel.org; > > de...@linuxdriverproject.org > > Subject: Re: [PATCH net,1/1] hyperv: Add support for setting MAC from > > within guests > > > > On Fri, 2012-07-06 at 14:25 -0700, Haiyang Zhang wrote: >

[PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-10 Thread Haiyang Zhang
This adds support for setting synthetic NIC MAC address from within Linux guests. Before using this feature, the option "spoofing of MAC address" should be enabled at the Hyper-V manager / Settings of the synthetic NIC. Thanks to Kin Cho for the initial implementation and tests. And, thanks to Lo

RE: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-10 Thread Haiyang Zhang
inuxdriverproject.org > Subject: Re: [PATCH net,1/1] hyperv: Add support for setting MAC from > within guests > > On Fri, 2012-07-06 at 14:25 -0700, Haiyang Zhang wrote: > > This adds support for setting synthetic NIC MAC address from within > Linux > > guests. Before using thi

RE: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-07 Thread Haiyang Zhang
ject.org > Subject: Re: [PATCH net,1/1] hyperv: Add support for setting MAC from > within guests > > On Fri, 2012-07-06 at 14:25 -0700, Haiyang Zhang wrote: > > This adds support for setting synthetic NIC MAC address from within > > Linux guests. Before using this feat

Re: [PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-06 Thread Ben Hutchings
On Fri, 2012-07-06 at 14:25 -0700, Haiyang Zhang wrote: > This adds support for setting synthetic NIC MAC address from within Linux > guests. Before using this feature, the option "spoofing of MAC address" > should be enabled at the Hyper-V manager / Settings of the synthetic > NIC. [...] > +int rn

[PATCH net,1/1] hyperv: Add support for setting MAC from within guests

2012-07-06 Thread Haiyang Zhang
This adds support for setting synthetic NIC MAC address from within Linux guests. Before using this feature, the option "spoofing of MAC address" should be enabled at the Hyper-V manager / Settings of the synthetic NIC. Thanks to Kin Cho for the initial implementation and tests. And, thanks to Lo