1
0
forked from pool/kernel-source

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