summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/netvsc.c
AgeCommit message (Expand)Author
2011-09-16Staging: hv: netvsc: Rename netDevice as net_deviceK. Y. Srinivasan
2011-09-16Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan
2011-09-06staging: hv: fix some typos in netvsc.cHaiyang Zhang
2011-09-06staging: hv: fix counting of #outstanding-sends in failed sendsHaiyang Zhang
2011-09-06staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvscHaiyang Zhang
2011-09-06staging: hv: add newline to log messages in netvscHaiyang Zhang
2011-09-06staging: hv: remove unnecessary includes in netvscHaiyang Zhang
2011-08-29Staging: hv: netvsc: return negative error codesDan Carpenter
2011-08-29Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Get rid of the refcnt field in struct netvsc_deviceK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Get rid of release_inbound_net_device() by inlining the ...K. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the...K. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyedK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Introduce state to manage the lifecycle of net deviceK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Cleanup alloc_net_device()K. Y. Srinivasan
2011-08-29Staging: hv: netvsc: Inline the code for free_net_device()K. Y. Srinivasan
2011-08-25Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()K. Y. Srinivasan
2011-08-25Staging: hv: netvsc: Cleanup error return values in netvsc_send()K. Y. Srinivasan
2011-08-25Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()K. Y. Srinivasan
2011-08-25Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()K. Y. Srinivasan
2011-08-25Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()K. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Cleanup error values in ringbuffer.cK. Y. Srinivasan
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman
2011-08-25Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driverK. Y. Srinivasan
2011-08-25Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan
2011-07-05staging: hv: fix some white spaces in netvsc driverHaiyang Zhang
2011-07-05Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan
2011-06-07staging: hv: remove netvsc send buffer and related functionsHaiyang Zhang
2011-05-17Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()K. 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: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Directly invoke the function rndis_filter_receive()K. Y. Srinivasan
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_send non-staticK. Y. Srinivasan
2011-05-17Staging: hv: netvsc: Move the contents of rndis_filter.h to hyperv_net.hK. Y. Srinivasan
2011-05-17Staging: hv: netvsc: Move the contents of netvsc.h to 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 logging.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of channel.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: Use completion abstraction in struct netvsc_deviceK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of unnecessary code in netvsc.cK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of netvsc_cleanup()K. Y. Srinivasan
2011-05-11Staging: hv: Make netvsc_device_remove non staticK. Y. Srinivasan
2011-05-11Staging: hv: Make the function netvsc_device_add() non staticK. Y. Srinivasan
2011-04-26Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan
2011-04-25staging: hv: convert function name NetVscDisconnectFromVsp to lower caseHaiyang Zhang
2011-04-25staging: hv: clean up unused forward declarationsHaiyang Zhang
2011-04-25staging: hv: move netvsc_device_add() to clean up forward declarationHaiyang Zhang