summary refs log tree commit diff stats
path: root/net/net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: implement UDP tunnel features offloadingPaolo Abeni2025-10-041-1/+2
* net: implement tunnel probingPaolo Abeni2025-10-041-0/+9
* net: bundle all offloads in a single structPaolo Abeni2025-10-041-3/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2025-07-161-0/+9
|\
| * net/vhost-vdpa: Report hashing capabilityAkihiko Odaki2025-07-141-0/+9
* | net: Add passt network backendLaurent Vivier2025-07-141-0/+4
* | net: Define net_client_set_link()Laurent Vivier2025-07-141-12/+20
|/
* net: move backend cleanup to NIC cleanupEugenio Pérez2025-03-101-6/+27
* net: parameterize the removing client from nc listEugenio Pérez2025-03-101-5/+8
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-101-1/+1
* net: Fix announce_selfLaurent Vivier2025-01-301-0/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* net: Check if nc is NULL in qemu_get_vnet_hdr_len()Akihiko Odaki2024-10-281-0/+4
* net: Remove deadcodeDr. David Alan Gilbert2024-10-031-10/+0
* net: Fix '-net nic,model=' for non-help argumentsDavid Woodhouse2024-08-121-1/+1
* net: Reinstate '-net nic, model=help' output as documented in man pageDavid Woodhouse2024-08-021-3/+22
* net: Remove receive_raw()Akihiko Odaki2024-06-041-6/+12
* net: Move virtio-net header length assertionAkihiko Odaki2024-06-041-0/+5
* tap: Remove qemu_using_vnet_hdr()Akihiko Odaki2024-06-041-23/+1
* net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse2024-02-021-0/+3
* net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse2024-02-021-33/+6
* net: remove qemu_check_nic_model()David Woodhouse2024-02-021-13/+0
* net: add qemu_create_nic_bus_devices()David Woodhouse2024-02-021-0/+53
* net: report list of available models according to platformDavid Woodhouse2024-02-021-0/+94
* net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse2024-02-021-0/+51
* net: do not delete nics in net_cleanup()David Woodhouse2023-11-211-6/+22
* net: Update MemReentrancyGuard for NICAkihiko Odaki2023-11-211-0/+14
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-0/+1
* net: Fix a misleading error messageMarkus Armbruster2023-11-171-3/+3
* net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-7/+7
* net: add initial support for AF_XDP network backendIlya Maximets2023-09-181-0/+6
* tap: Add check for USO featuresYuri Benditovich2023-09-181-0/+9
* tap: Add USO support to tap device.Andrew Melnychenko2023-09-181-2/+2
* net: Strip virtio-net header when dumpingAkihiko Odaki2023-03-101-0/+18
* 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: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2023-02-041-27/+1
* qapi net: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-13/+12
* qapi: net: add stream and dgram netdevsLaurent Vivier2022-10-281-1/+29
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-5/+12
* 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
* net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk2022-05-171-0/+10
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-2/+2
* net: introduce control clientJason Wang2021-10-201-3/+21