aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli1-0/+19
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-05-20hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu1-1/+4
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang1-89/+61
2022-03-15hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang1-0/+3
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-14hv_netvsc: Add comment of netvsc_xdp_xmit()Jiasheng Jiang1-0/+1
2021-10-10hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang1-2/+1
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-06-21hv_netvsc: Set needed_headroom according to VFHaiyang Zhang1-0/+5
2021-04-25hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+12
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-1/+1
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-1/+1
2021-03-29hv_netvsc: Add error handling while switching data pathHaiyang Zhang1-6/+12
2021-03-17netvsc: Update driver to use ethtool_sprintfAlexander Duyck1-22/+11
2021-03-01hv_netvsc: Fix validation in netvsc_linkstatus_callback()Andrea Parri (Microsoft)1-4/+9
2021-01-29hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)1-10/+14
2021-01-18hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)1-1/+17
2021-01-12hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li1-3/+7
2021-01-12hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li1-1/+0
2021-01-12hv_netvsc: Check VF datapath when sending traffic to VFLong Li1-1/+2
2020-12-16use __netdev_notify_peers in hypervLijun Pan1-7/+4
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-23/+23
2020-09-28hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng1-23/+23
2020-09-17hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran1-0/+7
2020-09-10hv_netvsc: Cache the current data path to avoid duplicate call and messageDexuan Cui1-1/+20
2020-09-10hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui1-10/+1
2020-09-07hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui1-5/+11
2020-08-20hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang1-1/+1
2020-08-20hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang1-1/+1
2020-08-04hv_netvsc: do not use VF device if link is downStephen Hemminger1-3/+4
2020-07-24net: hyperv: dump TX indirection table to ethtool regsChi Song1-0/+19
2020-07-22hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan1-0/+24
2020-05-14hv_netvsc: Add XDP frame size to driverJesper Dangaard Brouer1-1/+1
2020-05-06Merge 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-01hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor1-1/+2
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno1-26/+15
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-02-23hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang1-0/+3
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 Zhang1-1/+4
2020-01-25hv_netvsc: Add XDP supportHaiyang Zhang1-31/+152
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2019-12-20hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang1-2/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1