summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2024-01-03virtio_net: fix missing dma unmap for resizeXuan Zhuo
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
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-08-01virtio_net: enable per queue interrupt coalesce featureGavin Li
2023-08-01virtio_net: support per queue interrupt coalesce commandGavin Li
2023-08-01virtio_net: extract interrupt coalescing settings to a structureGavin Li
2023-07-26virtio-net: fix race between set queues and probeJason Wang
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-06virtio_net: use control_buf for coalesce paramsBrett Creeley
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-15virtio_net: Fix error unwinding of XDP initializationFeng Liu
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-05-09virtio_net: introduce virtnet_build_skb()Xuan Zhuo
2023-05-09virtio_net: introduce receive_small_build_xdpXuan Zhuo
2023-05-09virtio_net: small: remove skip_xdpXuan Zhuo
2023-05-09virtio_net: small: avoid code duplication in xdp scenariosXuan Zhuo
2023-05-09virtio_net: small: remove the deltaXuan Zhuo
2023-05-09virtio_net: introduce receive_small_xdp()Xuan Zhuo
2023-05-09virtio_net: merge: remove skip_xdpXuan Zhuo
2023-05-09virtio_net: introduce receive_mergeable_xdp()Xuan Zhuo
2023-05-09virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfoXuan Zhuo
2023-05-09virtio_net: separate the logic of freeing the rest mergeable bufXuan Zhuo
2023-05-09virtio_net: separate the logic of freeing xdp shinfoXuan Zhuo
2023-05-09virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdpXuan Zhuo
2023-05-09virtio_net: optimize mergeable_xdp_get_buf()Xuan Zhuo
2023-05-09virtio_net: introduce mergeable_xdp_get_buf()Xuan Zhuo
2023-05-09virtio_net: mergeable xdp: put old page immediatelyXuan Zhuo
2023-05-05virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-17virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() failsXuan Zhuo
2023-03-16virtio_net: fix page_to_skb() miss headroomXuan Zhuo