aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel countingK. Y. Srinivasan3-20/+0
2011-05-17Staging: hv: Re-implement the synchronization for util channelsK. Y. Srinivasan2-26/+37
2011-05-17Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util servicesK. Y. Srinivasan2-0/+7
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv_exit() the module exit functionK. Y. Srinivasan1-7/+2
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv_init the module init functionK. Y. Srinivasan1-7/+2
2011-05-17Staging: hv: netvsc_drv: Move the dmi_check code to netvsc_drv_init()K. Y. Srinivasan1-5/+6
2011-05-17Staging: hv: netvsc_drv: Change the signature of netvsc_drv_init()K. Y. Srinivasan1-3/+3
2011-05-17Staging: hv: netvsc_drv: Move the dmi table declaration to earlier in the fileK. Y. Srinivasan1-14/+15
2011-05-17Staging: hv: netvsc_drv: Get rid of the used type struct netvsc_driverK. Y. Srinivasan1-7/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of the unused function drv_to_netvscdrv()K. Y. Srinivasan1-7/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()K. Y. Srinivasan3-11/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of some unnecessary/dead code from rndis_filter.cK. Y. Srinivasan1-16/+0
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv an instance of struct hv_driverK. Y. Srinivasan1-8/+7
2011-05-17Staging: hv: netvsc_drv: Get rid of the unnecessary state from struct netvsc_driverK. Y. Srinivasan1-2/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of the unnecessary assignment of ring_buf_sizeK. Y. Srinivasan1-2/+0
2011-05-17Staging: hv: netvsc_drv: Get the ring size information from struct netvsc_device_infoK. Y. Srinivasan2-4/+5
2011-05-17Staging: hv: netvsc_drv: Add ring_size element to struct netvsc_device_infoK. Y. Srinivasan1-0/+1
2011-05-17Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driverK. Y. Srinivasan1-2/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of an unnecessary assignment in rndis_filter.cK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: netvsc_drv: Directly get the size of rndis_filter_packetK. Y. Srinivasan1-3/+1
2011-05-17Staging: hv: netvsc_drv: Move the definition of struct rndis_filter_packet to hyperv_net.hK. Y. Srinivasan2-8/+7
2011-05-17Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan4-26/+0
2011-05-17Staging: hv: netvsc_drv: Directly invoke the function rndis_filter_receive()K. Y. Srinivasan1-3/+1
2011-05-17Staging: hv: netvsc_drv: Directly invoke the function netvsc_recv_callback()K. Y. Srinivasan1-2/+1
2011-05-17Staging: hv: netvsc_drv: Invoke netvsc_linkstatus_callback directlyK. Y. Srinivasan1-2/+2
2011-05-17Staging: hv: netvsc_drv: Invoke netvsc_send() directlyK. Y. Srinivasan1-2/+2
2011-05-17Staging: hv: netvsc_drv: Invoke rndis_filter_send() directlyK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: netvsc_drv: Make the function rndis_filter_send() non-staticK. Y. Srinivasan2-4/+4
2011-05-17Staging: hv: netvsc_drv: Make the function rndis_filter_receive() non-staticK. Y. Srinivasan2-2/+3
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_recv_callback() non-staticK. Y. Srinivasan2-1/+3
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_linkstatus_callback() non-staticK. Y. Srinivasan2-1/+3
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_send non-staticK. Y. Srinivasan2-1/+3
2011-05-17Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driverK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: netvsc_drv: Clean up the netvsc_drv_exit() functionK. Y. Srinivasan1-33/+1
2011-05-17Staging: hv: mousevsc_drv: Cleanup mousevsc_drv_exit() functionK. Y. Srinivasan1-32/+1
2011-05-17Staging: hv: storvsc_drv: Cleanup storvsc_drv_exit() functionK. Y. Srinivasan1-29/+1
2011-05-17Staging: hv: blkvsc_drv: Cleanup the blkvsc_drv_exit() functionK. Y. Srinivasan1-32/+1
2011-05-17Staging: hv: mouse_drv: Fix a sparse warningK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: netvsc: Cleanup hyperv_net.hK. Y. Srinivasan1-3/+1
2011-05-17Staging: hv: netvsc: Move the contents of rndis_filter.h to hyperv_net.hK. Y. Srinivasan4-55/+26
2011-05-17Staging: hv: netvsc: Move the contents of rndis.h to hyperv_net.hK. Y. Srinivasan3-654/+627
2011-05-17Staging: hv: netvsc: Move the contents of netvsc.h to hyperv_net.hK. Y. Srinivasan4-331/+302
2011-05-17Staging: hv: netvsc: Include the contents of netvsc_api.h into hyperv_net.hK. Y. Srinivasan5-132/+101
2011-05-17Staging: hv: netvsc: Create a common header file for network driverK. Y. Srinivasan4-0/+31
2011-05-17Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.hK. Y. Srinivasan5-164/+134
2011-05-17Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.hK. Y. Srinivasan5-200/+172
2011-05-17Staging: hv: stor: Create a common header file for storage driversK. Y. Srinivasan4-0/+32
2011-05-17Staging: hv: vmbus_drv: Cleanup hyperv_vmbus.hK. Y. Srinivasan1-5/+6
2011-05-17Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan9-133/+98
2011-05-17Staging: hv: vmbus_drv: Move the contents of ring_buffer.h to hyperv_vmbus.hK. Y. Srinivasan4-61/+28