summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/rndis_filter.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29staging: hv: move hv_netvsc out of staging areaHaiyang Zhang1-855/+0
2011-10-10Staging: hv: netvsc: Fix a dereferencing issueK. Y. Srinivasan1-2/+2
2011-09-16Staging: hv: netvsc: Cleanup the name and type of link_stat variableK. Y. Srinivasan1-6/+11
2011-09-16Staging: hv: netvsc: Rename deviceInfo as device_infoK. Y. Srinivasan1-4/+4
2011-09-16Staging: hv: netvsc: Rename rndisDevice to rndis_deviceK. Y. Srinivasan1-12/+12
2011-09-16Staging: hv: netvsc: Rename netDevice as net_deviceK. Y. Srinivasan1-7/+7
2011-09-16Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan1-9/+19
2011-09-06staging: hv: fix the page buffer when rndis data go across page boundaryHaiyang Zhang1-0/+10
2011-09-06staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvscHaiyang Zhang1-7/+10
2011-09-06staging: hv: remove unnecessary includes in netvscHaiyang Zhang1-1/+0
2011-08-25Staging: hv: netvsc: Change the jump label Exit to exitK. Y. Srinivasan1-2/+2
2011-08-25Staging: hv: netvsc: Change the jump label Cleanup to cleanupK. Y. Srinivasan1-14/+14
2011-08-25Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()K. Y. Srinivasan1-1/+1
2011-08-25Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()K. Y. Srinivasan1-2/+2
2011-08-25Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_f...K. Y. Srinivasan1-4/+1
2011-08-25Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()K. Y. Srinivasan1-1/+1
2011-08-25Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()K. Y. Srinivasan1-2/+2
2011-07-05Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan1-3/+3
2011-06-07staging: hv: convert DPRINT_DBG() to netdev_dbg() in dump_rndis_message()Haiyang Zhang1-13/+16
2011-06-07staging: hv: removed commented out code from rndis_filter_receive()Haiyang Zhang1-18/+0
2011-06-07staging: hv: fix typo in name rndis_filte_device_add()Haiyang Zhang1-1/+1
2011-06-07staging: hv: change rndis_filter_device_remove() to void return typeHaiyang Zhang1-3/+1
2011-05-17Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()K. Y. Srinivasan1-5/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of some unnecessary/dead code from rndis_fil...K. Y. Srinivasan1-16/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of an unnecessary assignment in rndis_filter.cK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: netvsc_drv: Move the definition of struct rndis_filter_packet to...K. Y. Srinivasan1-8/+0
2011-05-17Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan1-10/+0
2011-05-17Staging: hv: netvsc_drv: Directly invoke the function netvsc_recv_callback()K. Y. Srinivasan1-2/+1
2011-05-17Staging: hv: netvsc_drv: Invoke netvsc_linkstatus_callback directlyK. Y. Srinivasan1-2/+2
2011-05-17Staging: hv: netvsc_drv: Invoke netvsc_send() directlyK. Y. Srinivasan1-2/+2
2011-05-17Staging: hv: netvsc_drv: Make the function rndis_filter_send() non-staticK. Y. Srinivasan1-4/+1
2011-05-17Staging: hv: netvsc_drv: Make the function rndis_filter_receive() non-staticK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: netvsc: Move the contents of rndis_filter.h to hyperv_net.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: netvsc: Include the contents of netvsc_api.h into hyperv_net.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: netvsc: Create a common header file for network driverK. Y. Srinivasan1-0/+1
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan1-0/+2
2011-05-11Staging: hv: Use the completion abstraction in struct rndis_requestK. Y. Srinivasan1-19/+14
2011-05-11Staging: hv: Get rid of some unnecessary code in rndis_filter.cK. Y. Srinivasan1-7/+0
2011-05-11Staging: hv: Get rid of the indirection in invoking netvsc_device_remove()K. Y. Srinivasan1-2/+1
2011-05-11Staging: hv: Get rid of the indirection to invoke netvsc_device_add()K. Y. Srinivasan1-1/+1
2011-05-11Staging: hv: Get rid of rndis_filter_cleanup()K. Y. Srinivasan1-6/+0
2011-05-11Staging: hv: Make rndis_filter_device_remove() non staticK. Y. Srinivasan1-3/+1
2011-05-11Staging: hv: Make rndis_filte_device_add() non staticK. Y. Srinivasan1-4/+1
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2011-04-04staging: hv: replace DPRINT with native primitives in hv_netvscHank Janssen1-24/+27
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen1-13/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-18staging: hv: Remove dead code from rndis_filter.cHaiyang Zhang1-15/+0