summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/netvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* hv: netvsc: convert to SKB paged frag API.Ian Campbell2011-10-051-1/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* staging: hv: fix some white spaces in netvsc driverHaiyang Zhang2011-07-051-1/+1
* Staging: hv: netvsc: Fix a bug in accounting transmit slotsK. Y. Srinivasan2011-07-051-7/+9
* staging: hv: use delayed_work for netvsc_send_garp()Haiyang Zhang2011-06-071-6/+9
* staging: hv: fix typo in name rndis_filte_device_add()Haiyang Zhang2011-06-071-1/+1
* staging: hv: remove commented out code in netvsc_remove()Haiyang Zhang2011-06-071-1/+0
* staging: hv: change rndis_filter_device_remove() to void return typeHaiyang Zhang2011-06-071-7/+2
* staging: hv: remove commented out code from netvsc_drv.cHaiyang Zhang2011-06-071-3/+0
* staging: hv: remove unnecessary code in netvsc_probe().Haiyang Zhang2011-06-071-11/+1
* 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: Make netvsc_drv an instance of struct hv_driverK. Y. Srinivasan2011-05-171-8/+7
* 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-171-0/+1
* Staging: hv: netvsc_drv: Directly get the size of rndis_filter_packetK. Y. Srinivasan2011-05-171-3/+1
* Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan2011-05-171-2/+0
* 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/+1
* Staging: hv: netvsc: Include the contents of netvsc_api.h into hyperv_net.hK. Y. Srinivasan2011-05-171-1/+0
* 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/+0
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* 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/+0
* Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()K. Y. Srinivasan2011-05-111-9/+2
* Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()K. Y. Srinivasan2011-05-111-4/+1
* Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan2011-05-031-7/+6
* Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan2011-05-031-10/+9
* Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan2011-04-261-10/+6
* Staging: convert hv network driver to hw_featuresMichał Mirosław2011-04-201-2/+1
* 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-061-0/+24
* | staging: hv: replace DPRINT with native primitives in hv_netvscHank Janssen2011-04-041-19/+17
* | staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen2011-04-041-10/+0
|/
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-14/+10
* Staging: hv: Eliminate netvsc_driver_contextK. Y. Srinivasan2011-03-071-17/+8
* Staging: hv: Eliminate driver_context structureK. Y. Srinivasan2011-03-071-22/+18
* Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan2011-03-071-1/+1
OpenPOWER on IntegriCloud