aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-09virtio_net: separate the logic of freeing xdp shinfoXuan Zhuo1-11/+16
2023-05-09virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdpXuan Zhuo1-60/+58
2023-05-09virtio_net: optimize mergeable_xdp_get_buf()Xuan Zhuo1-15/+14
2023-05-09virtio_net: introduce mergeable_xdp_get_buf()Xuan Zhuo1-56/+79
2023-05-09virtio_net: mergeable xdp: put old page immediatelyXuan Zhuo1-12/+7
2023-05-05virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-04-17virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo1-2/+6
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-76/+95
2023-03-16virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() failsXuan Zhuo1-1/+4
2023-03-16virtio_net: fix page_to_skb() miss headroomXuan Zhuo1-5/+6
2023-03-13net: virtio_net: implement exact header length guest featureJiri Pirko1-2/+4