<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net/hyperv, branch v3.8</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v3.8</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2013-01-19T16:01:23Z</updated>
<entry>
<title>net/hyperv: fix wrong length of mac address</title>
<updated>2013-01-19T16:01:23Z</updated>
<author>
<name>Jianjun Kong</name>
<email>kongjianjun@gmail.com</email>
</author>
<published>2013-01-18T16:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9a4c831ebbc1bf7cb41079e421a74bddd508f251'/>
<id>urn:sha1:9a4c831ebbc1bf7cb41079e421a74bddd508f251</id>
<content type='text'>
This patch fixed wrong mac length, it should be ETH_ALEN,
also replaced the hardcode 6 in hyperv_net.h

Signed-off-by: Amos Kong &lt;kongjianjun@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Add an error message to rndis_filter_set_device_mac()</title>
<updated>2012-11-30T20:02:56Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-11-30T09:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b02a80674ea3905926c1a942426008d732c47339'/>
<id>urn:sha1:b02a80674ea3905926c1a942426008d732c47339</id>
<content type='text'>
This message indicates an error returned from the host when changing MAC address.

Reported-by: Michal Kubecek &lt;mkubecek@suse.com&gt;
Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Remove unnecessary comments in rndis_filter_receive_data()</title>
<updated>2012-10-22T00:35:40Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-10-18T11:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3fbca4a2fee75ff89be9c5e44a893f89982873ff'/>
<id>urn:sha1:3fbca4a2fee75ff89be9c5e44a893f89982873ff</id>
<content type='text'>
Checked with Windows networking team, there is only one RNDIS message
in each netvsc packet.

Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Add buffer for extended info after the RNDIS response message.</title>
<updated>2012-10-02T18:39:31Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-10-02T05:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a3a6cab5ea10cca64d036851fe0d932448f2fe4f'/>
<id>urn:sha1:a3a6cab5ea10cca64d036851fe0d932448f2fe4f</id>
<content type='text'>
In some response messages, there may be some extended info after the
message.

Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Report actual status in receive completion packet</title>
<updated>2012-10-02T18:39:31Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-10-02T05:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=63f6921d300c6fbdca3d0e73dcc24b4e5e4dced2'/>
<id>urn:sha1:63f6921d300c6fbdca3d0e73dcc24b4e5e4dced2</id>
<content type='text'>
The existing code always reports NVSP_STAT_SUCCESS. This patch adds the
mechanism to report failure when it happens.

Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Remove extra allocated space for recv_pkt_list elements</title>
<updated>2012-10-02T18:39:30Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-10-02T05:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6562640bd3b368a7ffb1caa61c82abe6e9d54b3b'/>
<id>urn:sha1:6562640bd3b368a7ffb1caa61c82abe6e9d54b3b</id>
<content type='text'>
The receive code path doesn't use the page buffer, so remove the
extra allocated space here.

Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Fix page buffer handling in rndis_filter_send_request()</title>
<updated>2012-10-02T18:39:30Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-10-02T05:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=99e3fcfa34e7ea6dbb44fe5df51b79ccb6f73d3d'/>
<id>urn:sha1:99e3fcfa34e7ea6dbb44fe5df51b79ccb6f73d3d</id>
<content type='text'>
To prevent possible data corruption in RNDIS requests, add another
page buffer if the request message crossed page boundary.

Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Fix the missing return value in rndis_filter_set_packet_filter()</title>
<updated>2012-10-02T18:39:30Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-10-02T05:30:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ea4963745f712a746ccb45871a22e0814141a891'/>
<id>urn:sha1:ea4963745f712a746ccb45871a22e0814141a891</id>
<content type='text'>
Return ETIMEDOUT when the reply message is not received in time.

Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>hyperv: Fix the max_xfer_size in RNDIS initialization</title>
<updated>2012-10-02T18:39:30Z</updated>
<author>
<name>Haiyang Zhang</name>
<email>haiyangz@microsoft.com</email>
</author>
<published>2012-10-02T05:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fb1d074edb92604f313ac671f67e806c3223d191'/>
<id>urn:sha1:fb1d074edb92604f313ac671f67e806c3223d191</id>
<content type='text'>
According to RNDIS specs, Windows sets this size to
0x4000. I use the same value here.

Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Reviewed-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: move and rename netif_notify_peers()</title>
<updated>2012-08-14T21:28:23Z</updated>
<author>
<name>Amerigo Wang</name>
<email>amwang@redhat.com</email>
</author>
<published>2012-08-09T22:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ee89bab14e857678f83a71ee99e575b0fdbb58d4'/>
<id>urn:sha1:ee89bab14e857678f83a71ee99e575b0fdbb58d4</id>
<content type='text'>
I believe net/core/dev.c is a better place for netif_notify_peers(),
because other net event notify functions also stay in this file.

And rename it to netdev_notify_peers().

Cc: David S. Miller &lt;davem@davemloft.net&gt;
Cc: Ian Campbell &lt;Ian.Campbell@citrix.com&gt;
Signed-off-by: Cong Wang &lt;amwang@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
