summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2026-04-23virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SETBrett Creeley
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-01virtio_net: clamp rss_max_key_size to NETDEV_RSS_KEY_LENSrujana Challa
2026-03-26virtio-net: enable NETIF_F_GRO_HW only if GRO-related offloads are supportedDi Zhu
2026-03-26virtio_net: sync RX buffer before reading the headerMichael S. Tsirkin
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-24virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_...xietangxin
2026-03-24virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo
2026-03-16virtio_net: add page_pool support for buffer allocationVishwanath Seshagiri
2026-03-06virtio-net: xsk: Support wakeup on RX sideBui Quang Minh
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-15virtio_net: Fix misalignment bug in struct virtnet_infoGustavo A. R. Silva
2026-01-10virtio-net: clean up __virtnet_rx_pause/resumeBui Quang Minh
2026-01-10virtio-net: remove unused delayed refill workerBui Quang Minh
2026-01-10virtio-net: don't schedule delayed refill workerBui Quang Minh
2026-01-04virtio_net: fix device mismatch in devm_kzalloc/devm_kfreeKommula Shiva Shankar
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-26virtio-net: avoid unnecessary checksum calculation on guest RXJon Kohler
2025-11-25virtio_net: enhance wake/stop tx queue statistics accountingLiming Wu
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-13virtio-net: fix incorrect flags recording in big modeXuan Zhuo
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-04virtio-net: fix received length check in big packetsBui Quang Minh
2025-11-04virtio_net: fix alignment for virtio_net_hdr_v1_hashMichael S. Tsirkin
2025-11-04virtio_net: Fix a typo error in virtio_netChu Guangqing
2025-10-23virtio-net: drop the multi-buffer XDP packet in zerocopyBui Quang Minh
2025-10-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-10-01virtio: rename dma helpersJason Wang
2025-09-18net: virtio_net: add get_rxrings ethtool callback for RX ring queriesBreno Leitao
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski
2025-08-26virtio_net: adjust the execution order of function `virtnet_close` during freezeJunnan Wu
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17virtio-net: fix recursived rtnl_lock() during probe()Zigit Zo
2025-07-11virtio_net: simplify tx queue wake condition checkLiming Wu
2025-07-10Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...Jakub Kicinski
2025-07-09virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()Bui Quang Minh
2025-07-08virtio_net: enable gso over UDP tunnel support.Paolo Abeni
2025-07-08virtio_net: add supports for extended offloadsPaolo Abeni
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-03virtio_net: Enforce minimum TX ring size for reliabilityLaurent Vivier
2025-07-03virtio_net: Cleanup '2+MAX_SKB_FRAGS'Laurent Vivier
2025-07-03virtio-net: xsk: rx: fix the frame's length checkBui Quang Minh
2025-07-03virtio-net: use the check_mergeable_len helperBui Quang Minh
2025-07-03virtio-net: remove redundant truesize check with PAGE_SIZEBui Quang Minh
2025-07-03virtio-net: ensure the received length does not exceed allocated sizeBui Quang Minh
2025-06-12net: drv: virtio: migrate to new RXFH callbacksJakub Kicinski
2025-05-08virtio-net: fix total qstat valuesJakub Kicinski
2025-05-05virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable()Jakub Kicinski
2025-05-05virtio-net: don't re-enable refill work too early when NAPI is disabledJakub Kicinski