summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-093-3/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-094-2/+3
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-092-2/+0Star
* net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'Thomas Huth2018-01-291-10/+23
* net: Allow hubports to connect to other netdevsThomas Huth2018-01-293-8/+24
* colo: compare the packet based on the tcp sequence numberMao Zhongyi2018-01-294-119/+250
* colo: modified the payload compare functionMao Zhongyi2018-01-291-44/+44
* net: Remove the legacy "-net channel" parameterThomas Huth2017-12-222-41/+0Star
* net: remove unused compute_mcast_idx() functionMark Cave-Ayland2017-12-221-5/+0Star
* net: introduce net_crc32_le() functionMark Cave-Ayland2017-12-221-0/+22
* net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland2017-12-221-5/+11
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* colo-compare: fix the dangerous assignmentMao Zhongyi2017-11-201-1/+1
* net/socket: fix coverity issueJens Freimann2017-11-131-1/+1
* colo: Consolidate the duplicate code chunk into a routineMao Zhongyi2017-11-132-8/+11
* colo-compare: Fix commentsMao Zhongyi2017-11-131-3/+5
* colo-compare: compare the packet in a specified ConnectionMao Zhongyi2017-11-131-5/+8
* colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi2017-11-131-18/+22
* net: fix check for number of parameters to -netdev socketJens Freimann2017-11-131-2/+2
* filter-mirror: segfault when specifying non existent deviceEduardo Otubo2017-10-161-0/+6
* slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert2017-09-241-1/+12
* buildsys: Move vde libs to per objectFam Zheng2017-09-221-0/+2
* General warn report fixupsAlistair Francis2017-09-192-6/+5Star
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-192-12/+11Star