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