summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2024-09-26virtio_net: Fix mismatched buf address when unmapping for small packetsWenbo Li
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-10virtio_net: disable premapped mode by defaultXuan Zhuo
2024-09-10Revert "virtio_net: big mode skip the unmap check"Xuan Zhuo
2024-09-10Revert "virtio_net: rx remove premapped failover code"Xuan Zhuo
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-15virtio-net: synchronize probe with ndo_set_featuresJason Wang
2024-08-15virtio-net: synchronize operstate with admin state on up/downJason Wang
2024-08-15virtio_net: move netdev_tx_reset_queue() call before RX napi enableJiri Pirko
2024-08-05virtio-net: unbreak vq resizing when coalescing is not negotiatedHeng Qi
2024-08-05virtio-net: check feature before configuring the vq coalescing commandHeng Qi
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtio_net: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-14virtio_net: Fix napi_skb_cache_put warningBreno Leitao
2024-07-14virtio_net: xsk: rx: support recv merge modeXuan Zhuo
2024-07-14virtio_net: xsk: rx: support recv small modeXuan Zhuo
2024-07-14virtio_net: xsk: rx: support fill with xsk bufferXuan Zhuo
2024-07-14virtio_net: xsk: support wakeupXuan Zhuo
2024-07-14virtio_net: xsk: bind/unbind xsk for rxXuan Zhuo
2024-07-14virtio_net: separate receive_mergeableXuan Zhuo
2024-07-14virtio_net: separate receive_bufXuan Zhuo
2024-07-14virtio_net: separate virtnet_tx_resize()Xuan Zhuo
2024-07-14virtio_net: separate virtnet_rx_resize()Xuan Zhuo
2024-07-14virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOMXuan Zhuo
2024-06-25virtio-net: support dim profile fine-tuningHeng Qi
2024-06-25virtio_net: Remove u64_stats_update_begin()/end() for stats fetchLi RongQing
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-19virtio_net: add support for Byte Queue LimitsJiri Pirko
2024-06-19virtio_net: fixing XDP for fully checksummed packets handlingHeng Qi
2024-06-19virtio_net: checksum offloading handling fixHeng Qi
2024-06-01virtio_net: fix a spurious deadlock issueHeng Qi
2024-06-01virtio_net: fix possible dim status unrecoverableHeng Qi
2024-06-01virtio_net: fix missing lock protection on control_buf accessHeng Qi
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22net: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-16virtio_net: Fix missed rtnl_unlockDaniel Jurgens
2024-05-13virtio_net: remove the misleading commentXuan Zhuo
2024-05-13virtio_net: rx remove premapped failover codeXuan Zhuo
2024-05-13virtio_net: big mode skip the unmap checkXuan Zhuo
2024-05-13virtio_net: Add TX stopped and wake countersDaniel Jurgens
2024-05-10virtio_net: Fix memory leak in virtnet_rx_mod_workDaniel Jurgens
2024-05-07virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens
2024-05-07virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens
2024-05-07virtio_net: Do DIM update for specified queue onlyDaniel Jurgens
2024-05-07virtio_net: Add a lock for the command VQ.Daniel Jurgens
2024-05-07virtio_net: Remove command data from control_bufDaniel Jurgens
2024-05-07virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens
2024-04-30virtio-net: support queue statXuan Zhuo
2024-04-30virtio_net: add the total stats fieldXuan Zhuo