summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds11 days1-1/+0
|\
| * net: virtio: drop owner assignmentKrzysztof Kozlowski12 days1-1/+0
* | virtio_net: Fix missed rtnl_unlockDaniel Jurgens2024-05-161-3/+3
* | virtio_net: remove the misleading commentXuan Zhuo2024-05-131-1/+0
* | virtio_net: rx remove premapped failover codeXuan Zhuo2024-05-131-50/+35
* | virtio_net: big mode skip the unmap checkXuan Zhuo2024-05-131-2/+2
* | virtio_net: Add TX stopped and wake countersDaniel Jurgens2024-05-131-2/+26
* | virtio_net: Fix memory leak in virtnet_rx_mod_workDaniel Jurgens2024-05-101-2/+1
* | virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens2024-05-071-20/+4
* | virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens2024-05-071-12/+41
* | virtio_net: Do DIM update for specified queue onlyDaniel Jurgens2024-05-071-25/+15
* | virtio_net: Add a lock for the command VQ.Daniel Jurgens2024-05-071-1/+10
* | virtio_net: Remove command data from control_bufDaniel Jurgens2024-05-071-39/+85
* | virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens2024-05-071-20/+20
* | virtio-net: support queue statXuan Zhuo2024-04-301-21/+371
* | virtio_net: add the total stats fieldXuan Zhuo2024-04-301-12/+69
* | virtio_net: device stats helpers support driver statsXuan Zhuo2024-04-301-75/+82
* | virtio_net: support device statsXuan Zhuo2024-04-301-4/+472
* | virtio_net: remove "_queue" from ethtool -SXuan Zhuo2024-04-301-2/+2
* | virtio_net: introduce ability to get reply info from deviceXuan Zhuo2024-04-301-7/+17
* | virtio_net: Support RX hash XDP hintLiang Chen2024-04-181-0/+43
|/
* virtio_net: Do not send RSS key if it is not supportedBreno Leitao2024-04-071-4/+22
* virtio_net: rename free_old_xmit_skbs to free_old_xmitXuan Zhuo2024-03-191-5/+5
* virtio_net: unify the code for recycling the xmit ptrXuan Zhuo2024-03-191-43/+39
* virtio-net: add cond_resched() to the command waiting loopJason Wang2024-03-191-1/+3
* virtio-net: convert rx mode setting to use workqueueJason Wang2024-03-191-3/+52
* virtio_net: Fix "ā€˜%dā€™ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun2024-01-111-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-30/+30
|\
| * virtio_net: fix missing dma unmap for resizeXuan Zhuo2024-01-031-30/+30
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-13/+16
* | virtio-net: support rx netdimHeng Qi2023-12-131-14/+162
* | virtio-net: extract virtqueue coalescig cmd for reuseHeng Qi2023-12-131-42/+64
* | virtio-net: separate rx/tx coalescing moderation cmdsHeng Qi2023-12-131-3/+28
* | virtio-net: returns whether napi is completeHeng Qi2023-12-131-1/+5
|/
* virtio_net: use u64_stats_t infra to avoid data-racesEric Dumazet2023-10-271-59/+65
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-7/+7
|\
| * virtio_net: fix the missing of the dma cpu syncXuan Zhuo2023-10-151-7/+7
* | virtio-net: a tiny comment updateHeng Qi2023-10-111-1/+1
* | virtio-net: fix the vq coalescing setting for vq resizeHeng Qi2023-10-111-0/+27
* | virtio-net: fix per queue coalescing parameter settingHeng Qi2023-10-111-20/+16
* | virtio-net: consistently save parameters for per-queueHeng Qi2023-10-111-0/+9
* | virtio-net: fix mismatch of getting tx-framesHeng Qi2023-10-111-1/+1
* | virtio-net: initially change the value of tx-framesHeng Qi2023-10-111-7/+21
* | virtio_net: avoid data-races on dev->stats fieldsEric Dumazet2023-10-011-15/+15
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-09-041-26/+202
|\
| * virtio_net: merge dma operations when filling mergeable buffersXuan Zhuo2023-09-031-26/+202
* | virtio_net: Introduce skb_vnet_common_hdr to avoid typecastingFeng Liu2023-08-231-9/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-3/+3
|\|
| * Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-181-2/+2
| |\
| | * virtio-net: set queues after driver_okJason Wang2023-08-111-2/+2