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-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-15virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit
2023-02-15virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
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
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-07-19virtio-net: Add validation for used lengthXie Yongji
2021-05-22virtio_net: Do not pull payload in skb->headEric Dumazet
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-21Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin
2020-10-13virtio-net: ethtool configurable RXCSUMTonghao Zhang
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-29virtio-net: don't disable guest csum when disable LROTonghao Zhang
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05virtio_net: use LE accessors for speed/duplexMichael S. Tsirkin
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14virtio_net: Add XDP frame size in two code pathsJesper Dangaard Brouer
2020-05-07virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin
2020-03-05virtio_net: reject unsupported coalescing paramsJakub Kicinski
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno
2020-02-25virtio_net: Add XDP meta data supportYuya Kusakabe
2020-02-25virtio_net: Keep vnet header zeroed if XDP is loaded for small bufferYuya Kusakabe
2020-01-27bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
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