summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-2/+2
* hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta2024-02-041-20/+62
* hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley2024-01-241-2/+2
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-15/+17
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-2/+2
* hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li2023-11-211-9/+23
* hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang2023-11-211-2/+7
* hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang2023-11-211-10/+15
* hv_netvsc: Allocate rx indirection table size dynamicallyShradha Gupta2023-06-071-4/+6
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-221-0/+3
|\
| * hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flagLorenzo Bianconi2023-02-141-1/+2
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-031-0/+2
* | Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+2
|/
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-291-16/+16
* hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli2022-10-071-0/+19
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-241-1/+4
|\
| * hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu2022-05-211-1/+4
* | hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang2022-04-121-89/+61
|/
* hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang2022-03-161-0/+3
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-0/+1
|\
| * net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-201-0/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* hv_netvsc: Add comment of netvsc_xdp_xmit()Jiasheng Jiang2021-10-151-0/+1
* hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang2021-10-101-2/+1
* net: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* hv_netvsc: Set needed_headroom according to VFHaiyang Zhang2021-06-211-0/+5
* hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui2021-04-261-2/+12
* net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-071-1/+1
* net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-051-1/+1
* hv_netvsc: Add error handling while switching data pathHaiyang Zhang2021-03-301-6/+12
* netvsc: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-22/+11
* hv_netvsc: Fix validation in netvsc_linkstatus_callback()Andrea Parri (Microsoft)2021-03-021-4/+9
* hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)2021-01-301-10/+14
* hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2021-01-191-1/+17
* hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li2021-01-131-3/+7
* hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li2021-01-131-1/+0
* hv_netvsc: Check VF datapath when sending traffic to VFLong Li2021-01-131-1/+2
* use __netdev_notify_peers in hypervLijun Pan2020-12-161-7/+4
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-0/+1
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-23/+23
|\
| * hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng2020-09-281-23/+23
* | hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran2020-09-181-0/+7
* | hv_netvsc: Cache the current data path to avoid duplicate call and messageDexuan Cui2020-09-101-1/+20
* | hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui2020-09-101-10/+1
* | hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui2020-09-081-5/+11
* | hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang2020-08-211-1/+1
* | hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang2020-08-211-1/+1
|/
* hv_netvsc: do not use VF device if link is downStephen Hemminger2020-08-051-3/+4
* net: hyperv: dump TX indirection table to ethtool regsChi Song2020-07-251-0/+19