summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/NetVsc.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: rename NetVsc.c and .h to netvsc.c and .hGreg Kroah-Hartman2010-05-111-1393/+0Star
* staging: hv: remove ASSERT() and return -EINVAL in NetVsc.cBill Pemberton2010-05-111-1/+5
* staging: hv: replace ASSERT() with WARN_ON() in NetVsc.cBill Pemberton2010-05-111-1/+1
* staging: hv: remove ASSERT()sBill Pemberton2010-05-111-25/+24Star
* Staging: hv: test return value of osd_WaitEventCreate()Bill Pemberton2010-05-111-0/+4
* Staging: hv: declare NetVscOnChannelCallback() staticBill Pemberton2010-05-111-1/+1
* Staging: hv: don't use dynamic sized arrayBill Pemberton2010-05-111-9/+16
* Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley2010-05-111-2/+2
* staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen2010-05-111-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: hv: Fix some missing author namesHaiyang Zhang2009-12-011-0/+1
* Staging: hv: fix oops in vmbus - netvsc list_headMilan Dadok2009-10-301-6/+4Star
* Staging: hv: remove use of internal list routines in NetVscBill Pemberton2009-09-151-49/+28Star
* Staging: hv: rename struct NETVSC_DEVICEGreg Kroah-Hartman2009-09-151-28/+28
* Staging: hv: coding style cleanup for NetVsc.cGreg Kroah-Hartman2009-09-151-655/+539Star
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: fix typedefs in nvspprotocol.hGreg Kroah-Hartman2009-09-151-31/+31
* Staging: hv: remove typedefs from VmbusPacketFormat.hGreg Kroah-Hartman2009-09-151-10/+10
* Staging: hv: fix up typedefs in NetVscApi.hGreg Kroah-Hartman2009-09-151-6/+6
* Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman2009-09-151-3/+6
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman2009-09-151-12/+12
* Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman2009-09-151-3/+4
* Staging: hv: remove wrapper functions for atomic operationsBill Pemberton2009-09-151-21/+13Star
* Staging: hv: remove WaitEventClose()Bill Pemberton2009-09-151-2/+2
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKETNicolas Palix2009-09-151-16/+16
* Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix2009-09-151-3/+3
* Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove more printk() warningsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix2009-09-151-26/+26
* Staging: hv: remove NETVSC_DEVICE typedefBill Pemberton2009-09-151-33/+33
* Staging: hv: NetVsc.c: fix print formattingBill Pemberton2009-09-151-1/+1
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-122/+141
* Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff2009-09-151-2/+0Star
* Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman2009-09-151-4/+5
* Staging: hv: make netDevice->ReceivePacketListLock a real spinlockGreg Kroah-Hartman2009-09-151-10/+9Star
* Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman2009-09-151-6/+6
* Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: remove BOOL and BOOLEAN typedefsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman2009-09-151-17/+17
* Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman2009-09-151-6/+6
* Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: remove PVOID typedefGreg Kroah-Hartman2009-09-151-4/+4