summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hv_netvsc: Don't free decrypted memoryRick Edgecombe2024-04-101-2/+5
* hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta2024-02-041-20/+62
* hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti2024-02-011-1/+4
* hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley2024-01-231-2/+2
* hv_netvsc: remove duplicated including of slab.hWang Jinchao2023-12-151-1/+0
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-15/+17
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-2/+2
* hv_netvsc: rndis_filter needs to select NLSRandy Dunlap2023-12-011-0/+1
* hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li2023-11-211-9/+23
* hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang2023-11-211-2/+7
* hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang2023-11-211-10/+15
* hv_netvsc: fix netvsc_send_completion to avoid multiple message length checksSonia Sharma2023-10-111-8/+10
* eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* hv_netvsc: Allocate rx indirection table size dynamicallyShradha Gupta2023-06-073-9/+35
* hv_netvsc: Remove second mapping of send and recv buffersMichael Kelley2023-04-172-48/+2
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-212-0/+21
|\
| * hv_netvsc: Check status in SEND_RNDIS_PKT completion messageMichael Kelley2023-02-141-0/+18
| * hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flagLorenzo Bianconi2023-02-131-1/+2
| * Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+2
| |\
| | * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+2
* | | Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-211-3/+2
|\ \ \ | |/ / |/| |
| * | Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+2
| |/
* | hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMICMichael Kelley2023-02-071-1/+1
* | hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()Michael Kelley2023-02-021-7/+2
|/
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-16/+16
* net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filterCezar Bulinaru2022-10-151-2/+4
* hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli2022-10-073-1/+25
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-3/+2
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-1/+4
|\
| * hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu2022-05-201-1/+4
* | net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* | hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang2022-04-114-94/+228
* | hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)2022-04-071-4/+4
* | net: hyperv: remove use of bpf_op_tJakub Kicinski2022-04-071-4/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-0/+3
|\
| * hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang2022-03-151-0/+3
* | net: netvsc: remove break after returnSaurabh Sengar2022-03-111-1/+0
* | Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan2022-02-091-8/+16
|/
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-164-3/+141
|\
| * net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-204-3/+141
* | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | hv_netvsc: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-221-6/+4
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-022-10/+10
|\
| * Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan2021-10-282-10/+10
* | hv_netvsc: Add comment of netvsc_xdp_xmit()Jiasheng Jiang2021-10-141-0/+1
* | hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang2021-10-101-2/+1
* | net: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
|/