aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: hv: remove typedef that was just added.Greg Kroah-Hartman2-6/+4
2010-05-11Staging: hv: Add Time Sync feature to hv_utils module.Haiyang Zhang3-3/+130
2010-05-11Staging: hv: Channel.c: fix up compiler warningGreg Kroah-Hartman1-1/+1
2010-05-11staging: hv: remove ASSERT in logging.hBill Pemberton1-7/+0
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 Pemberton3-27/+26
2010-05-11staging: hv: remove ASSERT()s in vmbus_drv.cBill Pemberton1-3/+3
2010-05-11staging: hv: remove ASSERT()s and return -EINVAL in RingBuffer.cBill Pemberton1-1/+2
2010-05-11staging: hv: check return value of RingBufferInit()Bill Pemberton2-3/+13
2010-05-11staging: hv: remove ASSERT()s in RingBuffer.cBill Pemberton1-3/+3
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: remove ASSERT()s in StorVsc.cBill Pemberton1-13/+13
2010-05-11staging: hv: remove ASSERT()s in blkvsc_drv.cBill Pemberton1-5/+5
2010-05-11staging: hv: make the block driver depend on LBDAFBill Pemberton2-2/+2
2010-05-11staging: hv: return error instead calling ASSERT in blkvsc_drv.cBill Pemberton1-1/+5
2010-05-11staging: hv: remove ASSERT()s in storvsc_drv.cBill Pemberton1-15/+13
2010-05-11staging: hv: remove ASSERT()s in Channel.cBill Pemberton1-9/+9
2010-05-11Staging: hv: return -EINVAL instead of calling ASSERT()Bill Pemberton1-3/+4
2010-05-11Staging: hv: remove ASSERT() in Channel.cBill Pemberton1-1/+5
2010-05-11Staging: hv: test return value of VmbusChannelEstablishGpadl()Bill Pemberton1-3/+8
2010-05-11Staging: hv: remove ASSERT() in Channel.cBill Pemberton1-1/+3
2010-05-11Staging: hv: remove ASSERT() in Channel.cBill Pemberton1-1/+9
2010-05-11Staging: hv: remove ASSERT()s in Channel.cBill Pemberton1-9/+36
2010-05-11Staging: hv: test return value of osd_WaitEventCreate()Bill Pemberton3-1/+18
2010-05-11Staging: hv: return correct error values in Connection.cBill Pemberton1-1/+3
2010-05-11Staging: hv: check return value of osd_PageAlloc()Bill Pemberton1-1/+3
2010-05-11Staging: hv: remove ASSERT()s in ChannelMgt.cBill Pemberton1-1/+7
2010-05-11Staging: hv: Remove check for NULL before calling kfree()Bill Pemberton1-5/+3
2010-05-11Staging: hv: add basic ethtool supportStephen Hemminger1-0/+16
2010-05-11Staging: hv: add transmit flow controlStephen Hemminger1-45/+27
2010-05-11Staging: hv: transmit scatter gather supportStephen Hemminger2-32/+22
2010-05-11Staging: hv: use existing Ethernet header sizeStephen Hemminger2-17/+7
2010-05-11Staging: hv: ring parameterStephen Hemminger2-4/+6
2010-05-11Staging: hv: cleanup network driverStephen Hemminger1-5/+2
2010-05-11Staging: hv: fix up sparse warning in hyperv_utils.cGreg Kroah-Hartman1-2/+1
2010-05-11Staging: hv: move ASSERT(scmnd) to a more useful locationBill Pemberton1-1/+1
2010-05-11Staging: hv: delete ext_utils.cGreg Kroah-Hartman4-30/+3
2010-05-11Staging: hv: fix up formatting issues in utils.hGreg Kroah-Hartman1-34/+34
2010-05-11Staging: hv: Added new hv_utils driver with shutdown as first functionalityHank Janssen8-8/+438
2010-05-11Staging: hv: declare NetVscOnChannelCallback() staticBill Pemberton1-1/+1
2010-05-11Staging: hv: don't use dynamic sized arrayBill Pemberton2-9/+17
2010-05-11Staging: hv: fix spaces coding style issue in vstorage.hRuslan Pisarev1-1/+1
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley9-24/+24
2010-05-11Staging: hv: handle skb allocation failureStephen Hemminger1-20/+12
2010-05-11Staging: hv: use network device statsStephen Hemminger2-23/+9
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen14-114/+234
2010-05-11staging: hv: Remove Ringbuffer from TODO lineHank Janssen1-1/+0
2010-04-30Staging: hv: name network device ethX rather than sethXStephen Hemminger1-2/+1