index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
Eugenio Pérez
2023-02-17
1
-1
/
+1
*
net: stream: add a new option to automatically reconnect
Laurent Vivier
2023-02-17
1
-1
/
+52
*
vmnet: stop recieving events when VM is stopped
Joelle van Dyne
2023-02-17
2
-13
/
+37
*
net: Increase L2TPv3 buffer to fit jumboframes
Christian Svensson
2023-02-17
1
-1
/
+1
*
net: Replace "Supported NIC models" with "Available NIC models"
Thomas Huth
2023-02-17
1
-1
/
+1
*
net: Restore printing of the help text with "-nic help"
Thomas Huth
2023-02-17
1
-2
/
+12
*
net: Move the code to collect available NIC models to a separate function
Thomas Huth
2023-02-17
1
-0
/
+34
*
net: Clean up includes
Markus Armbruster
2023-02-08
1
-1
/
+0
*
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2023-02-04
2
-27
/
+29
*
net: Move HMP commands from monitor to net/
Markus Armbruster
2023-02-04
2
-0
/
+143
*
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into staging
Peter Maydell
2023-01-09
6
-36
/
+23
|
\
|
*
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-09
3
-27
/
+14
|
*
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
2023-01-09
4
-9
/
+9
*
|
vdpa: harden the error path if get_iova_range failed
Longpeng
2023-01-08
1
-1
/
+7
*
|
vdpa-dev: get iova range explicitly
Longpeng
2023-01-08
1
-8
/
+0
*
|
vhost-user: Refactor the chr_closed_bh
Hyman Huang(黄勇)
2023-01-08
1
-5
/
+1
*
|
vhost-user: Refactor vhost acked features saving
Hyman Huang(黄勇)
2023-01-08
1
-6
/
+15
*
|
vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
Eugenio Pérez
2023-01-08
1
-1
/
+0
*
|
vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
Eugenio Pérez
2023-01-08
1
-3
/
+12
|
/
*
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
2022-12-21
1
-1
/
+109
*
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
2022-12-21
1
-0
/
+1
*
vdpa: store x-svq parameter in VhostVDPAState
Eugenio Pérez
2022-12-21
1
-0
/
+3
*
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
2022-12-21
1
-3
/
+3
*
vdpa: move SVQ vring features check to net/
Eugenio Pérez
2022-12-21
1
-1
/
+2
*
vdpa: request iova_range only once
Eugenio Pérez
2022-12-21
1
-13
/
+14
*
vdpa: add vhost_vdpa_net_valid_svq_features
Eugenio Pérez
2022-12-21
1
-9
/
+17
*
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-15
1
-9
/
+4
|
\
|
*
qapi: Use returned bool to check for failure (again)
Markus Armbruster
2022-12-14
1
-9
/
+4
*
|
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
11
-78
/
+76
|
/
*
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via
2022-11-27
2
-4
/
+4
*
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_net_reset
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
[next]