summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/RndisFilter.h
Commit message (Collapse)AuthorAgeFilesLines
* Staging: hv: fix up typedefs in NetVscApi.hGreg Kroah-Hartman2009-09-151-1/+1
| | | | | | | It's now all clean from a coding style standpoint. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: rndis.h: typedef removal, part 1Greg Kroah-Hartman2009-09-151-2/+2
| | | | | | | This removes about half of the typedefs in rndis.h Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move rndis.hGreg Kroah-Hartman2009-09-151-1/+1
| | | | | | | | | | | This moves rndis.h from the include/ subdirectory. It doesn't belong there. No code changes happened here. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-1/+0
| | | | | | | | | This moves osd.h out of the include/ subdirectory. No code changes are made here. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: clean up RndisFilter.hGreg Kroah-Hartman2009-09-151-8/+3
| | | | | | | Cleans up coding style issues with RndisFilter.h Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-4/+4
| | | | | | | | Remove C99 // comments with traditional /* */ comments Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: make the Hyper-V virtual network driver buildGreg Kroah-Hartman2009-09-151-2/+2
| | | | | | | | | | | | | | | The #define KERNEL_2_6_27 needs to be set, and I adjusted the include directories a bit to get things to build properly. The driver was changed to use net_device_ops, as that is needed to build and operate properly now. The hv_netvsc code should now build with no errors. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: add the Hyper-V virtual network driverHank Janssen2009-09-151-0/+61
This is the virtual network driver when running Linux on top of Hyper-V. Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud