summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-06-07Staging: hv: stor: Get rid of the unused initialization of the name fieldK. Y. Srinivasan
2011-06-07Staging: hv: stor: Rename the vriable gStorVscDeviceType in storvsc_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: stor: Get rid of unnecessary DPRINTs in stor vsc_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Cleanup some dated/unnecessary commentsK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Fix a bug in the storvsc_remove() functionK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Cleanup the module init function in storvsc_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Cleanup the exit function in storvsc_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: In vmbus_child_driver_unregister() don't set the bus fiel...K. Y. Srinivasan
2011-06-07staging: hv: use delayed_work for netvsc_send_garp()Haiyang Zhang
2011-06-07staging: hv: convert DPRINT_DBG() to netdev_dbg() in dump_rndis_message()Haiyang Zhang
2011-06-07staging: hv: remove netvsc send buffer and related functionsHaiyang Zhang
2011-06-07staging: hv: removed commented out code from rndis_filter_receive()Haiyang Zhang
2011-06-07staging: hv: fix typo in name rndis_filte_device_add()Haiyang Zhang
2011-06-07staging: hv: remove commented out code in netvsc_remove()Haiyang Zhang
2011-06-07staging: hv: change rndis_filter_device_remove() to void return typeHaiyang Zhang
2011-06-07staging: hv: remove commented out code from netvsc_drv.cHaiyang Zhang
2011-06-07staging: hv: remove unnecessary code in netvsc_probe().Haiyang Zhang
2011-05-17Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel coun...K. Y. Srinivasan
2011-05-17Staging: hv: Re-implement the synchronization for util channelsK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util...K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv_exit() the module exit functionK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv_init the module init functionK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Move the dmi_check code to netvsc_drv_init()K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Change the signature of netvsc_drv_init()K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Move the dmi table declaration to earlier in the fileK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of the used type struct netvsc_driverK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of the unused function drv_to_netvscdrv()K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of some unnecessary/dead code from rndis_fil...K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv an instance of struct hv_driverK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of the unnecessary state from struct netvsc_...K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of the unnecessary assignment of ring_buf_sizeK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get the ring size information from struct netvsc_dev...K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Add ring_size element to struct netvsc_device_infoK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driverK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of an unnecessary assignment in rndis_filter.cK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Directly get the size of rndis_filter_packetK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Move the definition of struct rndis_filter_packet to...K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Directly invoke the function rndis_filter_receive()K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Directly invoke the function netvsc_recv_callback()K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Invoke netvsc_linkstatus_callback directlyK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Invoke netvsc_send() directlyK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Invoke rndis_filter_send() directlyK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make the function rndis_filter_send() non-staticK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make the function rndis_filter_receive() non-staticK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_recv_callback() non-staticK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_linkstatus_callback() non-s...K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_send non-staticK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driverK. Y. Srinivasan