summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/rndis_filter.c
Commit message (Expand)AuthorAgeFilesLines
* staging: hv: move hv_netvsc out of staging areaHaiyang Zhang2011-11-291-855/+0
* Staging: hv: netvsc: Fix a dereferencing issueK. Y. Srinivasan2011-10-101-2/+2
* Staging: hv: netvsc: Cleanup the name and type of link_stat variableK. Y. Srinivasan2011-09-161-6/+11
* Staging: hv: netvsc: Rename deviceInfo as device_infoK. Y. Srinivasan2011-09-161-4/+4
* Staging: hv: netvsc: Rename rndisDevice to rndis_deviceK. Y. Srinivasan2011-09-161-12/+12
* Staging: hv: netvsc: Rename netDevice as net_deviceK. Y. Srinivasan2011-09-161-7/+7
* Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan2011-09-161-9/+19
* staging: hv: fix the page buffer when rndis data go across page boundaryHaiyang Zhang2011-09-061-0/+10
* staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvscHaiyang Zhang2011-09-061-7/+10
* staging: hv: remove unnecessary includes in netvscHaiyang Zhang2011-09-061-1/+0
* Staging: hv: netvsc: Change the jump label Exit to exitK. Y. Srinivasan2011-08-251-2/+2
* Staging: hv: netvsc: Change the jump label Cleanup to cleanupK. Y. Srinivasan2011-08-251-14/+14
* Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()K. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()K. Y. Srinivasan2011-08-251-2/+2
* Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_f...K. Y. Srinivasan2011-08-251-4/+1
* Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()K. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()K. Y. Srinivasan2011-08-251-2/+2
* Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan2011-07-051-3/+3
* staging: hv: convert DPRINT_DBG() to netdev_dbg() in dump_rndis_message()Haiyang Zhang2011-06-071-13/+16
* staging: hv: removed commented out code from rndis_filter_receive()Haiyang Zhang2011-06-071-18/+0
* staging: hv: fix typo in name rndis_filte_device_add()Haiyang Zhang2011-06-071-1/+1
* staging: hv: change rndis_filter_device_remove() to void return typeHaiyang Zhang2011-06-071-3/+1
* Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()K. Y. Srinivasan2011-05-171-5/+0
* Staging: hv: netvsc_drv: Get rid of some unnecessary/dead code from rndis_fil...K. Y. Srinivasan2011-05-171-16/+0
* Staging: hv: netvsc_drv: Get rid of an unnecessary assignment in rndis_filter.cK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: netvsc_drv: Move the definition of struct rndis_filter_packet to...K. Y. Srinivasan2011-05-171-8/+0
* Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan2011-05-171-10/+0
* Staging: hv: netvsc_drv: Directly invoke the function netvsc_recv_callback()K. Y. Srinivasan2011-05-171-2/+1
* Staging: hv: netvsc_drv: Invoke netvsc_linkstatus_callback directlyK. Y. Srinivasan2011-05-171-2/+2
* Staging: hv: netvsc_drv: Invoke netvsc_send() directlyK. Y. Srinivasan2011-05-171-2/+2
* Staging: hv: netvsc_drv: Make the function rndis_filter_send() non-staticK. Y. Srinivasan2011-05-171-4/+1
* Staging: hv: netvsc_drv: Make the function rndis_filter_receive() 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: 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 logging.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 the completion abstraction in struct rndis_requestK. Y. Srinivasan2011-05-111-19/+14
* Staging: hv: Get rid of some unnecessary code in rndis_filter.cK. Y. Srinivasan2011-05-111-7/+0
* Staging: hv: Get rid of the indirection in invoking netvsc_device_remove()K. Y. Srinivasan2011-05-111-2/+1
* Staging: hv: Get rid of the indirection to invoke netvsc_device_add()K. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Get rid of rndis_filter_cleanup()K. Y. Srinivasan2011-05-111-6/+0
* Staging: hv: Make rndis_filter_device_remove() non staticK. Y. Srinivasan2011-05-111-3/+1
* Staging: hv: Make rndis_filte_device_add() non staticK. Y. Srinivasan2011-05-111-4/+1
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | staging: hv: replace DPRINT with native primitives in hv_netvscHank Janssen2011-04-041-24/+27
* | staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen2011-04-041-13/+0
|/
* staging: hv: Remove dead code from rndis_filter.cHaiyang Zhang2011-02-181-15/+0
OpenPOWER on IntegriCloud