aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-19virtio_net: rename free_old_xmit_skbs to free_old_xmitXuan Zhuo1-5/+5
2024-03-19virtio_net: unify the code for recycling the xmit ptrXuan Zhuo1-43/+39
2024-03-19virtio-net: add cond_resched() to the command waiting loopJason Wang1-1/+3
2024-03-19virtio-net: convert rx mode setting to use workqueueJason Wang1-3/+52
2024-01-11virtio_net: Fix "ā€˜%dā€™ directive writing between 1 and 11 bytes into a region of size 10" warningsZhu Yanjun1-4/+5
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-30/+30
2024-01-03virtio_net: fix missing dma unmap for resizeXuan Zhuo1-30/+30
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-13/+16
2023-12-13virtio-net: support rx netdimHeng Qi1-14/+162
2023-12-13virtio-net: extract virtqueue coalescig cmd for reuseHeng Qi1-42/+64
2023-12-13virtio-net: separate rx/tx coalescing moderation cmdsHeng Qi1-3/+28
2023-12-13virtio-net: returns whether napi is completeHeng Qi1-1/+5
2023-10-27virtio_net: use u64_stats_t infra to avoid data-racesEric Dumazet1-59/+65
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2023-10-15virtio_net: fix the missing of the dma cpu syncXuan Zhuo1-7/+7
2023-10-11virtio-net: a tiny comment updateHeng Qi1-1/+1
2023-10-11virtio-net: fix the vq coalescing setting for vq resizeHeng Qi1-0/+27
2023-10-11virtio-net: fix per queue coalescing parameter settingHeng Qi1-20/+16
2023-10-11virtio-net: consistently save parameters for per-queueHeng Qi1-0/+9
2023-10-11virtio-net: fix mismatch of getting tx-framesHeng Qi1-1/+1
2023-10-11virtio-net: initially change the value of tx-framesHeng Qi1-7/+21
2023-10-01virtio_net: avoid data-races on dev->stats fieldsEric Dumazet1-15/+15
2023-09-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-26/+202
2023-09-03virtio_net: merge dma operations when filling mergeable buffersXuan Zhuo1-26/+202
2023-08-23virtio_net: Introduce skb_vnet_common_hdr to avoid typecastingFeng Liu1-9/+18
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2023-08-11virtio-net: set queues after driver_okJason Wang1-2/+2
2023-08-10virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG caseHawkins Jiawei1-1/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski1-0/+1
2023-08-01virtio_net: enable per queue interrupt coalesce featureGavin Li1-0/+3
2023-08-01virtio_net: support per queue interrupt coalesce commandGavin Li1-8/+141
2023-08-01virtio_net: extract interrupt coalescing settings to a structureGavin Li1-16/+19
2023-07-26virtio-net: fix race between set queues and probeJason Wang1-2/+2
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2023-06-06virtio_net: use control_buf for coalesce paramsBrett Creeley1-8/+8
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+44
2023-05-15virtio_net: Fix error unwinding of XDP initializationFeng Liu1-17/+44
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+1
2023-05-09virtio_net: introduce virtnet_build_skb()Xuan Zhuo1-13/+21
2023-05-09virtio_net: introduce receive_small_build_xdpXuan Zhuo1-17/+31
2023-05-09virtio_net: small: remove skip_xdpXuan Zhuo1-14/+12
2023-05-09virtio_net: small: avoid code duplication in xdp scenariosXuan Zhuo1-4/+8
2023-05-09virtio_net: small: remove the deltaXuan Zhuo1-5/+1
2023-05-09virtio_net: introduce receive_small_xdp()Xuan Zhuo1-65/+100
2023-05-09virtio_net: merge: remove skip_xdpXuan Zhuo1-13/+10
2023-05-09virtio_net: introduce receive_mergeable_xdp()Xuan Zhuo1-41/+64
2023-05-09virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfoXuan Zhuo1-3/+7
2023-05-09virtio_net: separate the logic of freeing the rest mergeable bufXuan Zhuo1-12/+24