summary refs log tree commit diff stats
path: root/net/net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Zero sockaddr_in in parse_host_port()Peter Maydell2021-08-261-0/+2
* Add the function of colo_compare_cleanupRao, Lei2021-06-111-0/+4
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-2/+0
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-29/+1
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-8/+6
* Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang2021-04-081-30/+1
* hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov2021-03-151-1/+30
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-6/+8
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-1/+29
* net: introduce qemu_receive_packet()Jason Wang2021-03-151-7/+31
* net: validate that ids are well formedPaolo Bonzini2021-03-151-0/+5
* net: Fix build error when DEBUG_NET is onBin Meng2021-03-151-0/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-4/+4
|\
| * sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
| * net: Use id_generate() in the network subsystem, tooThomas Huth2021-03-091-3/+3
* | qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0
|/
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-11/+2
* net: Clarify early exit conditionEric Blake2021-01-281-0/+2
* net: Fix handling of id in netdev_add and netdev_delMarkus Armbruster2021-01-251-2/+18