summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-02-02virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit1-1/+1
2023-02-02virtio-net: fix possible unsigned integer overflowHeng Qi1-6/+9
2023-02-02virtio_net: notify MAC address change on device initializationLaurent Vivier1-0/+20
2023-02-02virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not setLaurent Vivier1-0/+6
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-01-28virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-25virtio-net: Reduce debug name field size to 16 bytesParav Pandit1-2/+2
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2023-01-18virtio-net: correctly enable callback during start_xmitJason Wang1-2/+4
2023-01-18virtio_net: Reuse buffer free functionParav Pandit1-7/+1
2023-01-16virtio-net: support multi-buffer xdpHeng Qi1-55/+10
2023-01-16virtio-net: remove xdp related info from page_to_skb()Heng Qi1-32/+9
2023-01-16virtio-net: build skb from multi-buffer xdpHeng Qi1-0/+49
2023-01-16virtio-net: transmit the multi-buffer xdpHeng Qi1-5/+26
2023-01-16virtio-net: construct multi-buffer xdp in mergeableHeng Qi1-14/+44
2023-01-16virtio-net: build xdp_buff with multi buffersHeng Qi1-8/+100
2023-01-16virtio-net: update bytes calculation for xdp_frameHeng Qi1-2/+2
2023-01-16virtio-net: set up xdp for multi buffer packetsHeng Qi1-3/+3
2023-01-16virtio-net: fix calculation of MTU for single-buffer xdpHeng Qi1-2/+4
2023-01-16virtio-net: disable the hole mechanism for xdpHeng Qi1-1/+4
2022-12-12drivers/net/virtio_net.c: Added USO support.Andrew Melnychenko1-4/+15
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-11-24virtio_net: Fix probe failed when modprobe virtio_netLi Zetao1-2/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-8/+8
2022-10-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-16/+32
2022-10-07virtio-net: use mtu size as buffer length for big packetsGavin Li1-13/+24
2022-10-07virtio-net: introduce and use helper function for guest gso support checksGavin Li1-4/+9
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-19Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2022-08-16virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"Michael S. Tsirkin1-38/+4
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-39/+286
2022-08-12virtio_net: fix endian-ness for RSSMichael S. Tsirkin1-2/+2
2022-08-11net: virtio_net: notifications coalescing supportAlvaro Karsz1-15/+96
2022-08-11virtio_net: support set_ringparamXuan Zhuo1-0/+48
2022-08-11virtio_net: support tx queue resizeXuan Zhuo1-0/+50
2022-08-11virtio_net: support rx queue resizeXuan Zhuo1-0/+25
2022-08-11virtio_net: split free_unused_bufs()Xuan Zhuo1-16/+25
2022-08-11virtio_net: get ringparam by virtqueue_get_vring_max_size()Xuan Zhuo1-4/+4
2022-08-11virtio_net: set the default max ring size by find_vqs()Xuan Zhuo1-4/+38
2022-08-08virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo1-1/+4
2022-07-27virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-06-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+7
2022-06-27virtio-net: fix race between ndo_open() and virtio_device_ready()Jason Wang1-1/+7
2022-06-23virtio_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-06net: 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