Age | Commit message (Expand) | Author |
2024-08-15 | virtio_net: move netdev_tx_reset_queue() call before RX napi enable | Jiri Pirko |
2024-08-05 | virtio-net: unbreak vq resizing when coalescing is not negotiated | Heng Qi |
2024-08-05 | virtio-net: check feature before configuring the vq coalescing command | Heng Qi |
2024-07-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko |
2024-07-17 | virtio_net: convert to use virtio_find_vqs_info() | Jiri Pirko |
2024-07-14 | virtio_net: Fix napi_skb_cache_put warning | Breno Leitao |
2024-07-14 | virtio_net: xsk: rx: support recv merge mode | Xuan Zhuo |
2024-07-14 | virtio_net: xsk: rx: support recv small mode | Xuan Zhuo |
2024-07-14 | virtio_net: xsk: rx: support fill with xsk buffer | Xuan Zhuo |
2024-07-14 | virtio_net: xsk: support wakeup | Xuan Zhuo |
2024-07-14 | virtio_net: xsk: bind/unbind xsk for rx | Xuan Zhuo |
2024-07-14 | virtio_net: separate receive_mergeable | Xuan Zhuo |
2024-07-14 | virtio_net: separate receive_buf | Xuan Zhuo |
2024-07-14 | virtio_net: separate virtnet_tx_resize() | Xuan Zhuo |
2024-07-14 | virtio_net: separate virtnet_rx_resize() | Xuan Zhuo |
2024-07-14 | virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM | Xuan Zhuo |
2024-06-25 | virtio-net: support dim profile fine-tuning | Heng Qi |
2024-06-25 | virtio_net: Remove u64_stats_update_begin()/end() for stats fetch | Li RongQing |
2024-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-06-19 | virtio_net: add support for Byte Queue Limits | Jiri Pirko |
2024-06-19 | virtio_net: fixing XDP for fully checksummed packets handling | Heng Qi |
2024-06-19 | virtio_net: checksum offloading handling fix | Heng Qi |
2024-06-01 | virtio_net: fix a spurious deadlock issue | Heng Qi |
2024-06-01 | virtio_net: fix possible dim status unrecoverable | Heng Qi |
2024-06-01 | virtio_net: fix missing lock protection on control_buf access | Heng Qi |
2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-05-22 | net: virtio: drop owner assignment | Krzysztof Kozlowski |
2024-05-16 | virtio_net: Fix missed rtnl_unlock | Daniel Jurgens |
2024-05-13 | virtio_net: remove the misleading comment | Xuan Zhuo |
2024-05-13 | virtio_net: rx remove premapped failover code | Xuan Zhuo |
2024-05-13 | virtio_net: big mode skip the unmap check | Xuan Zhuo |
2024-05-13 | virtio_net: Add TX stopped and wake counters | Daniel Jurgens |
2024-05-10 | virtio_net: Fix memory leak in virtnet_rx_mod_work | Daniel Jurgens |
2024-05-07 | virtio_net: Remove rtnl lock protection of command buffers | Daniel Jurgens |
2024-05-07 | virtio_net: Add a lock for per queue RX coalesce | Daniel Jurgens |
2024-05-07 | virtio_net: Do DIM update for specified queue only | Daniel Jurgens |
2024-05-07 | virtio_net: Add a lock for the command VQ. | Daniel Jurgens |
2024-05-07 | virtio_net: Remove command data from control_buf | Daniel Jurgens |
2024-05-07 | virtio_net: Store RSS setting in virtnet_info | Daniel Jurgens |
2024-04-30 | virtio-net: support queue stat | Xuan Zhuo |
2024-04-30 | virtio_net: add the total stats field | Xuan Zhuo |
2024-04-30 | virtio_net: device stats helpers support driver stats | Xuan Zhuo |
2024-04-30 | virtio_net: support device stats | Xuan Zhuo |
2024-04-30 | virtio_net: remove "_queue" from ethtool -S | Xuan Zhuo |
2024-04-30 | virtio_net: introduce ability to get reply info from device | Xuan Zhuo |
2024-04-18 | virtio_net: Support RX hash XDP hint | Liang Chen |
2024-04-07 | virtio_net: Do not send RSS key if it is not supported | Breno Leitao |
2024-03-19 | virtio_net: rename free_old_xmit_skbs to free_old_xmit | Xuan Zhuo |
2024-03-19 | virtio_net: unify the code for recycling the xmit ptr | Xuan Zhuo |