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-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-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2022-11-27
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via
2
-4
/
+4
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
1
-0
/
+1
2022-11-11
net: Replace TAB indentations with spaces
Ahmed Abouzied
1
-5
/
+5
2022-11-08
vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...
Si-Wei Liu
1
-1
/
+1
2022-10-31
net/vhost-vdpa.c: Fix clang compilation failure
Peter Maydell
1
-1
/
+2
2022-10-28
net: stream: add QAPI events to report connection state
Laurent Vivier
1
-0
/
+5
2022-10-28
net: stream: move to QIO to enable additional parameters
Laurent Vivier
1
-316
/
+176
2022-10-28
net: dgram: add unix socket
Laurent Vivier
1
-1
/
+54
2022-10-28
net: dgram: move mcast specific code from net_socket_fd_init_dgram()
Laurent Vivier
1
-67
/
+76
2022-10-28
net: dgram: make dgram_dst generic
Laurent Vivier
1
-29
/
+53
2022-10-28
net: stream: add unix socket
Laurent Vivier
1
-5
/
+102
2022-10-28
net: stream: Don't ignore EINVAL on netdev socket connection
Stefano Brivio
1
-2
/
+1
2022-10-28
net: socket: Don't ignore EINVAL on netdev socket connection
Stefano Brivio
1
-2
/
+1
2022-10-28
qapi: net: add stream and dgram netdevs
Laurent Vivier
6
-1
/
+1001
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
9
-44
/
+38
2022-10-28
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
1
-0
/
+57
2022-10-28
net: simplify net_client_parse() error management
Laurent Vivier
1
-4
/
+2
2022-10-28
net: remove the @errp argument of net_client_inits()
Laurent Vivier
1
-13
/
+7
2022-10-28
net: introduce convert_host_port()
Laurent Vivier
1
-30
/
+32
2022-10-28
net: improve error message for missing netdev backend
Daniel P. Berrangé
1
-7
/
+11
2022-10-28
vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
Si-Wei Liu
1
-5
/
+20
2022-10-28
vdpa: Remove shadow CVQ command check
Eugenio Pérez
1
-48
/
+0
2022-10-28
vdpa: Delete duplicated vdpa_feature_bits entry
Eugenio Pérez
1
-1
/
+0
2022-09-27
virtio: del net client if net_init_tap_one failed
lu zhipeng
1
-6
/
+12
2022-09-27
vdpa: Allow MQ feature in SVQ
Eugenio Pérez
1
-0
/
+1
2022-09-27
vdpa: validate MQ CVQ commands
Eugenio Pérez
1
-0
/
+9
2022-09-27
vdpa: Add vhost_vdpa_net_load_mq
Eugenio Pérez
1
-0
/
+26
2022-09-27
vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
Eugenio Pérez
1
-22
/
+40
2022-09-27
vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type
Eugenio Pérez
1
-11
/
+12
2022-09-02
net/colo.c: Fix the pointer issue reported by Coverity.
Zhang Chen
3
-10
/
+18
2022-09-02
vdpa: Delete CVQ migration blocker
Eugenio Pérez
1
-2
/
+0
2022-09-02
vdpa: Add virtio-net mac address via CVQ at start
Eugenio Pérez
1
-0
/
+40
2022-09-02
vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
Eugenio Pérez
1
-21
/
+38
2022-09-02
vdpa: Move command buffers map to start of net device
Eugenio Pérez
1
-65
/
+58
2022-09-02
vdpa: add net_vhost_vdpa_cvq_info NetClientInfo
Eugenio Pérez
1
-1
/
+11
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
1
-2
/
+2
2022-08-04
vdpa: Fix file descriptor leak on get features error
Eugenio Pérez
1
-2
/
+2
2022-07-20
net/colo.c: fix segmentation fault when packet is not parsed correctly
Zhang Chen
2
-1
/
+9
2022-07-20
net/colo.c: No need to track conn_list for filter-rewriter
Zhang Chen
1
-1
/
+1
2022-07-20
net/colo: Fix a "double free" crash to clear the conn_list
Zhang Chen
2
-2
/
+2
2022-07-20
vdpa: Add x-svq to NetdevVhostVDPAOptions
Eugenio Pérez
1
-3
/
+69
2022-07-20
vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
Eugenio Pérez
1
-10
/
+20
2022-07-20
vdpa: Buffer CVQ support on shadow virtqueue
Eugenio Pérez
1
-8
/
+205
2022-07-20
vdpa: manual forward CVQ buffers
Eugenio Pérez
1
-0
/
+58
2022-07-20
vhost-net-vdpa: add stubs for when no virtio-net device is present
Eugenio Pérez
2
-1
/
+23
2022-05-17
net/vmnet: implement bridged mode (vmnet-bridged)
Vladislav Yaroshchuk
1
-5
/
+132
2022-05-17
net/vmnet: implement host mode (vmnet-host)
Vladislav Yaroshchuk
1
-6
/
+110
2022-05-17
net/vmnet: implement shared mode (vmnet-shared)
Vladislav Yaroshchuk
3
-5
/
+491
2022-05-17
net/vmnet: add vmnet backends to qapi/net
Vladislav Yaroshchuk
8
-0
/
+146
2022-05-16
vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
Si-Wei Liu
1
-1
/
+3
[next]