summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv
AgeCommit message (Expand)Author
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-10-28Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan
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-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-22hv_netvsc: Avoid field-overflowing memcpy()Kees Cook
2021-06-21hv_netvsc: Set needed_headroom according to VFHaiyang Zhang
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
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-14hv_netvsc: Add a comment clarifying batching logicShachar Raindel
2021-03-01hv_netvsc: Fix validation in netvsc_linkstatus_callback()Andrea Parri (Microsoft)
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-15Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu
2021-02-11hv_netvsc: Restrict configurations on isolated guestsAndrea Parri (Microsoft)
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-05Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-02-04hv_netvsc: Load and store the proper (NBL_HASH_INFO) per-packet infoAndrea Parri (Microsoft)
2021-02-04hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUFAndrea Parri (Microsoft)
2021-02-04hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()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-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
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
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-12-16Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-12-16use __netdev_notify_peers in hypervLijun Pan
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-24hv_netvsc: Validate number of allocated sub-channelsAndrea Parri (Microsoft)
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-17hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran
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