aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag checkEugenio Pérez2023-02-171-1/+1
* net: stream: add a new option to automatically reconnectLaurent Vivier2023-02-171-1/+52
* vmnet: stop recieving events when VM is stoppedJoelle van Dyne2023-02-172-13/+37
* net: Increase L2TPv3 buffer to fit jumboframesChristian Svensson2023-02-171-1/+1
* net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth2023-02-171-1/+1
* net: Restore printing of the help text with "-nic help"Thomas Huth2023-02-171-2/+12
* net: Move the code to collect available NIC models to a separate functionThomas Huth2023-02-171-0/+34
* net: Clean up includesMarkus Armbruster2023-02-081-1/+0
* net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2023-02-042-27/+29
* net: Move HMP commands from monitor to net/Markus Armbruster2023-02-042-0/+143
* Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into stagingPeter Maydell2023-01-096-36/+23
|\
| * error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2023-01-093-27/+14
| * Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov2023-01-094-9/+9
* | vdpa: harden the error path if get_iova_range failedLongpeng2023-01-081-1/+7
* | vdpa-dev: get iova range explicitlyLongpeng2023-01-081-8/+0
* | vhost-user: Refactor the chr_closed_bhHyman Huang(黄勇)2023-01-081-5/+1
* | vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)2023-01-081-6/+15
* | vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpaEugenio Pérez2023-01-081-1/+0
* | vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_availEugenio Pérez2023-01-081-3/+12
|/
* vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez2022-12-211-1/+109
* vdpa: add shadow_data to vhost_vdpaEugenio Pérez2022-12-211-0/+1
* vdpa: store x-svq parameter in VhostVDPAStateEugenio Pérez2022-12-211-0/+3
* vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez2022-12-211-3/+3
* vdpa: move SVQ vring features check to net/Eugenio Pérez2022-12-211-1/+2
* vdpa: request iova_range only onceEugenio Pérez2022-12-211-13/+14
* vdpa: add vhost_vdpa_net_valid_svq_featuresEugenio Pérez2022-12-211-9/+17
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-9/+4
|\
| * qapi: Use returned bool to check for failure (again)Markus Armbruster2022-12-141-9/+4
* | qapi net: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-1411-78/+76
|/
* Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-272-4/+4
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-0/+1
* net: Replace TAB indentations with spacesAhmed Abouzied2022-11-111-5/+5
* vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_net_resetSi-Wei Liu2022-11-081-1/+1
* net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell2022-10-311-1/+2
* net: stream: add QAPI events to report connection stateLaurent Vivier2022-10-281-0/+5
* net: stream: move to QIO to enable additional parametersLaurent Vivier2022-10-281-316/+176
* net: dgram: add unix socketLaurent Vivier2022-10-281-1/+54
* net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier2022-10-281-67/+76
* net: dgram: make dgram_dst genericLaurent Vivier2022-10-281-29/+53
* net: stream: add unix socketLaurent Vivier2022-10-281-5/+102
* net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1
* net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1
* qapi: net: add stream and dgram netdevsLaurent Vivier2022-10-286-1/+1001
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-289-44/+38
* qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-281-0/+57
* net: simplify net_client_parse() error managementLaurent Vivier2022-10-281-4/+2
* net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-13/+7
* net: introduce convert_host_port()Laurent Vivier2022-10-281-30/+32
* net: improve error message for missing netdev backendDaniel P. Berrangé2022-10-281-7/+11
* vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu2022-10-281-5/+20