aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/NetVsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11staging: hv: remove ASSERT() and return -EINVAL in NetVsc.cBill Pemberton1-1/+5
2010-05-11staging: hv: replace ASSERT() with WARN_ON() in NetVsc.cBill Pemberton1-1/+1
2010-05-11staging: hv: remove ASSERT()sBill Pemberton1-25/+24
2010-05-11Staging: hv: test return value of osd_WaitEventCreate()Bill Pemberton1-0/+4
2010-05-11Staging: hv: declare NetVscOnChannelCallback() staticBill Pemberton1-1/+1
2010-05-11Staging: hv: don't use dynamic sized arrayBill Pemberton1-9/+16
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley1-2/+2
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-4/+4
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
2009-11-30Staging: hv: Fix some missing author namesHaiyang Zhang1-0/+1
2009-10-30Staging: hv: fix oops in vmbus - netvsc list_headMilan Dadok1-6/+4
2009-09-15Staging: hv: remove use of internal list routines in NetVscBill Pemberton1-49/+28
2009-09-15Staging: hv: rename struct NETVSC_DEVICEGreg Kroah-Hartman1-28/+28
2009-09-15Staging: hv: coding style cleanup for NetVsc.cGreg Kroah-Hartman1-655/+539
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: fix typedefs in nvspprotocol.hGreg Kroah-Hartman1-31/+31
2009-09-15Staging: hv: remove typedefs from VmbusPacketFormat.hGreg Kroah-Hartman1-10/+10
2009-09-15Staging: hv: fix up typedefs in NetVscApi.hGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-3/+6
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman1-12/+12
2009-09-15Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman1-3/+4
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton1-21/+13
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton1-2/+2
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKETNicolas Palix1-16/+16
2009-09-15Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix1-3/+3
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-26/+26
2009-09-15Staging: hv: remove NETVSC_DEVICE typedefBill Pemberton1-33/+33
2009-09-15Staging: hv: NetVsc.c: fix print formattingBill Pemberton1-1/+1
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-122/+141
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff1-2/+0
2009-09-15Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman1-4/+5
2009-09-15Staging: hv: make netDevice->ReceivePacketListLock a real spinlockGreg Kroah-Hartman1-10/+9
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman1-2/+2
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-17/+17
2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: make the Hyper-V virtual network driver buildGreg Kroah-Hartman1-1/+2