summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-21virtio_net: fix integer overflow in statsMichael S. Tsirkin1-1/+1
2024-09-26virtio_net: Fix mismatched buf address when unmapping for small packetsWenbo Li1-2/+8
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-49/+46
2024-09-10virtio_net: disable premapped mode by defaultXuan Zhuo1-18/+0
2024-09-10Revert "virtio_net: big mode skip the unmap check"Xuan Zhuo1-2/+2
2024-09-10Revert "virtio_net: rx remove premapped failover code"Xuan Zhuo1-35/+50
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-08-15virtio-net: synchronize probe with ndo_set_featuresJason Wang1-5/+5
2024-08-15virtio-net: synchronize operstate with admin state on up/downJason Wang1-28/+50
2024-08-15virtio_net: move netdev_tx_reset_queue() call before RX napi enableJiri Pirko1-1/+1
2024-08-05virtio-net: unbreak vq resizing when coalescing is not negotiatedHeng Qi1-2/+6
2024-08-05virtio-net: check feature before configuring the vq coalescing commandHeng Qi1-0/+6
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