aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/netvsc_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-29staging: hv: move hv_netvsc out of staging areaHaiyang Zhang1-456/+0
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-84/+64
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-05hv: netvsc: convert to SKB paged frag API.Ian Campbell1-1/+1
2011-09-29staging: hv: remove the carrier status check from netvsc_open()Haiyang Zhang1-12/+7
2011-09-16Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan1-5/+19
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan1-1/+2
2011-09-06staging: hv: fix the return status of netvsc_start_xmit()Haiyang Zhang1-3/+3
2011-09-06staging: hv: fix counting of available buffer slots when send failsHaiyang Zhang1-1/+2
2011-09-06staging: hv: re-order the code in netvsc_probe()Haiyang Zhang1-15/+17
2011-09-06staging: hv: fix a kernel warning in netvsc_linkstatus_callback()Haiyang Zhang1-1/+1
2011-09-06staging: hv: remove unnecessary includes in netvscHaiyang Zhang1-1/+0
2011-08-25Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()K. Y. Srinivasan1-1/+1
2011-08-25Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()K. Y. Srinivasan1-2/+0
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman1-16/+3
2011-08-25Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.cK. Y. Srinivasan1-19/+0
2011-08-25Staging: hv: netvsc: Get rid of the PCI signatureK. Y. Srinivasan1-8/+0
2011-08-25Staging: hv: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman1-10/+4
2011-08-25Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driverK. Y. Srinivasan1-0/+16
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-05staging: hv: fix some white spaces in netvsc driverHaiyang Zhang1-1/+1
2011-07-05Staging: hv: netvsc: Fix a bug in accounting transmit slotsK. Y. Srinivasan1-7/+9
2011-06-07staging: hv: use delayed_work for netvsc_send_garp()Haiyang Zhang1-6/+9
2011-06-07staging: hv: fix typo in name rndis_filte_device_add()Haiyang Zhang1-1/+1
2011-06-07staging: hv: remove commented out code in netvsc_remove()Haiyang Zhang1-1/+0
2011-06-07staging: hv: change rndis_filter_device_remove() to void return typeHaiyang Zhang1-7/+2
2011-06-07staging: hv: remove commented out code from netvsc_drv.cHaiyang Zhang1-3/+0
2011-06-07staging: hv: remove unnecessary code in netvsc_probe().Haiyang Zhang1-11/+1
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv_exit() the module exit functionK. Y. Srinivasan1-7/+2
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv_init the module init functionK. Y. Srinivasan1-7/+2
2011-05-17Staging: hv: netvsc_drv: Move the dmi_check code to netvsc_drv_init()K. Y. Srinivasan1-5/+6
2011-05-17Staging: hv: netvsc_drv: Change the signature of netvsc_drv_init()K. Y. Srinivasan1-3/+3
2011-05-17Staging: hv: netvsc_drv: Move the dmi table declaration to earlier in the fileK. Y. Srinivasan1-14/+15
2011-05-17Staging: hv: netvsc_drv: Make netvsc_drv an instance of struct hv_driverK. Y. Srinivasan1-8/+7
2011-05-17Staging: hv: netvsc_drv: Get rid of the unnecessary assignment of ring_buf_sizeK. Y. Srinivasan1-2/+0
2011-05-17Staging: hv: netvsc_drv: Get the ring size information from struct netvsc_device_infoK. Y. Srinivasan1-0/+1
2011-05-17Staging: hv: netvsc_drv: Directly get the size of rndis_filter_packetK. Y. Srinivasan1-3/+1
2011-05-17Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driverK. Y. Srinivasan1-2/+0
2011-05-17Staging: hv: netvsc_drv: Invoke rndis_filter_send() directlyK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_recv_callback() non-staticK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: netvsc_drv: Make the function netvsc_linkstatus_callback() non-staticK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: netvsc_drv: Clean up the netvsc_drv_exit() functionK. Y. Srinivasan1-33/+1
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 vmbus.h to hyperv.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: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyperv filesK. Y. Srinivasan1-0/+2
2011-05-11Staging: hv: netvsc_drv: Statically initialize probe/removeK. Y. Srinivasan1-4/+4