aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
4 daysnet/vdpa: fix potential fd leak in net_init_vhost_vdpa()Stefano Garzarella1-3/+2
2025-07-21net/vhost-user: Remove unused "err" from chr_closed_bh() (CID 1612365)Laurent Vivier1-4/+0
2025-07-21net/passt: Initialize "error" variable in net_passt_send() (CID 1612368)Laurent Vivier1-1/+1
2025-07-21net/passt: Check return value of g_remove() in net_passt_cleanup() (CID 1612369)Laurent Vivier1-1/+4
2025-07-21net/passt: Remove dead code in passt_vhost_user_start error path (CID 1612371)Laurent Vivier1-8/+2
2025-07-21net/vhost-user: Remove unused "err" from net_vhost_user_event() (CID 1612372)Laurent Vivier1-5/+0
2025-07-21net/passt: Remove unused "err" from passt_vhost_user_event() (CID 1612375)Laurent Vivier1-5/+0
2025-07-21tap: fix net_init_tap() return codeSteve Sistare1-2/+2
2025-07-21net/tap: drop too small packetsVladimir Sementsov-Ogievskiy1-0/+5
2025-07-16Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-18/+79
2025-07-16Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2-7/+36
2025-07-15net/af-xdp: Support pinned map path for AF_XDP socketsDaniel Borkmann1-5/+78
2025-07-15net/af-xdp: Fix up cleanup path upon failure in queue creationDaniel Borkmann1-4/+4
2025-07-15net/af-xdp: Remove XDP program cleanup logicDaniel Borkmann1-12/+0
2025-07-14net/vhost-vdpa: Remove dummy SetSteeringEBPFAkihiko Odaki1-8/+0
2025-07-14virtio-net: Retrieve peer hashing capabilityAkihiko Odaki1-2/+2
2025-07-14net/vhost-vdpa: Report hashing capabilityAkihiko Odaki2-0/+37
2025-07-14net/passt: Implement vhost-user backend supportLaurent Vivier1-0/+346
2025-07-14net: Add passt network backendLaurent Vivier5-0/+421
2025-07-14net: Add is_vhost_user flag to vhost_net structLaurent Vivier3-0/+3
2025-07-14net: Allow network backends to advertise max TX queue sizeLaurent Vivier3-0/+3
2025-07-14net: Add save_acked_features callback to vhost_netLaurent Vivier4-3/+4
2025-07-14net: Add get_acked_features callback to VhostNetOptionsLaurent Vivier3-1/+5
2025-07-14net: Consolidate vhost feature bits into vhost_net structureLaurent Vivier3-1/+64
2025-07-14net: Add get_vhost_net callback to NetClientInfoLaurent Vivier4-14/+18
2025-07-14net: Define net_client_set_link()Laurent Vivier2-14/+22
2025-07-14net: Refactor stream logic for reuse in '-net passt'Laurent Vivier4-219/+290
2025-07-14net: fix buffer overflow in af_xdp_umem_create()Anastasia Belova1-1/+1
2025-06-12net/stream: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12net/socket: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-02vdpa: move iova_tree allocation to net_vhost_vdpa_initEugenio Pérez1-33/+3
2025-06-02vdpa: check for iova tree initialized at net_client_startEugenio Pérez1-1/+3
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé4-4/+4
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé10-11/+11
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster1-2/+0
2025-03-19error: Strip trailing '\n' from an error string argumentMarkus Armbruster1-1/+1
2025-03-17vdpa: Allow vDPA to work on big-endian machineKonstantin Shkolnyy1-0/+13
2025-03-10tap-linux: Open ipvtap and macvtapAkihiko Odaki1-3/+14
2025-03-10net: move backend cleanup to NIC cleanupEugenio Pérez2-14/+27
2025-03-10net: parameterize the removing client from nc listEugenio Pérez1-5/+8
2025-02-22Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2-3/+12
2025-02-21net: vhost-user: add QAPI events to report connection stateLaurent Vivier1-0/+3
2025-02-21vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA treesJonah Palmer1-1/+1
2025-02-21vhost-iova-tree: Implement an IOVA-only treeJonah Palmer1-2/+8
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé3-3/+3
2025-01-30Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2-1/+3
2025-01-30net/slirp: libslirp 4.9.0 compatibilityMichael Tokarev1-8/+17
2025-01-30net/dump: Correctly compute Ethernet packet offsetLaurent Vivier1-1/+2
2025-01-30net: Fix announce_selfLaurent Vivier1-0/+1
2024-12-31net/vmnet: Pad short Ethernet framesWilliam Hooper1-3/+20