aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-21/+13
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio_net: convert to use virtio_find_vqs_info()Jiri Pirko1-21/+13
2024-07-14virtio_net: Fix napi_skb_cache_put warningBreno Leitao1-4/+4
2024-07-14virtio_net: xsk: rx: support recv merge modeXuan Zhuo1-0/+144
2024-07-14virtio_net: xsk: rx: support recv small modeXuan Zhuo1-8/+168
2024-07-14virtio_net: xsk: rx: support fill with xsk bufferXuan Zhuo1-4/+66
2024-07-14virtio_net: xsk: support wakeupXuan Zhuo1-0/+24
2024-07-14virtio_net: xsk: bind/unbind xsk for rxXuan Zhuo1-0/+134
2024-07-14virtio_net: separate receive_mergeableXuan Zhuo1-30/+47
2024-07-14virtio_net: separate receive_bufXuan Zhuo1-27/+35
2024-07-14virtio_net: separate virtnet_tx_resize()Xuan Zhuo1-6/+29
2024-07-14virtio_net: separate virtnet_rx_resize()Xuan Zhuo1-8/+21
2024-07-14virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOMXuan Zhuo1-12/+9
2024-06-25virtio-net: support dim profile fine-tuningHeng Qi1-7/+47
2024-06-25virtio_net: Remove u64_stats_update_begin()/end() for stats fetchLi RongQing1-2/+3
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+29
2024-06-19virtio_net: add support for Byte Queue LimitsJiri Pirko1-24/+57
2024-06-19virtio_net: fixing XDP for fully checksummed packets handlingHeng Qi1-1/+19
2024-06-19virtio_net: checksum offloading handling fixHeng Qi1-2/+10
2024-06-01virtio_net: fix a spurious deadlock issueHeng Qi1-20/+16
2024-06-01virtio_net: fix possible dim status unrecoverableHeng Qi1-1/+1
2024-06-01virtio_net: fix missing lock protection on control_buf accessHeng Qi1-1/+3
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22net: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-16virtio_net: Fix missed rtnl_unlockDaniel Jurgens1-3/+3
2024-05-13virtio_net: remove the misleading commentXuan Zhuo1-1/+0
2024-05-13virtio_net: rx remove premapped failover codeXuan Zhuo1-50/+35
2024-05-13virtio_net: big mode skip the unmap checkXuan Zhuo1-2/+2
2024-05-13virtio_net: Add TX stopped and wake countersDaniel Jurgens1-2/+26
2024-05-10virtio_net: Fix memory leak in virtnet_rx_mod_workDaniel Jurgens1-2/+1
2024-05-07virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens1-20/+4
2024-05-07virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens1-12/+41
2024-05-07virtio_net: Do DIM update for specified queue onlyDaniel Jurgens1-25/+15
2024-05-07virtio_net: Add a lock for the command VQ.Daniel Jurgens1-1/+10
2024-05-07virtio_net: Remove command data from control_bufDaniel Jurgens1-39/+85
2024-05-07virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens1-20/+20
2024-04-30virtio-net: support queue statXuan Zhuo1-21/+371
2024-04-30virtio_net: add the total stats fieldXuan Zhuo1-12/+69
2024-04-30virtio_net: device stats helpers support driver statsXuan Zhuo1-75/+82
2024-04-30virtio_net: support device statsXuan Zhuo1-4/+472
2024-04-30virtio_net: remove "_queue" from ethtool -SXuan Zhuo1-2/+2
2024-04-30virtio_net: introduce ability to get reply info from deviceXuan Zhuo1-7/+17
2024-04-18virtio_net: Support RX hash XDP hintLiang Chen1-0/+43
2024-04-07virtio_net: Do not send RSS key if it is not supportedBreno Leitao1-4/+22
2024-03-19virtio_net: rename free_old_xmit_skbs to free_old_xmitXuan Zhuo1-5/+5
2024-03-19virtio_net: unify the code for recycling the xmit ptrXuan Zhuo1-43/+39
2024-03-19virtio-net: add cond_resched() to the command waiting loopJason Wang1-1/+3
2024-03-19virtio-net: convert rx mode setting to use workqueueJason Wang1-3/+52
2024-01-11virtio_net: Fix "ā€˜%dā€™ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun1-4/+5