summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
AgeCommit message (Expand)AuthorLines
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+30
2024-10-24hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang-0/+30
2024-10-06hv_netvsc: Link queues to NAPIsJoe Damato-3/+19
2024-10-04hv_netvsc: Don't assume cpu_possible_mask is denseMichael Kelley-1/+1
2024-08-28net: netvsc: Update default VMBus channelsErni Sri Satya Vennela-2/+3
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-4/+4
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-2/+2
2024-04-10hv_netvsc: Don't free decrypted memoryRick Edgecombe-2/+5
2024-02-04hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta-20/+62
2024-02-01hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti-1/+4
2024-01-23hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley-2/+2
2023-12-15hv_netvsc: remove duplicated including of slab.hWang Jinchao-1/+0
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-15/+17
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com-2/+2
2023-12-01hv_netvsc: rndis_filter needs to select NLSRandy Dunlap-0/+1
2023-11-21hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li-9/+23
2023-11-21hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang-2/+7
2023-11-21hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang-10/+15
2023-10-11hv_netvsc: fix netvsc_send_completion to avoid multiple message length checksSonia Sharma-8/+10
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski-0/+1
2023-06-07hv_netvsc: Allocate rx indirection table size dynamicallyShradha Gupta-9/+35
2023-04-17hv_netvsc: Remove second mapping of send and recv buffersMichael Kelley-48/+2
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+21
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+2
2023-02-14hv_netvsc: Check status in SEND_RNDIS_PKT completion messageMichael Kelley-0/+18
2023-02-13hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flagLorenzo Bianconi-1/+2
2023-02-10Daniel Borkmann says:Jakub Kicinski-0/+2
2023-02-07hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMICMichael Kelley-1/+1
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka-0/+2
2023-02-02hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()Michael Kelley-7/+2
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li-3/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-16/+16
2022-10-15net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filterCezar Bulinaru-2/+4
2022-10-07hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli-1/+25
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-3/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2022-05-20hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu-1/+4
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck-1/+1
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski-1/+1
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang-94/+228
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)-4/+4
2022-04-07net: hyperv: remove use of bpf_op_tJakub Kicinski-4/+2
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2022-03-15hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang-0/+3
2022-03-11net: netvsc: remove break after returnSaurabh Sengar-1/+0
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan-8/+16
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+141
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan-3/+141