aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/hyperv
Commit message (Expand)AuthorAgeFilesLines
* import kernel sourceSiluxsept2025-08-098-0/+7323
* cleanup for new importSiluxsept2025-08-098-7223/+0
* merge branch lineage-20 into t13.0t13.0Siluxsept2024-02-063-0/+27
* redbull: import kernel source from correct branch..Siluxsept2022-12-221-0/+3
* hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang2020-09-231-1/+1
* hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang2020-08-261-1/+1
* hv_netvsc: do not use VF device if link is downStephen Hemminger2020-08-111-3/+4
* hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2020-03-052-1/+4
* hv_netvsc: flag software created hash valueStephen Hemminger2020-01-271-4/+3
* hv_netvsc: Fix send_table offset in case of a host bugHaiyang Zhang2020-01-271-2/+14
* hv_netvsc: Fix offset usage in netvsc_send_table()Haiyang Zhang2020-01-272-9/+20
* netvsc: unshare skb in VF rx handlerStephen Hemminger2020-01-271-0/+6
* hv_netvsc: Fix memory leak when removing rndis deviceMohammed Gamal2020-01-231-2/+0
* hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang2020-01-123-6/+11
* hv_netvsc: Fix error handling in netvsc_attach()Haiyang Zhang2019-11-121-1/+8
* hv_netvsc: Fix a warning of suspicious RCU usageDexuan Cui2019-09-101-2/+7
* hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()Haiyang Zhang2019-07-281-1/+0
* hv_netvsc: Set probe mode to syncHaiyang Zhang2019-06-221-1/+1
* hv_netvsc: fix race that may miss tx queue wakeupHaiyang Zhang2019-05-311-6/+9
* hv_netvsc: Fix unwanted wakeup after tx_disableHaiyang Zhang2019-04-173-8/+31
* hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang2019-03-101-3/+19
* hv_netvsc: Fix hash key value reset after other opsHaiyang Zhang2019-03-054-7/+19
* hv_netvsc: Refactor assignments of struct netvsc_device_infoHaiyang Zhang2019-03-051-49/+85
* hv_netvsc: Fix ethtool change hash key errorHaiyang Zhang2019-03-051-6/+19
* hv_netvsc: fix vf serial matching with pci slot infoHaiyang Zhang2018-11-131-4/+11
* hv_netvsc: pair VF based on serial numberStephen Hemminger2018-09-172-25/+36
* hv_netvsc: fix schedule in RCU contextStephen Hemminger2018-09-131-6/+3
* hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()Dexuan Cui2018-08-311-1/+10
* hv_netvsc: ignore devices that are not PCIStephen Hemminger2018-08-211-0/+5
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+3
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-164-52/+65
| |\
| * | use the new async probing feature for the hyperv driversArjan van de Ven2018-07-031-0/+3
* | | hv/netvsc: Fix NULL dereference at single queue mode fallbackTakashi Iwai2018-08-141-1/+1
* | | hv_netvsc: Add per-cpu ethtool stats for netvscYidong Ren2018-07-302-3/+114
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-202-7/+11
|\ \ \
| * | | hv_netvsc: Fix napi reschedule while receive completion is busyHaiyang Zhang2018-07-181-7/+10
| * | | hv/netvsc: fix handling of fallback to single queue modeStephen Hemminger2018-07-161-0/+1
| | |/ | |/|
* | | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
* | | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-2/+2
|/ /
* / hv_netvsc: split sub-channel setup into async and syncStephen Hemminger2018-06-304-52/+65
|/
* hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offloadHaiyang Zhang2018-06-141-13/+13
* hv_netvsc: move VF to same namespace as netvsc deviceStephen Hemminger2018-06-121-1/+20
* hv_netvsc: fix network namespace issues with VF supportStephen Hemminger2018-06-122-23/+22
* hv_netvsc: drop common code until callback model fixedStephen Hemminger2018-06-123-62/+165
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-101-1/+3
|\
| * hv_netvsc: Fix a network regression after ifdown/ifupDexuan Cui2018-06-071-1/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-103-19/+3
|\ \ | |/ |/|
| * scsi: netvsc: Use the vmbus function to calculate ring buffer percentageLong Li2018-04-183-19/+3
* | hv_netvsc: fix error return code in netvsc_probe()Wei Yongjun2018-06-031-1/+3
* | netvsc: refactor notifier/event handling code to use the failover frameworkSridhar Samudrala2018-05-283-165/+60