Age | Commit message (Expand) | Author | Files | Lines |
2024-03-19 | virtio_net: rename free_old_xmit_skbs to free_old_xmit | Xuan Zhuo | 1 | -5/+5 |
2024-03-19 | virtio_net: unify the code for recycling the xmit ptr | Xuan Zhuo | 1 | -43/+39 |
2024-03-19 | virtio-net: add cond_resched() to the command waiting loop | Jason Wang | 1 | -1/+3 |
2024-03-19 | virtio-net: convert rx mode setting to use workqueue | Jason Wang | 1 | -3/+52 |
2024-01-12 | virtio_net: Fix "ā%dā directive writing between 1 and 11 bytes into a reg... | Zhu Yanjun | 1 | -4/+5 |
2024-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -30/+30 |
2024-01-04 | virtio_net: fix missing dma unmap for resize | Xuan Zhuo | 1 | -30/+30 |
2023-12-14 | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops | Ahmed Zaki | 1 | -13/+16 |
2023-12-13 | virtio-net: support rx netdim | Heng Qi | 1 | -14/+162 |
2023-12-13 | virtio-net: extract virtqueue coalescig cmd for reuse | Heng Qi | 1 | -42/+64 |
2023-12-13 | virtio-net: separate rx/tx coalescing moderation cmds | Heng Qi | 1 | -3/+28 |
2023-12-13 | virtio-net: returns whether napi is complete | Heng Qi | 1 | -1/+5 |
2023-10-27 | virtio_net: use u64_stats_t infra to avoid data-races | Eric Dumazet | 1 | -59/+65 |
2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+7 |
2023-10-15 | virtio_net: fix the missing of the dma cpu sync | Xuan Zhuo | 1 | -7/+7 |
2023-10-11 | virtio-net: a tiny comment update | Heng Qi | 1 | -1/+1 |
2023-10-11 | virtio-net: fix the vq coalescing setting for vq resize | Heng Qi | 1 | -0/+27 |
2023-10-11 | virtio-net: fix per queue coalescing parameter setting | Heng Qi | 1 | -20/+16 |
2023-10-11 | virtio-net: consistently save parameters for per-queue | Heng Qi | 1 | -0/+9 |
2023-10-11 | virtio-net: fix mismatch of getting tx-frames | Heng Qi | 1 | -1/+1 |
2023-10-11 | virtio-net: initially change the value of tx-frames | Heng Qi | 1 | -7/+21 |
2023-10-01 | virtio_net: avoid data-races on dev->stats fields | Eric Dumazet | 1 | -15/+15 |
2023-09-04 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -26/+202 |
2023-09-04 | virtio_net: merge dma operations when filling mergeable buffers | Xuan Zhuo | 1 | -26/+202 |
2023-08-23 | virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting | Feng Liu | 1 | -9/+18 |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
2023-08-18 | Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -2/+2 |
2023-08-11 | virtio-net: set queues after driver_ok | Jason Wang | 1 | -2/+2 |
2023-08-10 | virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case | Hawkins Jiawei | 1 | -1/+1 |
2023-08-04 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -0/+1 |
2023-08-03 | net: move struct netdev_rx_queue out of netdevice.h | Jakub Kicinski | 1 | -0/+1 |
2023-08-02 | virtio_net: enable per queue interrupt coalesce feature | Gavin Li | 1 | -0/+3 |
2023-08-02 | virtio_net: support per queue interrupt coalesce command | Gavin Li | 1 | -8/+141 |
2023-08-02 | virtio_net: extract interrupt coalescing settings to a structure | Gavin Li | 1 | -16/+19 |
2023-07-27 | virtio-net: fix race between set queues and probe | Jason Wang | 1 | -2/+2 |
2023-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+8 |
2023-06-07 | virtio_net: use control_buf for coalesce params | Brett Creeley | 1 | -8/+8 |
2023-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -17/+44 |
2023-05-15 | virtio_net: Fix error unwinding of XDP initialization | Feng Liu | 1 | -17/+44 |
2023-05-13 | net: introduce and use skb_frag_fill_page_desc() | Yunsheng Lin | 1 | -3/+1 |
2023-05-10 | virtio_net: introduce virtnet_build_skb() | Xuan Zhuo | 1 | -13/+21 |
2023-05-10 | virtio_net: introduce receive_small_build_xdp | Xuan Zhuo | 1 | -17/+31 |
2023-05-10 | virtio_net: small: remove skip_xdp | Xuan Zhuo | 1 | -14/+12 |
2023-05-10 | virtio_net: small: avoid code duplication in xdp scenarios | Xuan Zhuo | 1 | -4/+8 |
2023-05-10 | virtio_net: small: remove the delta | Xuan Zhuo | 1 | -5/+1 |
2023-05-10 | virtio_net: introduce receive_small_xdp() | Xuan Zhuo | 1 | -65/+100 |
2023-05-10 | virtio_net: merge: remove skip_xdp | Xuan Zhuo | 1 | -13/+10 |
2023-05-10 | virtio_net: introduce receive_mergeable_xdp() | Xuan Zhuo | 1 | -41/+64 |
2023-05-10 | virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo | Xuan Zhuo | 1 | -3/+7 |
2023-05-10 | virtio_net: separate the logic of freeing the rest mergeable buf | Xuan Zhuo | 1 | -12/+24 |