summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* colo: check chardev can switch contextMarc-André Lureau2018-12-121-0/+6
* net: hub: suppress warnings of no host network for qtestJason Wang2018-12-041-1/+2
* net: drop too large packet earlyJason Wang2018-12-041-11/+17
* net/filter-rewriter.c: Fix coverity static analysis issueZhang Chen2018-11-161-1/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-232-15/+14Star
|\
| * net/socket: Fix invalid socket type error handlingMarkus Armbruster2018-10-191-2/+2
| * l2tpv3: Improve -netdev/netdev_add/-net/... error reportingMarkus Armbruster2018-10-191-13/+12Star
* | slirp: Implement RFC2132 TFTP server nameFam Zheng2018-10-211-2/+10
* | slirp: Add sanity check for str option lengthFam Zheng2018-10-211-0/+9
* | net: ignore packet size greater than INT_MAXJason Wang2018-10-191-1/+6
* | filter-rewriter: handle checkpoint and failover eventZhang Chen2018-10-194-6/+73
* | filter: Add handle_event method for NetFilterClassZhang Chen2018-10-192-0/+36
* | colo-compare: use notifier to notify packets comparing resultZhang Chen2018-10-192-11/+28
* | colo-compare: implement the process of checkpointZhang Chen2018-10-192-0/+100
* | filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen2018-10-193-16/+104
|/
* chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau2018-10-031-1/+5
* net/slirp: Deprecate the [hub_id name] parameter tupleThomas Huth2018-09-251-0/+2
* net: Deprecate the "name" parameter of -netThomas Huth2018-09-251-0/+4
* net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth2018-08-311-103/+29Star
* tap: fix memory leak on success to create a tap deviceYunjian Wang2018-07-201-6/+10
* vhost-user: delete net client if necessarylinzhecheng2018-06-151-0/+3
* net: Fix a potential segfaultLin Ma2018-06-151-1/+3
* tap: set vhostfd passed from qemu cli to non-blockingBrijesh Singh2018-06-151-0/+2
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-122-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-044-11/+39
|\
| * colo: use local path for local headersMichael S. Tsirkin2018-06-013-3/+3
| * vhost-user: introduce shared vhost-user stateTiwei Bie2018-05-241-8/+36
* | net/slirp: Convert atoi to qemu_strtoi to allow error checkingNia Alarie2018-05-311-1/+3
* | slirp: Add domainname option to slirp's DHCP serverBenjamin Drung2018-05-311-3/+9
|/
* vhost-user: add Net prefix to internal state structureTiwei Bie2018-05-231-19/+19
* net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth2018-05-143-10/+9Star
* net: Remove the deprecated "vlan" parameterThomas Huth2018-05-141-9/+3Star
* net: Fix memory leak in net_param_nic()Thomas Huth2018-05-141-2/+4
* net/vde: print error on vde_open() failureJulia Suvorova via Qemu-devel2018-03-261-3/+4
* virtio_net: flush uncompleted TX on resetGreg Kurz2018-03-261-1/+0Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2018-03-053-228/+135Star
|\
| * tap: setting error appropriately when calling net_init_tap_one()Jay Zhou2018-03-051-5/+17
| * net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth2018-03-051-0/+78
| * net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth2018-03-051-94/+0Star
| * net: Remove the deprecated way of dumping network packetsThomas Huth2018-03-052-108/+3Star
| * net: Make net_client_init() staticThomas Huth2018-03-051-1/+1
| * net: List available netdevs with "-netdev help"Thomas Huth2018-03-051-1/+36
| * net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth2018-03-051-24/+5Star
* | qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-027-8/+5Star
|/
* vhost-user: fix memory leaklinzhecheng2018-03-011-0/+1
* net/can: support for connecting to Linux host SocketCAN interface.Pavel Pisa2018-02-132-0/+287
* net/can: simple messages transport implementation for QEMUPavel Pisa2018-02-134-0/+253
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-092-1/+2
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-093-0/+4