aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/netvsc_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Staging: hv: Fix some missing author namesHaiyang Zhang1-0/+1
2009-09-15Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: reorganize netvsc_drv.cGreg Kroah-Hartman1-171/+158
2009-09-15Staging: hv: coding style cleanups for netvsc_drv.cGreg Kroah-Hartman1-262/+186
2009-09-15Staging: hv: move NetVscApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: fix up typedefs in NetVscApi.hGreg Kroah-Hartman1-9/+10
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: move vmbus.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKETNicolas Palix1-8/+8
2009-09-15Staging: hv: check return value of driver_for_each_device()Bill Pemberton1-2/+9
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-8/+8
2009-09-15Staging: hv: check return value of device_register()Bill Pemberton1-1/+1
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-50/+50
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff1-27/+0
2009-09-15Staging: hv: remove UNUSED_VAR usageGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: netvsc: fix up driver_data usageGreg Kroah-Hartman1-5/+5
2009-09-15Staging: hv: make the Hyper-V virtual network driver buildGreg Kroah-Hartman1-8/+13
2009-09-15Staging: hv: add the Hyper-V virtual network driverHank Janssen1-0/+720