aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-09net: Do not include a newline in the id of -nic devicesThomas Huth1-1/+1
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake1-26/+11
2020-03-17net: Complete qapi-fication of netdev_addEric Blake1-3/+3
2019-12-18net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy1-10/+7
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-07-02net: remove unused get_str_sep() functionStefano Garzarella1-20/+0
2019-07-02net: use g_strsplit() for parsing host address and portStefano Garzarella1-16/+27
2019-07-02net: avoid using variable length array in net_client_init()Stefano Garzarella1-12/+19
2019-07-02net: fix assertion failure when ipv6-prefixlen is not a numberStefano Garzarella1-4/+5
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-0/+1
2019-05-03net: Print output of "-net nic, model=help" to stdout instead of stderrThomas Huth1-3/+4
2019-02-21vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini1-1/+1
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau1-2/+2
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-12-04net: drop too large packet earlyJason Wang1-11/+17
2018-10-19net: ignore packet size greater than INT_MAXJason Wang1-1/+6