summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: rename Vmbus.c to vmbus.cGreg Kroah-Hartman2010-05-112-1/+1
* Staging: hv: rename BlkVsc.c to blkvsc.cGreg Kroah-Hartman2010-05-112-1/+1
* Staging: hv: rename RingBuffer.c and .h to ring_buffer.c and .hGreg Kroah-Hartman2010-05-115-4/+4
* Staging: hv: rename Connection.c to connection.cGreg Kroah-Hartman2010-05-112-1/+1
* Staging: hv: rename Channel.c and .h to channel.c and .hGreg Kroah-Hartman2010-05-115-3/+3
* Staging: hv: rename Hv.h to hv.hGreg Kroah-Hartman2010-05-112-1/+1
* Staging: hv: rename Hv.c to hv.cGreg Kroah-Hartman2010-05-112-1/+1
* Staging: hv: rename hyperv_utils.c to hv_utils.cGreg Kroah-Hartman2010-05-112-1/+0Star
* Staging: hv: util.h: fix up space mess againGreg Kroah-Hartman2010-05-111-11/+11
* Staging: hv: remove typedef that was just added.Greg Kroah-Hartman2010-05-112-6/+4Star
* Staging: hv: Add Time Sync feature to hv_utils module.Haiyang Zhang2010-05-113-3/+130
* Staging: hv: Channel.c: fix up compiler warningGreg Kroah-Hartman2010-05-111-1/+1
* staging: hv: remove ASSERT in logging.hBill Pemberton2010-05-111-7/+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-113-27/+26Star
* staging: hv: remove ASSERT()s in vmbus_drv.cBill Pemberton2010-05-111-3/+3
* staging: hv: remove ASSERT()s and return -EINVAL in RingBuffer.cBill Pemberton2010-05-111-1/+2
* staging: hv: check return value of RingBufferInit()Bill Pemberton2010-05-112-3/+13
* staging: hv: remove ASSERT()s in RingBuffer.cBill Pemberton2010-05-111-3/+3
* staging: hv: remove ASSERT()s in RndisFilter.cBill Pemberton2010-05-111-4/+11
* staging: hv: remove ASSERT()s in RndisFilter.cBill Pemberton2010-05-111-9/+9
* staging: hv: remove ASSERT()s in StorVsc.cBill Pemberton2010-05-111-13/+13
* staging: hv: remove ASSERT()s in blkvsc_drv.cBill Pemberton2010-05-111-5/+5
* staging: hv: make the block driver depend on LBDAFBill Pemberton2010-05-112-2/+2
* staging: hv: return error instead calling ASSERT in blkvsc_drv.cBill Pemberton2010-05-111-1/+5
* staging: hv: remove ASSERT()s in storvsc_drv.cBill Pemberton2010-05-111-15/+13Star
* staging: hv: remove ASSERT()s in Channel.cBill Pemberton2010-05-111-9/+9
* Staging: hv: return -EINVAL instead of calling ASSERT()Bill Pemberton2010-05-111-3/+4
* Staging: hv: remove ASSERT() in Channel.cBill Pemberton2010-05-111-1/+5
* Staging: hv: test return value of VmbusChannelEstablishGpadl()Bill Pemberton2010-05-111-3/+8
* Staging: hv: remove ASSERT() in Channel.cBill Pemberton2010-05-111-1/+3
* Staging: hv: remove ASSERT() in Channel.cBill Pemberton2010-05-111-1/+9
* Staging: hv: remove ASSERT()s in Channel.cBill Pemberton2010-05-111-9/+36
* Staging: hv: test return value of osd_WaitEventCreate()Bill Pemberton2010-05-113-1/+18
* Staging: hv: return correct error values in Connection.cBill Pemberton2010-05-111-1/+3
* Staging: hv: check return value of osd_PageAlloc()Bill Pemberton2010-05-111-1/+3
* Staging: hv: remove ASSERT()s in ChannelMgt.cBill Pemberton2010-05-111-1/+7
* Staging: hv: Remove check for NULL before calling kfree()Bill Pemberton2010-05-111-5/+3Star
* Staging: hv: add basic ethtool supportStephen Hemminger2010-05-111-0/+16
* Staging: hv: add transmit flow controlStephen Hemminger2010-05-111-45/+27Star
* Staging: hv: transmit scatter gather supportStephen Hemminger2010-05-112-32/+22Star
* Staging: hv: use existing Ethernet header sizeStephen Hemminger2010-05-112-17/+7Star
* Staging: hv: ring parameterStephen Hemminger2010-05-112-4/+6
* Staging: hv: cleanup network driverStephen Hemminger2010-05-111-5/+2Star
* Staging: hv: fix up sparse warning in hyperv_utils.cGreg Kroah-Hartman2010-05-111-2/+1Star
* Staging: hv: move ASSERT(scmnd) to a more useful locationBill Pemberton2010-05-111-1/+1
* Staging: hv: delete ext_utils.cGreg Kroah-Hartman2010-05-114-30/+3Star
* Staging: hv: fix up formatting issues in utils.hGreg Kroah-Hartman2010-05-111-34/+34
* Staging: hv: Added new hv_utils driver with shutdown as first functionalityHank Janssen2010-05-118-8/+438