summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/netvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: netvsc_drv: Make netvsc_drv_exit() the module exit functionK. Y. Srinivasan2011-05-171-7/+2Star
* Staging: hv: netvsc_drv: Make netvsc_drv_init the module init functionK. Y. Srinivasan2011-05-171-7/+2Star
* 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: Make netvsc_drv an instance of struct hv_driverK. Y. Srinivasan2011-05-171-8/+7Star
* Staging: hv: netvsc_drv: Get rid of the unnecessary assignment of ring_buf_sizeK. Y. Srinivasan2011-05-171-2/+0Star
* Staging: hv: netvsc_drv: Get the ring size information from struct netvsc_dev...K. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: netvsc_drv: Directly get the size of rndis_filter_packetK. Y. Srinivasan2011-05-171-3/+1Star
* Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan2011-05-171-2/+0Star
* Staging: hv: netvsc_drv: Invoke rndis_filter_send() directlyK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: netvsc_drv: Make the function netvsc_recv_callback() non-staticK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: netvsc_drv: Make the function netvsc_linkstatus_callback() non-s...K. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: netvsc_drv: Clean up the netvsc_drv_exit() functionK. Y. Srinivasan2011-05-171-33/+1Star
* Staging: hv: netvsc: Include the contents of netvsc_api.h into hyperv_net.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: netvsc: Create a common header file for network driverK. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-171-0/+2
* Staging: hv: netvsc_drv: Statically initialize probe/removeK. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: Move the declaration of the variable netvsc_drvK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: netvsc_drv: Rename the variable g_netvsc_drvK. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: netvsc_drv: Get rid of call to cleanup()K. Y. Srinivasan2011-05-111-4/+0Star
* Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()K. Y. Srinivasan2011-05-111-9/+2Star
* Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()K. Y. Srinivasan2011-05-111-4/+1Star
* Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan2011-05-031-7/+6Star
* Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan2011-05-031-10/+9Star
* Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan2011-04-271-10/+6Star
* Staging: convert hv network driver to hw_featuresMichał Mirosław2011-04-201-2/+1Star
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-0/+24
|\
| * staging: hv: Fix GARP not sent after Quick MigrationHaiyang Zhang2011-04-071-0/+24
* | staging: hv: replace DPRINT with native primitives in hv_netvscHank Janssen2011-04-051-19/+17Star
* | staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen2011-04-051-10/+0Star
|/
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-14/+10Star
* Staging: hv: Eliminate netvsc_driver_contextK. Y. Srinivasan2011-03-071-17/+8Star
* Staging: hv: Eliminate driver_context structureK. Y. Srinivasan2011-03-071-22/+18Star
* Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+1
* Merge 2.6.38-rc5 into staging-nextGreg Kroah-Hartman2011-02-181-0/+1
|\
| * staging: hv: Enable sending GARP packet after live migrationHaiyang Zhang2011-02-031-0/+1
* | Staging: hv: moved assignments out of if conditionsTimo von Holtz2011-02-091-2/+4
* | Staging: Merge branch 'staging-next' into 2.6.38-rc3Greg Kroah-Hartman2011-02-021-1/+0Star
|\|
| * staging: hv: Removed unneeded call to netif_stop_queue() in hv_netvscHank Janssen2011-01-201-1/+0Star
* | staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang2011-01-311-19/+19
|/
* staging: hv: Convert camel cased struct fields in netvsc_api.h to lower casesHaiyang Zhang2010-12-131-37/+37