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