index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
net/vdpa: fix potential fd leak in net_init_vhost_vdpa()
Stefano Garzarella
1
-3
/
+2
2025-07-21
net/vhost-user: Remove unused "err" from chr_closed_bh() (CID 1612365)
Laurent Vivier
1
-4
/
+0
2025-07-21
net/passt: Initialize "error" variable in net_passt_send() (CID 1612368)
Laurent Vivier
1
-1
/
+1
2025-07-21
net/passt: Check return value of g_remove() in net_passt_cleanup() (CID 1612369)
Laurent Vivier
1
-1
/
+4
2025-07-21
net/passt: Remove dead code in passt_vhost_user_start error path (CID 1612371)
Laurent Vivier
1
-8
/
+2
2025-07-21
net/vhost-user: Remove unused "err" from net_vhost_user_event() (CID 1612372)
Laurent Vivier
1
-5
/
+0
2025-07-21
net/passt: Remove unused "err" from passt_vhost_user_event() (CID 1612375)
Laurent Vivier
1
-5
/
+0
2025-07-21
tap: fix net_init_tap() return code
Steve Sistare
1
-2
/
+2
2025-07-21
net/tap: drop too small packets
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2025-07-16
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
1
-18
/
+79
2025-07-16
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2
-7
/
+36
2025-07-15
net/af-xdp: Support pinned map path for AF_XDP sockets
Daniel Borkmann
1
-5
/
+78
2025-07-15
net/af-xdp: Fix up cleanup path upon failure in queue creation
Daniel Borkmann
1
-4
/
+4
2025-07-15
net/af-xdp: Remove XDP program cleanup logic
Daniel Borkmann
1
-12
/
+0
2025-07-14
net/vhost-vdpa: Remove dummy SetSteeringEBPF
Akihiko Odaki
1
-8
/
+0
2025-07-14
virtio-net: Retrieve peer hashing capability
Akihiko Odaki
1
-2
/
+2
2025-07-14
net/vhost-vdpa: Report hashing capability
Akihiko Odaki
2
-0
/
+37
2025-07-14
net/passt: Implement vhost-user backend support
Laurent Vivier
1
-0
/
+346
2025-07-14
net: Add passt network backend
Laurent Vivier
5
-0
/
+421
2025-07-14
net: Add is_vhost_user flag to vhost_net struct
Laurent Vivier
3
-0
/
+3
2025-07-14
net: Allow network backends to advertise max TX queue size
Laurent Vivier
3
-0
/
+3
2025-07-14
net: Add save_acked_features callback to vhost_net
Laurent Vivier
4
-3
/
+4
2025-07-14
net: Add get_acked_features callback to VhostNetOptions
Laurent Vivier
3
-1
/
+5
2025-07-14
net: Consolidate vhost feature bits into vhost_net structure
Laurent Vivier
3
-1
/
+64
2025-07-14
net: Add get_vhost_net callback to NetClientInfo
Laurent Vivier
4
-14
/
+18
2025-07-14
net: Define net_client_set_link()
Laurent Vivier
2
-14
/
+22
2025-07-14
net: Refactor stream logic for reuse in '-net passt'
Laurent Vivier
4
-219
/
+290
2025-07-14
net: fix buffer overflow in af_xdp_umem_create()
Anastasia Belova
1
-1
/
+1
2025-06-12
net/stream: skip automatic zero-init of large array
Daniel P. Berrangé
1
-1
/
+1
2025-06-12
net/socket: skip automatic zero-init of large array
Daniel P. Berrangé
1
-1
/
+1
2025-06-02
vdpa: move iova_tree allocation to net_vhost_vdpa_init
Eugenio Pérez
1
-33
/
+3
2025-06-02
vdpa: check for iova tree initialized at net_client_start
Eugenio Pérez
1
-1
/
+3
2025-04-25
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
4
-4
/
+4
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
10
-11
/
+11
2025-04-24
cleanup: Drop pointless return at end of function
Markus Armbruster
1
-2
/
+0
2025-03-19
error: Strip trailing '\n' from an error string argument
Markus Armbruster
1
-1
/
+1
2025-03-17
vdpa: Allow vDPA to work on big-endian machine
Konstantin Shkolnyy
1
-0
/
+13
2025-03-10
tap-linux: Open ipvtap and macvtap
Akihiko Odaki
1
-3
/
+14
2025-03-10
net: move backend cleanup to NIC cleanup
Eugenio Pérez
2
-14
/
+27
2025-03-10
net: parameterize the removing client from nc list
Eugenio Pérez
1
-5
/
+8
2025-02-22
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2
-3
/
+12
2025-02-21
net: vhost-user: add QAPI events to report connection state
Laurent Vivier
1
-0
/
+3
2025-02-21
vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA trees
Jonah Palmer
1
-1
/
+1
2025-02-21
vhost-iova-tree: Implement an IOVA-only tree
Jonah Palmer
1
-2
/
+8
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
3
-3
/
+3
2025-01-30
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
2
-1
/
+3
2025-01-30
net/slirp: libslirp 4.9.0 compatibility
Michael Tokarev
1
-8
/
+17
2025-01-30
net/dump: Correctly compute Ethernet packet offset
Laurent Vivier
1
-1
/
+2
2025-01-30
net: Fix announce_self
Laurent Vivier
1
-0
/
+1
2024-12-31
net/vmnet: Pad short Ethernet frames
William Hooper
1
-3
/
+20
[next]