summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/netvsc_drv.c
AgeCommit message (Expand)Author
2015-12-03hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov
2015-12-03hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan
2015-12-03hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan
2015-12-03hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan
2015-12-01hv_netvsc: rework link status change handlingVitaly Kuznetsov
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert
2015-08-19hv_netvsc: Fix dereference of nvdev before checkAndrew Schwartzmeyer
2015-08-12hv_netvsc: Implement set_channels ethtool opAndrew Schwartzmeyer
2015-08-12hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer
2015-07-16hv_netvsc: Add close of RNDIS filter into change mtu callHaiyang Zhang
2015-07-08hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang
2015-05-31hv_netvsc: Properly size the vrss queuesKY Srinivasan
2015-05-18hv_netvsc: change member name of struct netvsc_statssixiao@microsoft.com
2015-05-15hv_netvsc: use per_cpu stats to calculate TX/RX datasixiao@microsoft.com
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko
2015-04-29hv_netvsc: Fix a bug in netvsc_start_xmit()KY Srinivasan
2015-04-29hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao
2015-04-14hv_netvsc: Implement partial copy into send bufferHaiyang Zhang
2015-04-08hv_netvsc: try linearizing big SKBs before dropping themVitaly Kuznetsov
2015-04-08hv_netvsc: use single existing drop path in netvsc_start_xmitVitaly Kuznetsov
2015-04-07hv_netvsc: Fix the packet free when it is in skb headroomHaiyang Zhang
2015-04-07hv_netvsc: Define a macro RNDIS_AND_PPI_SIZEHaiyang Zhang
2015-03-31hv_netvsc: Eliminate memory allocation in the packet send pathKY Srinivasan
2015-03-31hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanismKY Srinivasan
2015-03-29hv_netvsc: Implement batching in send bufferHaiyang Zhang
2015-02-28hyperv: Implement netvsc_get_channels() ethool opAndrew Schwartzmeyer
2014-11-12hyperv: Add processing of MTU reduced by the hostHaiyang Zhang
2014-10-30hyperv: Add IPv6 into the hash computation for vRSSHaiyang Zhang
2014-10-22hyperv: Fix the total_data_buflen in send pathHaiyang Zhang
2014-10-18hyperv: Add handling of IP header with option field in netvsc_set_hash()Haiyang Zhang
2014-09-30hyperv: Fix a bug in netvsc_start_xmit()KY Srinivasan
2014-07-09hyperv: Add netpoll supportRichard Weinberger
2014-06-20hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE eventHaiyang Zhang
2014-05-23hyperv: Add hash value into RNDIS Per-packet infoHaiyang Zhang
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-12Add support for netvsc build without CONFIG_SYSFS flagHaiyang Zhang
2014-04-30hyperv: Properly handle checksum offloadKY Srinivasan
2014-04-30hyperv: Enable sendbuf mechanism on the send pathKY Srinivasan
2014-04-23hyperv: Simplify the send_completion variablesHaiyang Zhang
2014-04-23hyperv: Remove recv_pkt_list and lockHaiyang Zhang
2014-04-21hyperv: Add support for virtual Receive Side Scaling (vRSS)Haiyang Zhang