aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
Commit message (Expand)AuthorAgeFilesLines
* Tools: hv: verify origin of netlink connector messageOlaf Hering2013-10-131-3/+7
* NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2013-02-281-4/+6
* Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling2011-11-112-0/+3
* Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan2011-08-042-5/+5
* Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan2011-08-043-3/+3
* Staging: hv: storvsc: Increase the timeout value in the storvsc driverK. Y. Srinivasan2011-08-042-5/+5
* Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel coun...K. Y. Srinivasan2011-05-173-20/+0
* Staging: hv: Re-implement the synchronization for util channelsK. Y. Srinivasan2011-05-172-26/+37
* Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util...K. Y. Srinivasan2011-05-172-0/+7
* Staging: hv: netvsc_drv: Make netvsc_drv_exit() the module exit functionK. Y. Srinivasan2011-05-171-7/+2
* Staging: hv: netvsc_drv: Make netvsc_drv_init the module init functionK. Y. Srinivasan2011-05-171-7/+2
* Staging: hv: netvsc_drv: Move the dmi_check code to netvsc_drv_init()K. Y. Srinivasan2011-05-171-5/+6
* Staging: hv: netvsc_drv: Change the signature of netvsc_drv_init()K. Y. Srinivasan2011-05-171-3/+3
* Staging: hv: netvsc_drv: Move the dmi table declaration to earlier in the fileK. Y. Srinivasan2011-05-171-14/+15
* Staging: hv: netvsc_drv: Get rid of the used type struct netvsc_driverK. Y. Srinivasan2011-05-171-7/+0
* Staging: hv: netvsc_drv: Get rid of the unused function drv_to_netvscdrv()K. Y. Srinivasan2011-05-171-7/+0
* Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()K. Y. Srinivasan2011-05-173-11/+0
* Staging: hv: netvsc_drv: Get rid of some unnecessary/dead code from rndis_fil...K. Y. Srinivasan2011-05-171-16/+0
* Staging: hv: netvsc_drv: Make netvsc_drv an instance of struct hv_driverK. Y. Srinivasan2011-05-171-8/+7
* Staging: hv: netvsc_drv: Get rid of the unnecessary state from struct netvsc_...K. Y. Srinivasan2011-05-171-2/+0
* Staging: hv: netvsc_drv: Get rid of the unnecessary assignment of ring_buf_sizeK. Y. Srinivasan2011-05-171-2/+0
* Staging: hv: netvsc_drv: Get the ring size information from struct netvsc_dev...K. Y. Srinivasan2011-05-172-4/+5
* Staging: hv: netvsc_drv: Add ring_size element to struct netvsc_device_infoK. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driverK. Y. Srinivasan2011-05-171-2/+0
* Staging: hv: netvsc_drv: Get rid of an unnecessary assignment in rndis_filter.cK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: netvsc_drv: Directly get the size of rndis_filter_packetK. Y. Srinivasan2011-05-171-3/+1
* Staging: hv: netvsc_drv: Move the definition of struct rndis_filter_packet to...K. Y. Srinivasan2011-05-172-8/+7
* Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan2011-05-174-26/+0
* Staging: hv: netvsc_drv: Directly invoke the function rndis_filter_receive()K. Y. Srinivasan2011-05-171-3/+1
* Staging: hv: netvsc_drv: Directly invoke the function netvsc_recv_callback()K. Y. Srinivasan2011-05-171-2/+1
* Staging: hv: netvsc_drv: Invoke netvsc_linkstatus_callback directlyK. Y. Srinivasan2011-05-171-2/+2
* Staging: hv: netvsc_drv: Invoke netvsc_send() directlyK. Y. Srinivasan2011-05-171-2/+2
* Staging: hv: netvsc_drv: Invoke rndis_filter_send() directlyK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: netvsc_drv: Make the function rndis_filter_send() non-staticK. Y. Srinivasan2011-05-172-4/+4
* Staging: hv: netvsc_drv: Make the function rndis_filter_receive() non-staticK. Y. Srinivasan2011-05-172-2/+3
* Staging: hv: netvsc_drv: Make the function netvsc_recv_callback() non-staticK. Y. Srinivasan2011-05-172-1/+3
* Staging: hv: netvsc_drv: Make the function netvsc_linkstatus_callback() non-s...K. Y. Srinivasan2011-05-172-1/+3
* Staging: hv: netvsc_drv: Make the function netvsc_send non-staticK. Y. Srinivasan2011-05-172-1/+3
* Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driverK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: netvsc_drv: Clean up the netvsc_drv_exit() functionK. Y. Srinivasan2011-05-171-33/+1
* Staging: hv: mousevsc_drv: Cleanup mousevsc_drv_exit() functionK. Y. Srinivasan2011-05-171-32/+1
* Staging: hv: storvsc_drv: Cleanup storvsc_drv_exit() functionK. Y. Srinivasan2011-05-171-29/+1
* Staging: hv: blkvsc_drv: Cleanup the blkvsc_drv_exit() functionK. Y. Srinivasan2011-05-171-32/+1
* Staging: hv: mouse_drv: Fix a sparse warningK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: netvsc: Cleanup hyperv_net.hK. Y. Srinivasan2011-05-171-3/+1
* Staging: hv: netvsc: Move the contents of rndis_filter.h to hyperv_net.hK. Y. Srinivasan2011-05-174-55/+26
* Staging: hv: netvsc: Move the contents of rndis.h to hyperv_net.hK. Y. Srinivasan2011-05-173-654/+627
* Staging: hv: netvsc: Move the contents of netvsc.h to hyperv_net.hK. Y. Srinivasan2011-05-174-331/+302
* Staging: hv: netvsc: Include the contents of netvsc_api.h into hyperv_net.hK. Y. Srinivasan2011-05-175-132/+101
* Staging: hv: netvsc: Create a common header file for network driverK. Y. Srinivasan2011-05-174-0/+31