summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2024-11-15virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPYXuan Zhuo
2024-11-15virtio_net: update tx timeout recordXuan Zhuo
2024-11-15virtio_net: xsk: tx: support xmit xsk bufferXuan Zhuo
2024-11-15virtio_net: xsk: prevent disable tx napiXuan Zhuo
2024-11-15virtio_net: xsk: bind/unbind xsk for txXuan Zhuo
2024-11-15virtio_net: refactor the xmit typeXuan Zhuo
2024-11-15virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo
2024-11-15virtio-net: rq submits premapped per-bufferXuan Zhuo
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-07virtio_net: Update rss when set queuePhilo Lu
2024-11-07virtio_net: Sync rss config to device when virtnet_probePhilo Lu
2024-11-07virtio_net: Add hash_key_length checkPhilo Lu
2024-11-07virtio_net: Support dynamic rss indirection table sizePhilo Lu
2024-11-05virtio_net: rx remove premapped failover codeXuan Zhuo
2024-11-05virtio_net: enable premapped mode for merge and small by defaultXuan Zhuo
2024-11-05virtio_net: big mode skip the unmap checkXuan Zhuo
2024-11-05virtio-net: fix overflow inside virtnet_rq_allocXuan Zhuo
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-21virtio_net: fix integer overflow in statsMichael S. Tsirkin
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