aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-22virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold1-19/+6
2022-05-08net: virtio: switch to netif_napi_add_weight()Jakub Kicinski1-2/+2
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski1-2/+3
2022-04-26virtio_net: fix wrong buf address calculation when using xdpNikolay Aleksandrov1-1/+19
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-13/+376
2022-03-28drivers/net/virtio_net: Added RSS hash report control.Andrew Melnychenko1-1/+140
2022-03-28drivers/net/virtio_net: Added RSS hash report.Andrew Melnychenko1-6/+49
2022-03-28drivers/net/virtio_net: Added basic RSS support.Andrew Melnychenko1-6/+186
2022-03-28drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.Andrew Melnychenko1-5/+6
2022-02-15virtio_net: Fix code indent errorMichael Catanzaro1-2/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+3
2021-12-16virtio_net: fix rx_drops stat for small pktsWenliang Wang1-6/+3
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-2/+2
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-11-24Revert "virtio-net: don't let virtio core to validate used length"Michael S. Tsirkin1-1/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+3
2021-11-01virtio-net: don't let virtio core to validate used lengthJason Wang1-0/+1
2021-11-01virtio_net: clarify tailroom logicMichael S. Tsirkin1-1/+2
2021-10-28net: virtio: use eth_hw_addr_set()Jakub Kicinski1-3/+7
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-10virtio_net: skip RCU read lock by checking xdp_enabled of viLi RongQing1-0/+14
2021-10-09virtio-net: fix for skb_over_panic inside big modeXuan Zhuo1-1/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-09-20virtio_net: introduce TX timeout watchdogTony Lu1-1/+21
2021-09-19virtio_net: use netdev_warn_once to output warn when without enough queuesXuan Zhuo1-2/+2
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