summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv
AgeCommit message (Expand)AuthorFilesLines
2015-02-06hyperv: fix sparse warningsLad, Prabhakar2-5/+6
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-02-01hyperv: Fix the error processing in netvsc_send()Haiyang Zhang1-3/+8
2015-01-28hyperv: match wait_for_completion_timeout return typeNicholas Mc Guire1-7/+12
2015-01-28hyperv: netvsc.c: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2014-12-23hyperv: Fix some variable name typos in send-buffer init/revokeHaiyang Zhang2-7/+9
2014-12-09hyperv: Add support for vNIC hot removalHaiyang Zhang2-0/+6
2014-11-26net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2014-11-13hyperv: Add processing of MTU reduced by the hostHaiyang Zhang3-3/+14
2014-10-30hyperv: Add IPv6 into the hash computation for vRSSHaiyang Zhang2-2/+5
2014-10-23hyperv: Fix the total_data_buflen in send pathHaiyang Zhang1-0/+1
2014-10-18hyperv: Add handling of IP header with option field in netvsc_set_hash()Haiyang Zhang1-16/+10
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2014-10-06hyperv: Fix a bug in netvsc_send()KY Srinivasan1-7/+8
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-09-30hyperv: Fix a bug in netvsc_start_xmit()KY Srinivasan1-1/+2
2014-09-06hyperv: NULL dereference on errorDan Carpenter1-4/+2
2014-08-22hyperv: Increase the buffer length for netvsc_channel_cb()Haiyang Zhang2-4/+16
2014-08-07hyperv: Adjust the size of sendbuf region to support ws2008r2KY Srinivasan1-1/+1
2014-08-05Drivers: net-next: hyperv: Increase the size of the sendbuf regionKY Srinivasan2-6/+3
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-07-24hyperv: Fix error return code in netvsc_init_buf()Wei Yongjun1-1/+3
2014-07-10hyperv: Add netpoll supportRichard Weinberger1-0/+11
2014-07-03drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfreeFabian Frederick1-3/+1
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-06-20hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE eventHaiyang Zhang3-25/+29
2014-06-17hyperv: fix apparent cut-n-paste error in send path teardownDave Jones1-1/+1
2014-05-23hyperv: Add hash value into RNDIS Per-packet infoHaiyang Zhang2-4/+18
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2014-05-12Add support for netvsc build without CONFIG_SYSFS flagHaiyang Zhang1-4/+1
2014-05-01hyperv: Properly handle checksum offloadKY Srinivasan1-0/+4
2014-04-30hyperv: Enable sendbuf mechanism on the send pathKY Srinivasan3-9/+234
2014-04-23hyperv: Simplify the send_completion variablesHaiyang Zhang4-16/+11
2014-04-23hyperv: Remove recv_pkt_list and lockHaiyang Zhang4-198/+13
2014-04-21hyperv: Add support for virtual Receive Side Scaling (vRSS)Haiyang Zhang4-34/+504
2014-04-11Drivers: net: hyperv: Address UDP checksum issuesKY Srinivasan3-2/+37
2014-04-11Drivers: net: hyperv: Negotiate suitable ndis version for offload supportKY Srinivasan1-1/+1
2014-04-11Drivers: net: hyperv: Allocate memory for all possible per-pecket informationKY Srinivasan1-1/+3
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+24
2014-03-11hyperv: Change the receive buffer size for legacy hostsHaiyang Zhang2-1/+6
2014-03-10Drivers: net: hyperv: Enable large send offloadKY Srinivasan2-4/+74
2014-03-10Drivers: net: hyperv: Enable send side checksum offloadKY Srinivasan2-2/+77
2014-03-10Drivers: net: hyperv: Enable receive side IP checksum offloadKY Srinivasan3-6/+50
2014-03-10Drivers: net: hyperv: Enable offloads on the hostKY Srinivasan2-0/+135
2014-03-10Drivers: net: hyperv: Cleanup the send pathKY Srinivasan3-90/+71
2014-03-10Drivers: net: hyperv: Enable scatter gather I/OKY Srinivasan1-39/+114
2014-03-06hyperv: Move state setting for link queryHaiyang Zhang2-1/+24
2014-02-20hyperv: Add latest NetVSP versions to auto negotiationHaiyang Zhang3-10/+70
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+38