summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv
AgeCommit message (Expand)AuthorFilesLines
2025-08-28hv_netvsc: Fix panic during namespace deletion with VFHaiyang Zhang2-1/+31
2024-11-08hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang1-0/+30
2024-03-15hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta1-20/+62
2024-03-15hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang1-2/+1
2024-03-15hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+11
2024-03-15hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li1-3/+7
2024-03-15hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li2-4/+34
2024-03-15hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran3-6/+30
2024-02-23hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti1-1/+4
2023-12-13hv_netvsc: rndis_filter needs to select NLSRandy Dunlap1-0/+1
2023-12-08hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang1-10/+15
2023-12-08hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li1-9/+23
2023-12-08hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang1-2/+7
2022-10-30hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli3-1/+26
2022-06-09hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu1-1/+4
2022-03-23hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang1-0/+3
2021-02-17hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()Andrea Parri (Microsoft)2-3/+4
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-31/+30
2020-09-28hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng3-31/+30
2020-09-18hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran4-20/+188
2020-09-10hv_netvsc: Cache the current data path to avoid duplicate call and messageDexuan Cui2-1/+23
2020-09-10hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui1-10/+1
2020-09-08hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui1-5/+11
2020-08-21hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang1-1/+1
2020-08-21hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang1-1/+1
2020-08-05hv_netvsc: do not use VF device if link is downStephen Hemminger1-3/+4
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-20/+1
2020-07-25net: hyperv: dump TX indirection table to ethtool regsChi Song1-0/+19
2020-07-23hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan2-0/+25
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+4
2020-06-04Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2020-05-22xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel1-1/+0
2020-05-15hv_netvsc: Add XDP frame size to driverJesper Dangaard Brouer2-1/+2
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2020-05-02hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor1-1/+2
2020-04-23hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)1-2/+5
2020-03-31hv_netvsc: Remove unnecessary round_up for recv_completion_cntHaiyang Zhang1-4/+5
2020-03-01net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno1-26/+15
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+4
2020-02-24hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2-1/+4
2020-02-19hv_netvsc: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2020-02-07hv_netvsc: Fix XDP refcnt for synthetic and VF NICsHaiyang Zhang2-3/+15
2020-01-25hv_netvsc: Add XDP supportHaiyang Zhang6-39/+409
2020-01-16hv_netvsc: Fix memory leak when removing rndis deviceMohammed Gamal1-2/+0
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+14
2019-12-21hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang3-6/+11
2019-12-14hv_netvsc: Fix tx_table init in rndis_set_subchannel()Haiyang Zhang1-3/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-01Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+60