aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-29hv_netvsc: Fix unwanted wakeup after tx_disableHaiyang Zhang1-0/+1
2019-01-23hv_netvsc: fix typos in code commentsAdrian Vladu1-1/+1
2019-01-23hv_netvsc: Fix hash key value reset after other opsHaiyang Zhang1-3/+7
2018-09-22hv_netvsc: Add handler for LRO setting changeHaiyang Zhang1-0/+4
2018-09-22hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang1-7/+40
2018-07-30hv_netvsc: Add per-cpu ethtool stats for netvscYidong Ren1-0/+11
2018-06-30hv_netvsc: split sub-channel setup into async and syncStephen Hemminger1-1/+1
2018-06-14hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offloadHaiyang Zhang1-13/+13
2018-06-12hv_netvsc: fix network namespace issues with VF supportStephen Hemminger1-0/+2
2018-06-12hv_netvsc: drop common code until callback model fixedStephen Hemminger1-2/+0
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2018-05-28netvsc: refactor notifier/event handling code to use the failover frameworkSridhar Samudrala1-0/+2
2018-05-10hv_netvsc: typo in NDIS RSS parameters structureStephen Hemminger1-1/+1
2018-04-18hv_netvsc: Add NetVSP v6 and v6.1 into version negotiationHaiyang Zhang1-0/+164
2018-04-18scsi: netvsc: Use the vmbus function to calculate ring buffer percentageLong Li1-1/+0
2018-03-25hv_netvsc: Add range checking for rx packet offset and lengthHaiyang Zhang1-0/+1
2018-03-22hv_netvsc: common detach logicStephen Hemminger1-1/+0
2018-03-08hv_netvsc: avoid repeated updates of packet filterStephen Hemminger1-0/+1
2017-12-13hv_netvsc: empty current transmit aggregation if flow blockedStephen Hemminger1-1/+1
2017-12-13hv_netvsc: remove open_cnt reference countStephen Hemminger1-2/+0
2017-12-13hv_netvsc: pass netvsc_device to receive callbackStephen Hemminger1-0/+1
2017-12-13hv_netvsc: simplify function args in receive status pathStephen Hemminger1-2/+1
2017-12-13hv_netvsc: track memory allocation failures in ethtool statsStephen Hemminger1-0/+1
2017-12-13hv_netvsc: Fix the TX/RX buffer default sizesHaiyang Zhang1-1/+12
2017-12-13hv_netvsc: Fix the receive buffer size limitHaiyang Zhang1-2/+4
2017-12-03hv_netvsc: use reciprocal divide to speed up percent calculationStephen Hemminger1-3/+3
2017-12-03hv_netvsc: drop unused macrosStephen Hemminger1-26/+0
2017-11-16hv_netvsc: preserve hw_features on mtu/channels/ringparam changesVitaly Kuznetsov1-0/+4
2017-10-14hv_netvsc: Rename tx_send_table to tx_tableHaiyang Zhang1-1/+1
2017-10-14hv_netvsc: Rename ind_table to rx_tableHaiyang Zhang1-1/+1
2017-10-08hv_netvsc: Change the hash level variable to bit flagsHaiyang Zhang1-2/+9
2017-10-01hv_netvsc: report stop_queue and wake_queueSimon Xiao1-0/+2
2017-09-21hv_netvsc: fix send buffer failure on MTU changeAlex Ng1-0/+2
2017-09-11hv_netvsc: fix deadlock on hotplugStephen Hemminger1-0/+3
2017-09-01hv_netvsc: Clean up an unused parameter in rndis_filter_set_rss_param()Haiyang Zhang1-1/+1
2017-08-22hv_netvsc: Add ethtool handler to set and get UDP hash levelsHaiyang Zhang1-0/+2
2017-08-11netvsc: keep track of some non-fatal overload conditionsstephen hemminger1-0/+2
2017-08-11netvsc: allow controlling send/recv buffer sizestephen hemminger1-4/+5
2017-08-11netvsc: delay setup of VF devicestephen hemminger1-1/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-08netvsc: make sure and unregister datapathstephen hemminger1-3/+0
2017-08-06netvsc: fix race on sub channel creationstephen hemminger1-1/+2
2017-08-02netvsc: transparent VF managementstephen hemminger1-0/+12
2017-07-29netvsc: optimize receive completionsstephen hemminger1-9/+5
2017-07-29netvsc: remove unnecessary indirection of page_bufferstephen hemminger1-1/+1
2017-07-29netvsc: fix warnings reported by lockdepstephen hemminger1-1/+2
2017-07-24netvsc: remove no longer used max_num_rss queuesstephen hemminger1-1/+0
2017-07-19netvsc: add rtnl annotations in rndisstephen hemminger1-6/+0
2017-07-19netvsc: save pointer to parent netvsc_device in channel tablestephen hemminger1-0/+1
2017-07-19netvsc: need rcu_derefence when accessing internal device infostephen hemminger1-7/+3