aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/RndisFilter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11staging: hv: remove ASSERT()s in RndisFilter.cBill Pemberton1-4/+11
2010-05-11staging: hv: remove ASSERT()s in RndisFilter.cBill Pemberton1-9/+9
2010-05-11Staging: hv: transmit scatter gather supportStephen Hemminger1-1/+0
2010-05-11Staging: hv: use existing Ethernet header sizeStephen Hemminger1-11/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: hv: remove unneeded OnClose callbackGreg Kroah-Hartman1-4/+1
2010-03-03Staging: hv: remove unneeded OnOpen callbackGreg Kroah-Hartman1-4/+1
2009-09-15Staging: hv: remove use of internal list routines in RndisFilterBill Pemberton1-11/+6
2009-09-15Staging: hv: remove function pointer typedefs from NetVscApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: rename struct NETVSC_DEVICEGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: coding style cleanup for RndisFilter.cGreg Kroah-Hartman1-400/+285
2009-09-15Staging: hv: remove typedefs from RndisFilter.cGreg Kroah-Hartman1-86/+65
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-6/+3
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: rndis.h: typedef removal, part 1Greg Kroah-Hartman1-69/+50
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman1-5/+5
2009-09-15Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman1-2/+3
2009-09-15Staging: hv: remove wrapper functions around kmap_Bill Pemberton1-4/+6
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton1-3/+3
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton1-1/+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: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix1-2/+2
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: remove WAITEVENT typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-12/+12
2009-09-15Staging: hv: remove NETVSC_DEVICE typedefBill Pemberton1-7/+7
2009-09-15Staging: hv: RndisFilter.c: fix print formattingBill Pemberton1-3/+3
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-68/+68
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff1-2/+0
2009-09-15Staging: hv: make Device->RequestLock a real spinlockGreg Kroah-Hartman1-14/+12
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman1-1/+0
2009-09-15Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman1-5/+5
2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: remove BOOL and BOOLEAN typedefsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-20/+20
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: make the Hyper-V virtual network driver buildGreg Kroah-Hartman1-2/+3
2009-09-15Staging: hv: add the Hyper-V virtual network driverHank Janssen1-0/+1162