Age | Commit message (Expand) | Author |
2023-03-10 | net: Strip virtio-net header when dumping | Akihiko Odaki |
2023-02-17 | net: Replace "Supported NIC models" with "Available NIC models" | Thomas Huth |
2023-02-17 | net: Restore printing of the help text with "-nic help" | Thomas Huth |
2023-02-17 | net: Move the code to collect available NIC models to a separate function | Thomas Huth |
2023-02-04 | net: Move hmp_info_network() to net-hmp-cmds.c | Markus Armbruster |
2022-12-14 | qapi net: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-10-28 | qapi: net: add stream and dgram netdevs | Laurent Vivier |
2022-10-28 | net: introduce qemu_set_info_str() function | Laurent Vivier |
2022-10-28 | qapi: net: introduce a way to bypass qemu_opts_parse_noisily() | Laurent Vivier |
2022-10-28 | net: simplify net_client_parse() error management | Laurent Vivier |
2022-10-28 | net: remove the @errp argument of net_client_inits() | Laurent Vivier |
2022-10-28 | net: introduce convert_host_port() | Laurent Vivier |
2022-10-28 | net: improve error message for missing netdev backend | Daniel P. Berrangé |
2022-05-17 | net/vmnet: add vmnet backends to qapi/net | Vladislav Yaroshchuk |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2021-10-20 | net: introduce control client | Jason Wang |
2021-08-26 | net: Zero sockaddr_in in parse_host_port() | Peter Maydell |
2021-06-11 | Add the function of colo_compare_cleanup | Rao, Lei |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-04-08 | Revert "qapi: net: Add query-netdev command" | Jason Wang |
2021-04-08 | Revert "net: Move NetClientState.info_str to dynamic allocations" | Jason Wang |
2021-04-08 | Revert "hmp: Use QAPI NetdevInfo in hmp_info_network" | Jason Wang |
2021-03-15 | hmp: Use QAPI NetdevInfo in hmp_info_network | Alexey Kirillov |
2021-03-15 | net: Move NetClientState.info_str to dynamic allocations | Alexey Kirillov |
2021-03-15 | qapi: net: Add query-netdev command | Alexey Kirillov |
2021-03-15 | net: introduce qemu_receive_packet() | Jason Wang |
2021-03-15 | net: validate that ids are well formed | Paolo Bonzini |
2021-03-15 | net: Fix build error when DEBUG_NET is on | Bin Meng |
2021-03-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-03-09 | net: Use id_generate() in the network subsystem, too | Thomas Huth |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake |
2021-01-28 | net: Clarify early exit condition | Eric Blake |
2021-01-25 | net: Fix handling of id in netdev_add and netdev_del | Markus Armbruster |
2020-12-10 | qerror: Eliminate QERR_ macros used in just one place | Markus Armbruster |
2020-11-24 | net: purge queued rx packets on queue deletion | Yuri Benditovich |
2020-11-24 | net: do not exit on "netdev_add help" monitor command | Paolo Bonzini |
2020-11-03 | net: Add vhost-vdpa in show_netdevs() | Cindy Lu |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé |
2020-07-21 | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, manual part | Markus Armbruster |
2020-07-07 | vhost-vdpa: introduce vhost-vdpa net client | Cindy Lu |
2020-07-03 | net: introduce qemu_get_peer | Cindy Lu |
2020-06-18 | net: Drop the NetLegacy structure, always use Netdev instead | Thomas Huth |
2020-06-18 | net: Drop the legacy "name" parameter from the -net option | Thomas Huth |
2020-06-18 | net: use peer when purging queue in qemu_flush_or_purge_queue_packets() | Jason Wang |