Age | Commit message (Expand) | Author |
2018-06-15 | vhost-user: delete net client if necessary | linzhecheng |
2018-06-15 | net: Fix a potential segfault | Lin Ma |
2018-06-15 | tap: set vhostfd passed from qemu cli to non-blocking | Brijesh Singh |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-06-01 | colo: use local path for local headers | Michael S. Tsirkin |
2018-05-31 | net/slirp: Convert atoi to qemu_strtoi to allow error checking | Nia Alarie |
2018-05-31 | slirp: Add domainname option to slirp's DHCP server | Benjamin Drung |
2018-05-24 | vhost-user: introduce shared vhost-user state | Tiwei Bie |
2018-05-23 | vhost-user: add Net prefix to internal state structure | Tiwei Bie |
2018-05-14 | net: Get rid of 'vlan' terminology and use 'hub' instead in the source files | Thomas Huth |
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 | net/vde: print error on vde_open() failure | Julia Suvorova via Qemu-devel |
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 | tap: setting error appropriately when calling net_init_tap_one() | Jay Zhou |
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 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-01 | vhost-user: fix memory leak | linzhecheng |
2018-02-13 | net/can: support for connecting to Linux host SocketCAN interface. | Pavel Pisa |
2018-02-13 | net/can: simple messages transport implementation for QEMU | Pavel Pisa |
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 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster |
2018-01-29 | net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove' | Thomas Huth |
2018-01-29 | net: Allow hubports to connect to other netdevs | Thomas Huth |
2018-01-29 | colo: compare the packet based on the tcp sequence number | Mao Zhongyi |
2018-01-29 | colo: modified the payload compare function | Mao Zhongyi |
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-12-18 | misc: remove headers implicitly included | Philippe Mathieu-Daudé |
2017-11-20 | colo-compare: fix the dangerous assignment | Mao Zhongyi |
2017-11-13 | net/socket: fix coverity issue | Jens Freimann |
2017-11-13 | colo: Consolidate the duplicate code chunk into a routine | Mao Zhongyi |
2017-11-13 | colo-compare: Fix comments | Mao Zhongyi |
2017-11-13 | colo-compare: compare the packet in a specified Connection | Mao Zhongyi |
2017-11-13 | colo-compare: Insert packet into the suitable position of packet queue directly | Mao Zhongyi |
2017-11-13 | net: fix check for number of parameters to -netdev socket | Jens Freimann |
2017-10-16 | filter-mirror: segfault when specifying non existent device | Eduardo Otubo |