aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen1-0/+19
2018-09-25net: Deprecate the "name" parameter of -netThomas Huth1-0/+4
2018-06-15net: Fix a potential segfaultLin Ma1-1/+3
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth1-9/+3
2018-05-14net: Fix memory leak in net_param_nic()Thomas Huth1-2/+4
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz1-1/+0
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-123/+116
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth1-0/+78
2018-03-05net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth1-94/+0
2018-03-05net: Remove the deprecated way of dumping network packetsThomas Huth1-8/+1
2018-03-05net: Make net_client_init() staticThomas Huth1-1/+1
2018-03-05net: List available netdevs with "-netdev help"Thomas Huth1-1/+36
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth1-24/+5
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-2/+2
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-01-29net: Allow hubports to connect to other netdevsThomas Huth1-1/+1
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth1-7/+0
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland1-5/+0