aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2022-05-17net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2021-10-20net: introduce control clientJason Wang
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell
2021-06-11Add the function of colo_compare_cleanupRao, Lei
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-04-08Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang
2021-03-15hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2021-03-15net: introduce qemu_receive_packet()Jason Wang
2021-03-15net: validate that ids are well formedPaolo Bonzini
2021-03-15net: Fix build error when DEBUG_NET is onBin Meng
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28net: Clarify early exit conditionEric Blake
2021-01-25net: Fix handling of id in netdev_add and netdev_delMarkus Armbruster
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster
2020-11-24net: purge queued rx packets on queue deletionYuri Benditovich
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini
2020-11-03net: Add vhost-vdpa in show_netdevs()Cindy Lu
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu
2020-07-03net: introduce qemu_get_peerCindy Lu
2020-06-18net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth
2020-06-18net: Drop the legacy "name" parameter from the -net optionThomas Huth
2020-06-18net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang
2020-06-09net: Do not include a newline in the id of -nic devicesThomas Huth
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake
2020-03-17net: Complete qapi-fication of netdev_addEric Blake
2019-12-18net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-07-02net: remove unused get_str_sep() functionStefano Garzarella
2019-07-02net: use g_strsplit() for parsing host address and portStefano Garzarella
2019-07-02net: avoid using variable length array in net_client_init()Stefano Garzarella
2019-07-02net: fix assertion failure when ipv6-prefixlen is not a numberStefano Garzarella
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-05-03net: Print output of "-net nic, model=help" to stdout instead of stderrThomas Huth
2019-02-21vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini