summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2024-02-05virtio_net: Fix "ā€˜%dā€™ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun
2023-08-23virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG caseHawkins Jiawei
2023-08-23virtio-net: set queues after driver_okJason Wang
2023-08-23virtio_net: notify MAC address change on device initializationLaurent Vivier
2023-08-03virtio-net: fix race between set queues and probeJason Wang
2023-06-14virtio_net: use control_buf for coalesce paramsBrett Creeley
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-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-11-24virtio_net: Fix probe failed when modprobe virtio_netLi Zetao
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-10-07virtio-net: use mtu size as buffer length for big packetsGavin Li
2022-10-07virtio-net: introduce and use helper function for guest gso support checksGavin Li
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-16virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"Michael S. Tsirkin
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-12virtio_net: fix endian-ness for RSSMichael S. Tsirkin
2022-08-11net: virtio_net: notifications coalescing supportAlvaro Karsz
2022-08-11virtio_net: support set_ringparamXuan Zhuo
2022-08-11virtio_net: support tx queue resizeXuan Zhuo
2022-08-11virtio_net: support rx queue resizeXuan Zhuo
2022-08-11virtio_net: split free_unused_bufs()Xuan Zhuo
2022-08-11virtio_net: get ringparam by virtqueue_get_vring_max_size()Xuan Zhuo
2022-08-11virtio_net: set the default max ring size by find_vqs()Xuan Zhuo
2022-08-08virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo
2022-07-27virtio-net: fix the race between refill work and closeJason Wang
2022-06-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-06-27virtio-net: fix race between ndo_open() and virtio_device_ready()Jason Wang
2022-06-22virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold
2022-05-08net: virtio: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski
2022-04-26virtio_net: fix wrong buf address calculation when using xdpNikolay Aleksandrov
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-28drivers/net/virtio_net: Added RSS hash report control.Andrew Melnychenko
2022-03-28drivers/net/virtio_net: Added RSS hash report.Andrew Melnychenko
2022-03-28drivers/net/virtio_net: Added basic RSS support.Andrew Melnychenko
2022-03-28drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.Andrew Melnychenko
2022-02-15virtio_net: Fix code indent errorMichael Catanzaro
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16virtio_net: fix rx_drops stat for small pktsWenliang Wang