summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/netvsc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: hv: fix some white spaces in netvsc driverHaiyang Zhang2011-07-051-4/+4
* Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan2011-07-051-2/+2
* staging: hv: remove netvsc send buffer and related functionsHaiyang Zhang2011-06-071-161/+0
* Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()K. Y. Srinivasan2011-05-171-3/+0
* Staging: hv: netvsc_drv: Get the ring size information from struct netvsc_dev...K. Y. Srinivasan2011-05-171-4/+4
* Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan2011-05-171-3/+0
* Staging: hv: netvsc_drv: Directly invoke the function rndis_filter_receive()K. Y. Srinivasan2011-05-171-3/+1
* Staging: hv: netvsc_drv: Make the function netvsc_send non-staticK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: netvsc: Move the contents of rndis_filter.h to hyperv_net.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: netvsc: Move the contents of netvsc.h to 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 logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of channel.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: Use completion abstraction in struct netvsc_deviceK. Y. Srinivasan2011-05-111-19/+13
* Staging: hv: Get rid of unnecessary code in netvsc.cK. Y. Srinivasan2011-05-111-3/+0
* Staging: hv: Get rid of netvsc_cleanup()K. Y. Srinivasan2011-05-111-8/+0
* Staging: hv: Make netvsc_device_remove non staticK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Make the function netvsc_device_add() non staticK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan2011-04-261-4/+7
* staging: hv: convert function name NetVscDisconnectFromVsp to lower caseHaiyang Zhang2011-04-251-2/+2
* staging: hv: clean up unused forward declarationsHaiyang Zhang2011-04-251-12/+0
* staging: hv: move netvsc_device_add() to clean up forward declarationHaiyang Zhang2011-04-251-89/+87
* staging: hv: move netvsc_destroy_send_buf() to clean up forward declarationHaiyang Zhang2011-04-251-66/+64
* staging: hv: move netvsc_destroy_recv_buf() to clean up forward declarationHaiyang Zhang2011-04-251-69/+69
* staging: hv: move netvsc_send_recv_completion() to clean up forward declarationHaiyang Zhang2011-04-251-45/+42
* staging: hv: move netvsc_receive_completion() to clean up forward declarationHaiyang Zhang2011-04-251-52/+50
* staging: hv: move netvsc_initialize() to clean up forward declarationHaiyang Zhang2011-04-251-30/+21
* staging: hv: replace DPRINT with native primitives in hv_netvscHank Janssen2011-04-041-56/+59
* staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen2011-04-041-97/+3
* staging: hv: Fix the WARN_ON condition in free_net_device()Haiyang Zhang2011-02-231-1/+1
* staging: hv: Remove unnecessary ASSERTs in netvsc_initialize()Haiyang Zhang2011-02-231-5/+0
* staging: hv: Remove dead code from netvsc.cHaiyang Zhang2011-02-181-34/+0
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+1
* Staging: hv: Use native wait primitivesK. Y. Srinivasan2011-02-181-50/+52
* Staging: hv: Use native page allocation/free functionsK. Y. Srinivasan2011-02-181-6/+8
* Staging: Merge branch 'staging-next' into 2.6.38-rc3Greg Kroah-Hartman2011-02-021-1/+1
|\
| * staging: hv: fix netvsc sleeping while atomicTimo Teräs2011-01-201-1/+1
* | staging: hv: Convert camel cased struct fields in vmbus_packet_format.h to lo...Haiyang Zhang2011-01-311-34/+34
* | staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang2011-01-311-29/+29
|/
* staging: hv: Convert camel cased struct fields in netvsc.h to lower casesHaiyang Zhang2010-12-131-169/+171
* staging: hv: Convert camel cased struct fields in netvsc_api.h to lower casesHaiyang Zhang2010-12-131-52/+52
* staging: hv: Convert camel cased functions in rndis_filter.c to lower casesHaiyang Zhang2010-12-131-1/+1
* staging: hv: Convert camel cased functions in netvsc.c to lower casesHaiyang Zhang2010-12-131-85/+88
* staging: hv: Convert camel cased variables in netvsc.c to lower casesHaiyang Zhang2010-12-131-407/+445
* staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang2010-11-091-12/+12
* Staging: hv: netvsc: call vmbus_open directlyGreg Kroah-Hartman2010-10-211-6/+3
* Staging: hv: netvsc: call vmbus_close directlyGreg Kroah-Hartman2010-10-211-4/+4
* Staging: hv: netvsc: call vmbus_sendpacket directlyGreg Kroah-Hartman2010-10-211-44/+35
OpenPOWER on IntegriCloud