aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2024-02-23virtio_net: Fix "ā€˜%dā€™ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun
2023-08-26virtio-net: set queues after driver_okJason Wang
2023-08-03virtio-net: fix race between set queues and probeJason Wang
2023-05-24virtio_net: Fix error unwinding of XDP initializationFeng Liu
2023-05-24virtio-net: Maintain reverse cleanup orderParav Pandit
2023-05-17virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang
2023-05-17virtio_net: split free_unused_bufs()Xuan Zhuo
2023-04-26virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo
2023-02-09virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit
2023-02-09virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-02-01virtio-net: correctly enable callback during start_xmitJason Wang
2022-08-25virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo
2022-08-03virtio-net: fix the race between refill work and closeJason Wang
2022-07-07virtio-net: fix race between ndo_open() and virtio_device_ready()Jason Wang
2022-06-29virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold
2022-05-09virtio_net: fix wrong buf address calculation when using xdpNikolay Aleksandrov
2021-10-09virtio-net: fix for skb_over_panic inside big modeXuan Zhuo
2021-09-19virtio-net: fix pages leaking when building skb in big modeJason Wang
2021-08-29virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sqLi RongQing
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-17virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LROJason Wang
2021-08-04virtio_net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-03virtio-net: realign page_to_skb() after mergesJakub Kicinski
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-10virtio_net: check virtqueue_add_sgs() return valueYunjian Wang
2021-07-08virtio_net: disable cb aggressivelyMichael S. Tsirkin
2021-07-03virtio_net: move txq wakeups under tx q lockMichael S. Tsirkin
2021-07-03virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin
2021-07-03virtio_net: Fix error handling in virtnet_restore()Xie Yongji
2021-06-23virtio_net: Use virtio_find_vqs_ctx() helperXianting Tian
2021-06-07virtio_net: Remove BUG() to avoid machine deadXianting Tian
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03virtio-net: fix for skb_over_panic inside big modeXuan Zhuo
2021-06-01virtio_net: get build_skb() buf by data ptrXuan Zhuo
2021-06-01virtio-net: fix for unable to handle page fault for addressXuan Zhuo
2021-05-31virtio-net: Add validation for used lengthXie Yongji
2021-05-13virtio-net: get build_skb() buf by data ptrXuan Zhuo
2021-05-13virtio-net: fix for unable to handle page fault for addressXuan Zhuo
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-05-03virtio-net: don't allocate control_buf if not supportedMax Gurtovoy
2021-04-23virtio-net: fix use-after-free in skb_gro_receiveXuan Zhuo
2021-04-20virtio-net: fix use-after-free in page_to_skb()Eric Dumazet
2021-04-20virtio-net: restrict build_skb() use to some archesEric Dumazet
2021-04-16virtio-net: page_to_skb() use build_skb when there's sufficient tailroomXuan Zhuo
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-06virtio_net: Do not pull payload in skb->headEric Dumazet
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi