aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-19virtio-net: fix pages leaking when building skb in big modeJason Wang1-0/+4
2021-08-29virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sqLi RongQing1-3/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2021-08-17virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LROJason Wang1-7/+7
2021-08-04virtio_net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-5/+5
2021-08-03virtio-net: realign page_to_skb() after mergesJakub Kicinski1-19/+8
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+7
2021-07-10virtio_net: check virtqueue_add_sgs() return valueYunjian Wang1-1/+7
2021-07-08virtio_net: disable cb aggressivelyMichael S. Tsirkin1-4/+11
2021-07-03virtio_net: move txq wakeups under tx q lockMichael S. Tsirkin1-6/+7
2021-07-03virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin1-1/+21
2021-07-03virtio_net: Fix error handling in virtnet_restore()Xie Yongji1-1/+4
2021-06-23virtio_net: Use virtio_find_vqs_ctx() helperXianting Tian1-2/+2
2021-06-07virtio_net: Remove BUG() to avoid machine deadXianting Tian1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2021-06-03virtio-net: fix for skb_over_panic inside big modeXuan Zhuo1-1/+1
2021-06-01virtio_net: get build_skb() buf by data ptrXuan Zhuo1-11/+6
2021-06-01virtio-net: fix for unable to handle page fault for addressXuan Zhuo1-1/+2
2021-05-31virtio-net: Add validation for used lengthXie Yongji1-7/+13
2021-05-13virtio-net: get build_skb() buf by data ptrXuan Zhuo1-2/+6
2021-05-13virtio-net: fix for unable to handle page fault for addressXuan Zhuo1-6/+6
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+7
2021-05-03virtio-net: don't allocate control_buf if not supportedMax Gurtovoy1-3/+7
2021-04-23virtio-net: fix use-after-free in skb_gro_receiveXuan Zhuo1-3/+9
2021-04-20virtio-net: fix use-after-free in page_to_skb()Eric Dumazet1-1/+4
2021-04-20virtio-net: restrict build_skb() use to some archesEric Dumazet1-1/+1
2021-04-16virtio-net: page_to_skb() use build_skb when there's sufficient tailroomXuan Zhuo1-21/+48
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2021-04-06virtio_net: Do not pull payload in skb->headEric Dumazet1-3/+7
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-12/+13
2021-03-18net: move the xps maps to an arrayAntoine Tenart1-1/+1
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-12/+13
2021-03-17virtio_net: Update driver to use ethtool_sprintfAlexander Duyck1-11/+7
2021-03-10virtio-net: support XDP when not more queuesXuan Zhuo1-13/+49
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+2
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2021-02-25virtio-net: Support IFF_TX_SKB_NO_LINEAR flagXuan Zhuo1-1/+2
2021-02-23virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-8/+4
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+2
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-5/+7
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2020-12-23virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike1-5/+7
2020-12-18virtio_net: Fix error code in probe()Dan Carpenter1-0/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-10-21Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin1-36/+12
2020-10-13virtio-net: ethtool configurable RXCSUMTonghao Zhang1-12/+36
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+7
2020-09-29virtio-net: don't disable guest csum when disable LROTonghao Zhang1-1/+7