aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+7
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-1/+1
2012-06-04net/hyperv: Use wait_event on outstanding sends during device removalHaiyang Zhang2-6/+7
2012-05-12usb/net: rndis: merge command codesLinus Walleij1-21/+21
2012-05-12usb/net: rndis: remove ambigous status codesLinus Walleij1-2/+2
2012-05-12usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij1-289/+1
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+14
2012-04-21net/hyperv: Adding cancellation to ensure rndis filter is closedWenqi Ma1-24/+14
2012-04-03net/hyperv: Add flow control based on hi/low watermarkHaiyang Zhang2-5/+42
2012-03-19net/hyperv: Fix the code handling tx busyHaiyang Zhang1-4/+1
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-03-16net/hyperv: fix erroneous NETDEV_TX_BUSY useEric Dumazet1-2/+2
2012-03-12net/hyperv: Add support for vlan trunking from guestsHaiyang Zhang4-4/+101
2012-03-12net/hyperv: Fix data corruption in rndis_filter_receive()Haiyang Zhang1-24/+9
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-03-08net/hyperv: Use the built-in macro KBUILD_MODNAME for this driverHaiyang Zhang1-2/+2
2012-02-05net/hyperv: Remove the unnecessary memset in rndis_filter_send()Haiyang Zhang1-2/+0
2012-02-05net/hyperv: Correct the assignment in netvsc_recv_callback()Haiyang Zhang1-5/+2
2012-02-05net/hyperv: Convert camel cased variables in rndis_filter.c to lower casesHaiyang Zhang1-30/+30
2012-02-02net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang2-4/+17
2012-02-02net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessaryHaiyang Zhang1-4/+4
2012-02-02net/hyperv: fix the issue that large packets be dropped under bridgeWei Yongjun1-0/+19
2012-02-01net/hyperv: rx_bytes should account the ether header sizeWei Yongjun1-1/+1
2012-01-24net/hyperv: fix possible memory leak in do_set_multicast()Wei Yongjun1-2/+3
2012-01-04net/hyperv: Add support for jumbo frame up to 64KBHaiyang Zhang3-17/+67
2012-01-04net/hyperv: Add NETVSP protocol version negotiationHaiyang Zhang2-34/+149
2012-01-04net/hyperv: Remove unnecessary kmap_atomic in netvsc driverHaiyang Zhang4-92/+10
2011-12-09net/hyperv: Fix the stop/wake queue mechanismHaiyang Zhang2-26/+12
2011-12-01net/hyperv: Add support for promiscuous mode settingHaiyang Zhang3-25/+68
2011-12-01net/hyperv: Fix long lines in netvsc.cHaiyang Zhang1-3/+5
2011-11-29staging: hv: move hv_netvsc out of staging areaHaiyang Zhang6-0/+3316