aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki1-0/+18
2023-02-17net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth1-1/+1
2023-02-17net: Restore printing of the help text with "-nic help"Thomas Huth1-2/+12
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth1-0/+34
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster1-27/+1
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster1-13/+12
2022-10-28qapi: net: add stream and dgram netdevsLaurent Vivier1-1/+29
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-5/+12
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier1-0/+57
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier1-4/+2
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier1-13/+7
2022-10-28net: introduce convert_host_port()Laurent Vivier1-30/+32
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé1-7/+11
2022-05-17net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk1-0/+10
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2021-10-20net: introduce control clientJason Wang1-3/+21
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell1-0/+2
2021-06-11Add the function of colo_compare_cleanupRao, Lei1-0/+4
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-2/+0
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang1-29/+1
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang1-8/+6
2021-04-08Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang1-30/+1
2021-03-15hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov1-1/+30
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov1-6/+8
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov1-1/+29
2021-03-15net: introduce qemu_receive_packet()Jason Wang1-7/+31
2021-03-15net: validate that ids are well formedPaolo Bonzini1-0/+5
2021-03-15net: Fix build error when DEBUG_NET is onBin Meng1-0/+1
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-4/+4
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth1-3/+3
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-11/+2
2021-01-28net: Clarify early exit conditionEric Blake1-0/+2
2021-01-25net: Fix handling of id in netdev_add and netdev_delMarkus Armbruster1-2/+18
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster1-1/+1
2020-11-24net: purge queued rx packets on queue deletionYuri Benditovich1-4/+8
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini1-34/+34
2020-11-03net: Add vhost-vdpa in show_netdevs()Cindy Lu1-0/+3
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-1/+1
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+1
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-4/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-6/+2
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu1-0/+3
2020-07-03net: introduce qemu_get_peerCindy Lu1-0/+7
2020-06-18net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth1-64/+13
2020-06-18net: Drop the legacy "name" parameter from the -net optionThomas Huth1-9/+1
2020-06-18net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang1-1/+1