summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv
AgeCommit message (Expand)Author
2017-06-22netvsc: don't access netdev->num_rx_queues directlyArnd Bergmann
2017-06-08netvsc: move filter setting to rndis_devicestephen hemminger
2017-06-08netvsc: fix net poll modestephen hemminger
2017-06-08netvsc: fix rcu dereference warning from ethtoolstephen hemminger
2017-05-04netvsc: make sure napi enabled before vmbus_openstephen hemminger
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25netvsc: fix calculation of available send sectionsstephen hemminger
2017-04-21netvsc: fix use after free on module removalstephen hemminger
2017-04-21netvsc: Deal with rescinded channels correctlyK. Y. Srinivasan
2017-04-17hv_netvsc: change netvsc device default duplex to FULLSimon Xiao
2017-04-17netvsc: fix RCU warning in get_statsstephen hemminger
2017-04-17hv_netvsc: Exclude non-TCP port numbers from vRSS hashingHaiyang Zhang
2017-04-17hv_netvsc: Fix the queue index computation in forwarding caseHaiyang Zhang
2017-04-09netvsc: use napi_consume_skbstephen hemminger
2017-04-08netvsc: Initialize all channel related state prior to opening the channelK. Y. Srinivasan
2017-03-27netvsc: fix dereference before null check errorsColin Ian King
2017-03-25netvsc: Properly initialize the return valueK. Y. Srinivasan
2017-03-25netvsc: Fix a bug in sub-channel handlingK. Y. Srinivasan
2017-03-22netvsc: fix and cleanup rndis_filter_set_packet_filterstephen hemminger
2017-03-22netvsc: eliminate unnecessary skb == NULL checksstephen hemminger
2017-03-22netvsc: remove unnecessary lock on shutdownstephen hemminger
2017-03-22netvsc: use refcount_t for keeping track of sub channelsstephen hemminger
2017-03-22netvsc: uses RCU instead of removal flagstephen hemminger
2017-03-22netvsc: use RCU to protect inner device structurestephen hemminger
2017-03-22netvsc: change max channel calculationstephen hemminger
2017-03-22netvsc: handle offline mtu and channel changestephen hemminger
2017-03-22netvsc: fix NAPI performance regressionstephen hemminger
2017-03-16netvsc: remove unused #definestephen hemminger
2017-03-16netvsc: add comments about callback's and NAPIstephen hemminger
2017-03-16netvsc: avoid race with callbackstephen hemminger
2017-03-16netvsc: fix race during initializationstephen hemminger
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-12netvsc: fix hang on netvsc module removalstephen hemminger
2017-03-12netvsc: need napi scheduled during removalstephen hemminger
2017-03-12netvsc: handle select_queue when device is being removedstephen hemminger
2017-03-12net: hyperv: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-06netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skbstephen hemminger
2017-03-06netvsc: enable GROstephen hemminger
2017-03-06netvsc: implement NAPIstephen hemminger
2017-03-06vmbus: introduce in-place packet iteratorstephen hemminger
2017-03-06netvsc: don't overload variable in same functionstephen hemminger
2017-03-02netvsc: fix use-after-free in netvsc_change_mtu()Dexuan Cui
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-02-17netvsc: fix typo on statisticsSimon Xiao
2017-02-10vmbus: remove unused kickq argument to sendpacketStephen Hemminger
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2017-02-04Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui
2017-01-24netvsc: call netif_receive_skbstephen hemminger