aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
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
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen
2017-05-23hmp / net: Mark host_net_add/remove as deprecatedThomas Huth
2017-02-22net: Flatten simple union NetLegacyOptionsMarkus Armbruster
2017-02-15net: Mark 'vlan' parameter as deprecatedThomas Huth
2016-11-15net: fix sending of data with -net socket, listen backendDaniel P. Berrange
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-06-28net: fix qemu_announce_self not emitting packetsPeter Lieven
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen