summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
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
2023-12-13virtio-net: support rx netdimHeng Qi
2023-12-13virtio-net: extract virtqueue coalescig cmd for reuseHeng Qi
2023-12-13virtio-net: separate rx/tx coalescing moderation cmdsHeng Qi
2023-12-13virtio-net: returns whether napi is completeHeng Qi
2023-10-27virtio_net: use u64_stats_t infra to avoid data-racesEric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-15virtio_net: fix the missing of the dma cpu syncXuan Zhuo
2023-10-11virtio-net: a tiny comment updateHeng Qi
2023-10-11virtio-net: fix the vq coalescing setting for vq resizeHeng Qi
2023-10-11virtio-net: fix per queue coalescing parameter settingHeng Qi
2023-10-11virtio-net: consistently save parameters for per-queueHeng Qi
2023-10-11virtio-net: fix mismatch of getting tx-framesHeng Qi
2023-10-11virtio-net: initially change the value of tx-framesHeng Qi
2023-10-01virtio_net: avoid data-races on dev->stats fieldsEric Dumazet
2023-09-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-09-03virtio_net: merge dma operations when filling mergeable buffersXuan Zhuo
2023-08-23virtio_net: Introduce skb_vnet_common_hdr to avoid typecastingFeng Liu
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-11virtio-net: set queues after driver_okJason Wang
2023-08-10virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG caseHawkins Jiawei
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski