Age | Commit message (Expand) | Author | Files | Lines |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 2 | -15/+14 |
2018-10-21 | slirp: Implement RFC2132 TFTP server name | Fam Zheng | 1 | -2/+10 |
2018-10-21 | slirp: Add sanity check for str option length | Fam Zheng | 1 | -0/+9 |
2018-10-19 | net/socket: Fix invalid socket type error handling | Markus Armbruster | 1 | -2/+2 |
2018-10-19 | l2tpv3: Improve -netdev/netdev_add/-net/... error reporting | Markus Armbruster | 1 | -13/+12 |
2018-10-19 | net: ignore packet size greater than INT_MAX | Jason Wang | 1 | -1/+6 |
2018-10-19 | filter-rewriter: handle checkpoint and failover event | Zhang Chen | 4 | -6/+73 |
2018-10-19 | filter: Add handle_event method for NetFilterClass | Zhang Chen | 2 | -0/+36 |
2018-10-19 | colo-compare: use notifier to notify packets comparing result | Zhang Chen | 2 | -11/+28 |
2018-10-19 | colo-compare: implement the process of checkpoint | Zhang Chen | 2 | -0/+100 |
2018-10-19 | filter-rewriter: Add TCP state machine and fix memory leak in connection_trac... | Zhang Chen | 3 | -16/+104 |
2018-10-03 | chardev: mark the calls that allow an implicit mux monitor | Marc-André Lureau | 1 | -1/+5 |
2018-09-25 | net/slirp: Deprecate the [hub_id name] parameter tuple | Thomas Huth | 1 | -0/+2 |
2018-09-25 | net: Deprecate the "name" parameter of -net | Thomas Huth | 1 | -0/+4 |
2018-08-31 | net: Remove the deprecated -tftp, -bootp, -redir and -smb options | Thomas Huth | 1 | -103/+29 |
2018-07-20 | tap: fix memory leak on success to create a tap device | Yunjian Wang | 1 | -6/+10 |
2018-06-15 | vhost-user: delete net client if necessary | linzhecheng | 1 | -0/+3 |
2018-06-15 | net: Fix a potential segfault | Lin Ma | 1 | -1/+3 |
2018-06-15 | tap: set vhostfd passed from qemu cli to non-blocking | Brijesh Singh | 1 | -0/+2 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 2 | -2/+2 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -11/+39 |
2018-06-01 | colo: use local path for local headers | Michael S. Tsirkin | 3 | -3/+3 |
2018-05-31 | net/slirp: Convert atoi to qemu_strtoi to allow error checking | Nia Alarie | 1 | -1/+3 |
2018-05-31 | slirp: Add domainname option to slirp's DHCP server | Benjamin Drung | 1 | -3/+9 |
2018-05-24 | vhost-user: introduce shared vhost-user state | Tiwei Bie | 1 | -8/+36 |
2018-05-23 | vhost-user: add Net prefix to internal state structure | Tiwei Bie | 1 | -19/+19 |
2018-05-14 | net: Get rid of 'vlan' terminology and use 'hub' instead in the source files | Thomas Huth | 3 | -10/+9 |
2018-05-14 | net: Remove the deprecated "vlan" parameter | Thomas Huth | 1 | -9/+3 |
2018-05-14 | net: Fix memory leak in net_param_nic() | Thomas Huth | 1 | -2/+4 |
2018-03-26 | net/vde: print error on vde_open() failure | Julia Suvorova via Qemu-devel | 1 | -3/+4 |
2018-03-26 | virtio_net: flush uncompleted TX on reset | Greg Kurz | 1 | -1/+0 |
2018-03-05 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 3 | -228/+135 |
2018-03-05 | tap: setting error appropriately when calling net_init_tap_one() | Jay Zhou | 1 | -5/+17 |
2018-03-05 | net: Add a new convenience option "--nic" to configure default/on-board NICs | Thomas Huth | 1 | -0/+78 |
2018-03-05 | net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands | Thomas Huth | 1 | -94/+0 |
2018-03-05 | net: Remove the deprecated way of dumping network packets | Thomas Huth | 2 | -108/+3 |
2018-03-05 | net: Make net_client_init() static | Thomas Huth | 1 | -1/+1 |
2018-03-05 | net: List available netdevs with "-netdev help" | Thomas Huth | 1 | -1/+36 |
2018-03-05 | net: Move error reporting from net_init_client/netdev to the calling site | Thomas Huth | 1 | -24/+5 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 1 | -1/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 7 | -8/+5 |
2018-03-01 | vhost-user: fix memory leak | linzhecheng | 1 | -0/+1 |
2018-02-13 | net/can: support for connecting to Linux host SocketCAN interface. | Pavel Pisa | 2 | -0/+287 |
2018-02-13 | net/can: simple messages transport implementation for QEMU | Pavel Pisa | 4 | -0/+253 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2 | -1/+2 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 3 | -0/+4 |
2018-02-09 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster | 3 | -3/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 4 | -2/+3 |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster | 2 | -2/+0 |
2018-01-29 | net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove' | Thomas Huth | 1 | -10/+23 |