GIT Revision: 2f7920ecc433d6a5b5842c8c3bd92919f2dd66e4

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7229
This commit is contained in:
Michal Marek 2012-04-04 05:02:00 +00:00 committed by Git OBS Bridge
parent 4d1c0403f5
commit d6af9928e2
20 changed files with 600 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 3 19:27:06 CEST 2012 - ohering@suse.de
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
-------------------------------------------------------------------
Mon Apr 2 18:29:53 CEST 2012 - jeffm@suse.de
@ -24,6 +31,33 @@ Wed Mar 28 21:32:40 CEST 2012 - jeffm@suse.com
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
-------------------------------------------------------------------
Mon Mar 26 15:52:26 CEST 2012 - ohering@suse.de
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
-------------------------------------------------------------------
Sat Mar 24 01:11:53 CET 2012 - dsterba@suse.cz

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:950aa61336d34c5a271266d235fe07218b859b3b7a6b89034907774170ac9db0
size 202992
oid sha256:0fc9e1a704ac8ae759cf1846b4aea0ea09ed0080dd67c78484a9e2c9739b8b91
size 222104

View File

@ -275,6 +275,24 @@
patches.suse/msft-hv-0322-Staging-hv-storvsc-Consolidate-the-request-struct.patch
patches.suse/msft-hv-0323-Staging-hv-storvsc-Consolidate-all-the-wire-proto.patch
patches.suse/msft-hv-0324-Staging-hv-storvsc-Move-the-storage-driver-out-of.patch
patches.suse/msft-hv-0331-drivers-hv-Get-rid-of-some-unnecessary-code.patch
patches.suse/msft-hv-0332-drivers-hv-kvp-Add-cleanup-connector-defines.patch
patches.suse/msft-hv-0333-drivers-hv-kvp-Move-the-contents-of-hv_kvp.h-to-h.patch
patches.suse/msft-hv-0334-net-hyperv-Convert-camel-cased-variables-in-rndis_f.patch
patches.suse/msft-hv-0335-net-hyperv-Correct-the-assignment-in-netvsc_recv_ca.patch
patches.suse/msft-hv-0336-net-hyperv-Remove-the-unnecessary-memset-in-rndis_f.patch
patches.suse/msft-hv-0337-drivers-hv-Cleanup-the-kvp-related-state-in-hyperv.patch
patches.suse/msft-hv-0338-tools-hv-Use-hyperv.h-to-get-the-KVP-definitions.patch
patches.suse/msft-hv-0339-drivers-hv-kvp-Cleanup-the-kernel-user-protocol.patch
patches.suse/msft-hv-0340-drivers-hv-Increase-the-number-of-VCPUs-supported.patch
patches.suse/msft-hv-0341-net-hyperv-Fix-data-corruption-in-rndis_filter_rece.patch
patches.suse/msft-hv-0342-net-hyperv-Add-support-for-vlan-trunking-from-guest.patch
patches.suse/msft-hv-0343-Drivers-hv-Add-new-message-types-to-enhance-KVP.patch
patches.suse/msft-hv-0344-Drivers-hv-Support-the-newly-introduced-KVP-messag.patch
patches.suse/msft-hv-0345-Tools-hv-Fully-support-the-new-KVP-verbs-in-the-us.patch
patches.suse/msft-hv-0346-Tools-hv-Support-enumeration-from-all-the-pools.patch
patches.suse/msft-hv-0347-net-hyperv-Fix-the-code-handling-tx-busy.patch
patches.suse/suse-hv-storvsc-ignore-ata_16.patch
patches.suse/suse-hv-pata_piix-ignore-disks.patch
########################################################

View File

@ -1,3 +1,3 @@
2012-04-02 18:29:53 +0200
GIT Revision: b614c987205e200f4681255f92078015cb19e1ad
2012-04-03 19:27:06 +0200
GIT Revision: 2f7920ecc433d6a5b5842c8c3bd92919f2dd66e4
GIT Branch: master