summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/netvsc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: hv: move hv_netvsc out of staging areaHaiyang Zhang2011-11-291-939/+0
* staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-261-8/+3
* Staging: hv: netvsc: Rename netDevice as net_deviceK. Y. Srinivasan2011-09-161-1/+4
* Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan2011-09-161-43/+43
* staging: hv: fix some typos in netvsc.cHaiyang Zhang2011-09-061-2/+2
* staging: hv: fix counting of #outstanding-sends in failed sendsHaiyang Zhang2011-09-061-1/+2
* staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvscHaiyang Zhang2011-09-061-29/+39
* staging: hv: add newline to log messages in netvscHaiyang Zhang2011-09-061-29/+29
* staging: hv: remove unnecessary includes in netvscHaiyang Zhang2011-09-061-1/+0
* Staging: hv: netvsc: return negative error codesDan Carpenter2011-08-291-1/+1
* Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan2011-08-291-3/+0
* Staging: hv: netvsc: Get rid of the refcnt field in struct netvsc_deviceK. Y. Srinivasan2011-08-291-42/+20
* Staging: hv: netvsc: Get rid of release_inbound_net_device() by inlining the ...K. Y. Srinivasan2011-08-291-22/+2
* Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the...K. Y. Srinivasan2011-08-291-24/+14
* Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyedK. Y. Srinivasan2011-08-291-1/+2
* Staging: hv: netvsc: Introduce state to manage the lifecycle of net deviceK. Y. Srinivasan2011-08-291-0/+6
* Staging: hv: netvsc: Cleanup alloc_net_device()K. Y. Srinivasan2011-08-291-1/+1
* Staging: hv: netvsc: Inline the code for free_net_device()K. Y. Srinivasan2011-08-291-10/+2
* Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()K. Y. Srinivasan2011-08-251-3/+1
* Staging: hv: netvsc: Cleanup error return values in netvsc_send()K. Y. Srinivasan2011-08-251-2/+2
* Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()K. Y. Srinivasan2011-08-251-6/+4
* Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()K. Y. Srinivasan2011-08-251-5/+5
* Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()K. Y. Srinivasan2011-08-251-2/+2
* Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: vmbus: Cleanup error values in ringbuffer.cK. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: fix up driver registering messGreg Kroah-Hartman2011-08-251-14/+0
* Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driverK. Y. Srinivasan2011-08-251-10/+0
* Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan2011-08-251-3/+3
* 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
OpenPOWER on IntegriCloud