summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/NetVsc.c
AgeCommit message (Expand)Author
2009-11-30Staging: hv: Fix some missing author namesHaiyang Zhang
2009-10-30Staging: hv: fix oops in vmbus - netvsc list_headMilan Dadok
2009-09-15Staging: hv: remove use of internal list routines in NetVscBill Pemberton
2009-09-15Staging: hv: rename struct NETVSC_DEVICEGreg Kroah-Hartman
2009-09-15Staging: hv: coding style cleanup for NetVsc.cGreg Kroah-Hartman
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman
2009-09-15Staging: hv: fix typedefs in nvspprotocol.hGreg Kroah-Hartman
2009-09-15Staging: hv: remove typedefs from VmbusPacketFormat.hGreg Kroah-Hartman
2009-09-15Staging: hv: fix up typedefs in NetVscApi.hGreg Kroah-Hartman
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman
2009-09-15Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKETNicolas Palix
2009-09-15Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix
2009-09-15Staging: hv: remove NETVSC_DEVICE typedefBill Pemberton
2009-09-15Staging: hv: NetVsc.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff
2009-09-15Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: make netDevice->ReceivePacketListLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman
2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman
2009-09-15Staging: hv: remove BOOL and BOOLEAN typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: make the Hyper-V virtual network driver buildGreg Kroah-Hartman
2009-09-15Staging: hv: add the Hyper-V virtual network driverHank Janssen