summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
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
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-12-04net: drop too large packet earlyJason Wang
2018-10-19net: ignore packet size greater than INT_MAXJason Wang
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen
2018-09-25net: Deprecate the "name" parameter of -netThomas Huth
2018-06-15net: Fix a potential segfaultLin Ma
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth
2018-05-14net: Fix memory leak in net_param_nic()Thomas Huth
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth
2018-03-05net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth
2018-03-05net: Remove the deprecated way of dumping network packetsThomas Huth
2018-03-05net: Make net_client_init() staticThomas Huth
2018-03-05net: List available netdevs with "-netdev help"Thomas Huth
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-29net: Allow hubports to connect to other netdevsThomas Huth
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-09-19General warn report fixupsAlistair Francis