summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/netvsc_drv.c
AgeCommit message (Expand)Author
2011-11-11staging: hv: fix a kernel warning in netvsc_linkstatus_callback()Haiyang Zhang
2011-07-05staging: hv: fix some white spaces in netvsc driverHaiyang Zhang
2011-07-05Staging: hv: netvsc: Fix a bug in accounting transmit slotsK. Y. Srinivasan
2011-06-07staging: hv: use delayed_work for netvsc_send_garp()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: 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: Make netvsc_drv an instance of struct hv_driverK. 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: Directly get the size of rndis_filter_packetK. 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: Invoke rndis_filter_send() directlyK. 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: Clean up the netvsc_drv_exit() functionK. Y. Srinivasan
2011-05-17Staging: hv: netvsc: Include the contents of netvsc_api.h into hyperv_net.hK. Y. Srinivasan
2011-05-17Staging: hv: netvsc: Create a common header file for network driverK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan
2011-05-11Staging: hv: netvsc_drv: Statically initialize probe/removeK. Y. Srinivasan
2011-05-11Staging: hv: Move the declaration of the variable netvsc_drvK. Y. Srinivasan
2011-05-11Staging: hv: netvsc_drv: Rename the variable g_netvsc_drvK. Y. Srinivasan
2011-05-11Staging: hv: netvsc_drv: Get rid of call to cleanup()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()K. Y. Srinivasan
2011-05-03Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan
2011-04-26Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan
2011-04-20Staging: convert hv network driver to hw_featuresMichał Mirosław
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman
2011-04-06staging: hv: Fix GARP not sent after Quick MigrationHaiyang Zhang
2011-04-04staging: hv: replace DPRINT with native primitives in hv_netvscHank Janssen
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen
2011-03-07Staging: hv: Remove the vm_device structureK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate netvsc_driver_contextK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate driver_context structureK. Y. Srinivasan
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan
2011-03-07Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan