aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering1-2/+0
2013-07-16hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang1-2/+2
2013-06-17Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()Haiyang Zhang1-1/+3
2013-05-31hyperv: Fix vlan_proto setting in netvsc_recv_callback()Haiyang Zhang1-1/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-08hyperv: Fix a kernel warning from netvsc_linkstatus_callback()Haiyang Zhang1-2/+0
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+1
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-01-25Drivers: net: hyperv: Use the consolidated GUID definitionK. Y. Srinivasan1-2/+1
2013-01-19net/hyperv: fix wrong length of mac addressJianjun Kong1-1/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-10-02hyperv: Report actual status in receive completion packetHaiyang Zhang1-0/+2
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang1-1/+1
2012-07-25hyperv: Add a check for ring_size valueHaiyang Zhang1-1/+6
2012-07-16hyperv: Add support for setting MAC from within guestsHaiyang Zhang1-1/+29
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 Zhang1-1/+5
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 Zhang1-2/+6
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: Correct the assignment in netvsc_recv_callback()Haiyang Zhang1-5/+2
2012-02-02net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang1-4/+4
2012-02-02net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessaryHaiyang Zhang1-4/+4
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 Zhang1-9/+61
2012-01-04net/hyperv: Remove unnecessary kmap_atomic in netvsc driverHaiyang Zhang1-20/+2
2011-12-09net/hyperv: Fix the stop/wake queue mechanismHaiyang Zhang1-23/+1
2011-12-01net/hyperv: Add support for promiscuous mode settingHaiyang Zhang1-3/+43
2011-11-29staging: hv: move hv_netvsc out of staging areaHaiyang Zhang1-0/+456