summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-09-06Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling
2011-09-06Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/Olaf Hering
2011-09-06Staging: hv: Update TODO fileK. Y. Srinivasan
2011-09-06staging: hv: fix some typos in netvsc.cHaiyang Zhang
2011-09-06staging: hv: fix the page buffer when rndis data go across page boundaryHaiyang Zhang
2011-09-06staging: hv: fix the return status of netvsc_start_xmit()Haiyang Zhang
2011-09-06staging: hv: fix counting of available buffer slots when send failsHaiyang Zhang
2011-09-06staging: hv: fix counting of #outstanding-sends in failed sendsHaiyang Zhang
2011-09-06staging: hv: re-order the code in netvsc_probe()Haiyang Zhang
2011-09-06staging: hv: fix a kernel warning in netvsc_linkstatus_callback()Haiyang Zhang
2011-09-06staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvscHaiyang Zhang
2011-09-06staging: hv: add newline to log messages in netvscHaiyang Zhang
2011-09-06staging: hv: remove unnecessary includes in netvscHaiyang Zhang
2011-09-06Staging: hv: vmbus: Cleanup the code in process_chn_event()K. Y. Srinivasan
2011-09-06Staging: hv: vmbus: Check for events before messagesK. Y. Srinivasan
2011-09-06Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()K. Y. Srinivasan
2011-09-06Staging: hv: util: Deal with driver register failuresK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: return negative error codesDan Carpenter
2011-08-29Staging: hv: mousevsc: Fix checkpatch errors and warningsK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Fix checkpatch warnings in connection.cK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.cK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of some dated/redundant commentsK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Do not enable auto eoiK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the codeK. Y. Srinivasan
2011-08-29Staging: hv: Fix a bug in vmbus_match()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Check before invoking the channel callbackK. Y. Srinivasan
2011-08-29Staging: hv: util: Adjust guest time in a process contextK. Y. Srinivasan
2011-08-29Staging: hv: util: Forcefully shutdown when shutdown is requestedK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: No need to copy from bounce buffer in case of a failureK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: In case of scsi errors offline the deviceK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Fix a typoK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSEK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hype...K. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.cK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of stor...K. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Include storvsc.c in storvsc_drv.cK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" caseK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Optimize bounce buffer handling for the "write" caseK. Y. Srinivasan
2011-08-29Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is not usedK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Handle IDE devices using the storvsc driverK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driverK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Get rid of the refcnt field in struct netvsc_deviceK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Get rid of release_inbound_net_device() by inlining the ...K. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the...K. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyedK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Introduce state to manage the lifecycle of net deviceK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Cleanup alloc_net_device()K. Y. Srinivasan