aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc_drv.c
AgeCommit message (Expand)Author
2024-02-04hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta
2024-01-23hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-11-21hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li
2023-11-21hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang
2023-11-21hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang
2023-06-07hv_netvsc: Allocate rx indirection table size dynamicallyShradha Gupta
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-13hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flagLorenzo Bianconi
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-10-07hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-20hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang
2022-03-15hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-14hv_netvsc: Add comment of netvsc_xdp_xmit()Jiasheng Jiang
2021-10-10hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski
2021-06-21hv_netvsc: Set needed_headroom according to VFHaiyang Zhang
2021-04-25hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-03-29hv_netvsc: Add error handling while switching data pathHaiyang Zhang
2021-03-17netvsc: Update driver to use ethtool_sprintfAlexander Duyck
2021-03-01hv_netvsc: Fix validation in netvsc_linkstatus_callback()Andrea Parri (Microsoft)
2021-01-29hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)
2021-01-18hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)
2021-01-12hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li
2021-01-12hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li
2021-01-12hv_netvsc: Check VF datapath when sending traffic to VFLong Li
2020-12-16use __netdev_notify_peers in hypervLijun Pan
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-09-28hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng
2020-09-17hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran
2020-09-10hv_netvsc: Cache the current data path to avoid duplicate call and messageDexuan Cui
2020-09-10hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui
2020-09-07hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui
2020-08-20hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang
2020-08-20hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang
2020-08-04hv_netvsc: do not use VF device if link is downStephen Hemminger
2020-07-24net: hyperv: dump TX indirection table to ethtool regsChi Song
2020-07-22hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan