summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv
AgeCommit message (Expand)Author
2025-05-22hv_netvsc: Remove rmsg_pgcntMichael Kelley
2025-05-22hv_netvsc: Preserve contiguous PFN grouping in the page buffer arrayMichael Kelley
2025-05-22hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messagesMichael Kelley
2024-11-01hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang
2024-02-23hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta
2024-02-23hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti
2024-01-31hv_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-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-12-03hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang
2023-03-10hv_netvsc: Check status in SEND_RNDIS_PKT completion messageMichael Kelley
2023-02-14hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMICMichael Kelley
2023-02-09hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()Michael Kelley
2022-10-15net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filterCezar Bulinaru
2022-10-07hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-20hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)
2022-04-07net: hyperv: remove use of bpf_op_tJakub Kicinski
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-15hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang
2022-03-11net: netvsc: remove break after returnSaurabh Sengar
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-22hv_netvsc: Use bitmap_zalloc() when applicableChristophe JAILLET
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
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