summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
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
2024-04-30virtio_net: device stats helpers support driver statsXuan Zhuo
2024-04-30virtio_net: support device statsXuan Zhuo
2024-04-30virtio_net: remove "_queue" from ethtool -SXuan Zhuo
2024-04-30virtio_net: introduce ability to get reply info from deviceXuan Zhuo
2024-04-18virtio_net: Support RX hash XDP hintLiang Chen
2024-04-07virtio_net: Do not send RSS key if it is not supportedBreno Leitao
2024-03-19virtio_net: rename free_old_xmit_skbs to free_old_xmitXuan Zhuo
2024-03-19virtio_net: unify the code for recycling the xmit ptrXuan Zhuo
2024-03-19virtio-net: add cond_resched() to the command waiting loopJason Wang
2024-03-19virtio-net: convert rx mode setting to use workqueueJason Wang
2024-01-11virtio_net: Fix "ā€˜%dā€™ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03virtio_net: fix missing dma unmap for resizeXuan Zhuo
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki