summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/netvsc_drv.c
AgeCommit message (Expand)Author
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
2020-05-14hv_netvsc: Add XDP frame size to driverJesper Dangaard Brouer
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-01hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-23hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang
2020-02-19hv_netvsc: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-02-07hv_netvsc: Fix XDP refcnt for synthetic and VF NICsHaiyang Zhang
2020-01-25hv_netvsc: Add XDP supportHaiyang Zhang
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-23hv_netvsc: make recording RSS hash depend on feature flagStephen Hemminger
2019-11-21hv_netvsc: Add the support of hibernationDexuan Cui
2019-11-05hv_netvsc: record hardware hash in skbStephen Hemminger
2019-11-05hv_netvsc: flag software created hash valueStephen Hemminger
2019-10-30hv_netvsc: Fix error handling in netvsc_attach()Haiyang Zhang
2019-10-30hv_netvsc: Fix error handling in netvsc_set_features()Haiyang Zhang
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-09-07hv_netvsc: Sync offloading features to VF NICHaiyang Zhang