summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-0/+3
|\
| * hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flagLorenzo Bianconi2023-02-131-1/+2
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-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-281-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-231-1/+4
|\
| * hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu2022-05-201-1/+4
* | hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang2022-04-111-89/+61
|/
* hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang2022-03-151-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-141-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-251-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-291-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-011-4/+9
* hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)2021-01-291-10/+14
* hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2021-01-181-1/+17
* hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li2021-01-121-3/+7
* hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li2021-01-121-1/+0
* hv_netvsc: Check VF datapath when sending traffic to VFLong Li2021-01-121-1/+2
* use __netdev_notify_peers in hypervLijun Pan2020-12-161-7/+4
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-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-171-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-071-5/+11
* | hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang2020-08-201-1/+1
* | hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang2020-08-201-1/+1
|/
* hv_netvsc: do not use VF device if link is downStephen Hemminger2020-08-041-3/+4
* net: hyperv: dump TX indirection table to ethtool regsChi Song2020-07-241-0/+19
* hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan2020-07-221-0/+24
* hv_netvsc: Add XDP frame size to driverJesper Dangaard Brouer2020-05-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+2
|\
| * hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor2020-05-011-1/+2
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+2
|/