summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07virtio_net: use control_buf for coalesce paramsBrett Creeley1-8/+8
2023-05-15virtio_net: Fix error unwinding of XDP initializationFeng Liu1-17/+44
2023-05-05virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-04-17virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo1-2/+6
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-76/+95
2023-03-16virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() failsXuan Zhuo1-1/+4
2023-03-16virtio_net: fix page_to_skb() miss headroomXuan Zhuo1-5/+6
2023-03-14net: virtio_net: implement exact header length guest featureJiri Pirko1-2/+4
2023-03-11virtio_net: add checking sq is full inside xdp xmitXuan Zhuo1-0/+3
2023-03-11virtio_net: separate the logic of checking whether sq is fullXuan Zhuo1-24/+36
2023-03-11virtio_net: reorder some funcsXuan Zhuo1-46/+46
2023-02-11Daniel Borkmann says:Jakub Kicinski1-1/+7
2023-02-08virtio_net: Update xdp_features with xdp multi-buffLorenzo Bianconi1-2/+4
2023-02-06virtio-net: Maintain reverse cleanup orderParav Pandit1-1/+1
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+4
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