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-30virtio-net: set queues after driver_okJason Wang
2023-08-11virtio-net: fix race between set queues and probeJason Wang
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-22virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit
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
2021-08-26virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LROJason Wang
2021-08-26virtio-net: support XDP when not more queuesXuan Zhuo
2021-07-20virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin
2021-07-20virtio_net: Fix error handling in virtnet_restore()Xie Yongji
2021-07-19virtio_net: Remove BUG() to avoid machine deadXianting Tian
2021-05-22virtio_net: Do not pull payload in skb->headEric Dumazet
2021-04-14virtio_net: Add XDP meta data supportYuya Kusakabe
2021-01-12virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike
2020-12-30virtio_net: Fix error code in probe()Dan Carpenter
2020-10-14virtio-net: don't disable guest csum when disable LROTonghao Zhang
2020-05-20virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-04virtio-net: lower min ring num_free for efficiency? jiang
2019-06-14virtio_net: enable napi_tx by defaultWillem de Bruijn
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-06virtio-net: Fix some minor formatting errorsYuval Shaia
2019-04-06virtio-net: Remove inclusion of pci.hYuval Shaia
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-18virtio_net: remove hcpu from virtnet_clean_affinityPeter Xu
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-03virtio_net: Account for tx bytes and packets on sending xdp_framesToshiaki Makita
2019-01-30virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita
2019-01-30virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita
2019-01-30virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita
2019-01-30virtio_net: Fix out of bounds access of sqToshiaki Makita
2019-01-30virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita
2019-01-30virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita
2019-01-30virtio_net: Don't enable NAPI when interface is downToshiaki Makita
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-19virtio_net: bulk free tx skbsMichael S. Tsirkin
2019-01-19virtio-net: per-queue RPS configWillem de Bruijn
2018-12-20virtio-net: ethtool configurable LROWillem de Bruijn
2018-11-30virtio-net: keep vnet header zeroed after processing XDPJason Wang
2018-11-23virtio-net: fail XDP set if guest csum is negotiatedJason Wang
2018-11-23virtio-net: disable guest csum during XDP setJason Wang
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-17virtio_net: avoid using netif_tx_disable() for serializing tx routineAke Koomsin
2018-10-10virtio_net: ethtool tx napi configurationJason Wang
2018-09-28virtio_net: remove ndo_poll_controllerEric Dumazet
2018-08-13virtio_net: remove duplicated include from virtio_net.cYueHaibing