Age | Commit message (Expand) | Author |
2019-05-03 | net: Print output of "-net nic, model=help" to stdout instead of stderr | Thomas Huth |
2019-02-21 | vhost-net-user: add stubs for when no virtio-net device is present | Paolo Bonzini |
2019-02-07 | slirp: improve send_packet() callback | Marc-André Lureau |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini |
2018-12-04 | net: drop too large packet early | Jason Wang |
2018-10-19 | net: ignore packet size greater than INT_MAX | Jason Wang |
2018-10-19 | filter: Add handle_event method for NetFilterClass | Zhang Chen |
2018-09-25 | net: Deprecate the "name" parameter of -net | Thomas Huth |
2018-06-15 | net: Fix a potential segfault | Lin Ma |
2018-05-14 | net: Remove the deprecated "vlan" parameter | Thomas Huth |
2018-05-14 | net: Fix memory leak in net_param_nic() | Thomas Huth |
2018-03-26 | virtio_net: flush uncompleted TX on reset | Greg Kurz |
2018-03-05 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2018-03-05 | net: Add a new convenience option "--nic" to configure default/on-board NICs | Thomas Huth |
2018-03-05 | net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands | Thomas Huth |
2018-03-05 | net: Remove the deprecated way of dumping network packets | Thomas Huth |
2018-03-05 | net: Make net_client_init() static | Thomas Huth |
2018-03-05 | net: List available netdevs with "-netdev help" | Thomas Huth |
2018-03-05 | net: Move error reporting from net_init_client/netdev to the calling site | Thomas Huth |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-01-29 | net: Allow hubports to connect to other netdevs | Thomas Huth |
2017-12-22 | net: Remove the legacy "-net channel" parameter | Thomas Huth |
2017-12-22 | net: remove unused compute_mcast_idx() function | Mark Cave-Ayland |
2017-12-22 | net: introduce net_crc32_le() function | Mark Cave-Ayland |
2017-12-22 | net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()... | Mark Cave-Ayland |
2017-09-19 | General warn report fixups | Alistair Francis |
2017-09-19 | Convert multi-line fprintf() to warn_report() | Alistair Francis |
2017-09-08 | net/net: Convert parse_host_port() to Error | Mao Zhongyi |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster |
2017-07-17 | net/net.c: Add vnet_hdr support in SocketReadState | Zhang Chen |
2017-07-17 | net: Add vnet_hdr_len arguments in NetClientState | Zhang Chen |
2017-05-23 | hmp / net: Mark host_net_add/remove as deprecated | Thomas Huth |
2017-02-22 | net: Flatten simple union NetLegacyOptions | Markus Armbruster |
2017-02-15 | net: Mark 'vlan' parameter as deprecated | Thomas Huth |
2016-11-15 | net: fix sending of data with -net socket, listen backend | Daniel P. Berrange |
2016-09-27 | net: limit allocation in nc_sendv_compat | Peter Lieven |
2016-09-27 | net: hmp_host_net_remove: Del the -net option of the removed host_net | Shmulik Ladkani |
2016-08-18 | net/net: properly handle multiple packets in net_fill_rstate() | Zhang Chen |
2016-07-19 | net: Use correct type for bool flag | Eric Blake |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake |
2016-07-19 | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | string-output-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | opts-visitor: Favor new visit_free() function | Eric Blake |
2016-06-28 | net: fix qemu_announce_self not emitting packets | Peter Lieven |
2016-06-01 | net/net: Add SocketReadState for reuse codes | Zhang Chen |
2016-06-01 | net: vl: Move default_net to vl.c | Eduardo Habkost |