aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
AgeCommit message (Expand)Author
2024-03-15hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta
2024-03-15hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang
2024-02-23hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti
2024-02-23hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley
2023-12-13hv_netvsc: rndis_filter needs to select NLSRandy Dunlap
2023-12-08hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang
2023-12-03hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li
2023-12-03hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang
2023-03-10hv_netvsc: Check status in SEND_RNDIS_PKT completion messageMichael Kelley
2022-10-26hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli
2022-06-09hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu
2022-03-23hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang
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