summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-13/+7Star
* 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/+0Star
* 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/+0Star
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-29/+1Star
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-8/+6Star
* Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang2021-04-081-30/+1Star
* 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/+0Star
|/
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-11/+2Star
* 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
* qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster2020-12-101-1/+1
* net: purge queued rx packets on queue deletionYuri Benditovich2020-11-241-4/+8
* net: do not exit on "netdev_add help" monitor commandPaolo Bonzini2020-11-241-34/+34
* net: Add vhost-vdpa in show_netdevs()Cindy Lu2020-11-031-0/+3
* util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2020-09-111-1/+1
* util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé2020-09-111-1/+1
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-4/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qapi: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-6/+2Star
* vhost-vdpa: introduce vhost-vdpa net clientCindy Lu2020-07-071-0/+3
* net: introduce qemu_get_peerCindy Lu2020-07-031-0/+7
* net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth2020-06-181-64/+13Star
* net: Drop the legacy "name" parameter from the -net optionThomas Huth2020-06-181-9/+1Star
* net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang2020-06-181-1/+1
* net: Do not include a newline in the id of -nic devicesThomas Huth2020-06-091-1/+1
* net: Track netdevs in NetClientState rather than QemuOptEric Blake2020-03-171-26/+11Star
* net: Complete qapi-fication of netdev_addEric Blake2020-03-171-3/+3
* net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy2019-12-181-10/+7Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1