summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun1-4/+5
2023-08-26virtio-net: set queues after driver_okJason Wang1-2/+2
2023-08-11virtio-net: fix race between set queues and probeJason Wang1-2/+2
2023-05-17virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-05-17virtio_net: split free_unused_bufs()Xuan Zhuo1-16/+25
2023-04-26virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo1-2/+6
2023-02-15virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit1-1/+1
2023-02-15virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2022-08-25virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo1-1/+4
2022-08-03virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-07-07virtio-net: fix race between ndo_open() and virtio_device_ready()Jason Wang1-1/+7
2022-06-29virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold1-19/+6
2021-08-26virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LROJason Wang1-7/+7
2021-08-26virtio-net: support XDP when not more queuesXuan Zhuo1-13/+49
2021-07-20virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin1-1/+21
2021-07-20virtio_net: Fix error handling in virtnet_restore()Xie Yongji1-1/+4
2021-07-19virtio_net: Remove BUG() to avoid machine deadXianting Tian1-1/+1
2021-07-19virtio-net: Add validation for used lengthXie Yongji1-7/+13
2021-05-22virtio_net: Do not pull payload in skb->headEric Dumazet1-3/+7
2021-01-12virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike1-5/+7
2020-12-30virtio_net: Fix error code in probe()Dan Carpenter1-0/+1
2020-10-22Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin1-36/+12
2020-10-14virtio-net: ethtool configurable RXCSUMTonghao Zhang1-12/+36
2020-10-06Merge 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
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-4/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+5
2020-08-05virtio_net: use LE accessors for speed/duplexMichael S. Tsirkin1-4/+5
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-17/+0
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-2/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2020-05-15virtio_net: Add XDP frame size in two code pathsJesper Dangaard Brouer1-3/+12
2020-05-07virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin1-2/+4
2020-03-05virtio_net: reject unsupported coalescing paramsJakub Kicinski1-11/+3
2020-03-01net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno1-37/+2
2020-02-26virtio_net: Add XDP meta data supportYuya Kusakabe1-20/+32
2020-02-26virtio_net: Keep vnet header zeroed if XDP is loaded for small bufferYuya Kusakabe1-2/+2
2020-01-27bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend1-1/+1
2020-01-17xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-1/+1
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-5/+2
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-04virtio-net: lower min ring num_free for efficiency? jiang1-1/+1
2019-06-15virtio_net: enable napi_tx by defaultWillem de Bruijn1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-07virtio-net: Fix some minor formatting errorsYuval Shaia1-4/+6
2019-04-07virtio-net: Remove inclusion of pci.hYuval Shaia1-1/+0
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-19virtio_net: remove hcpu from virtnet_clean_affinityPeter Xu1-4/+4
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-47/+124