aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-20tap: fix memory leak on success to create a tap deviceYunjian Wang1-6/+10
2018-06-15vhost-user: delete net client if necessarylinzhecheng1-0/+3
2018-06-15net: Fix a potential segfaultLin Ma1-1/+3
2018-06-15tap: set vhostfd passed from qemu cli to non-blockingBrijesh Singh1-0/+2
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2-2/+2
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-11/+39
2018-06-01colo: use local path for local headersMichael S. Tsirkin3-3/+3
2018-05-31net/slirp: Convert atoi to qemu_strtoi to allow error checkingNia Alarie1-1/+3
2018-05-31slirp: Add domainname option to slirp's DHCP serverBenjamin Drung1-3/+9
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie1-8/+36
2018-05-23vhost-user: add Net prefix to internal state structureTiwei Bie1-19/+19
2018-05-14net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth3-10/+9
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth1-9/+3
2018-05-14net: Fix memory leak in net_param_nic()Thomas Huth1-2/+4
2018-03-26net/vde: print error on vde_open() failureJulia Suvorova via Qemu-devel1-3/+4
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz1-1/+0
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell3-228/+135
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou1-5/+17
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth1-0/+78
2018-03-05net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth1-94/+0
2018-03-05net: Remove the deprecated way of dumping network packetsThomas Huth2-108/+3
2018-03-05net: Make net_client_init() staticThomas Huth1-1/+1
2018-03-05net: List available netdevs with "-netdev help"Thomas Huth1-1/+36
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth1-24/+5
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster7-8/+5
2018-03-01vhost-user: fix memory leaklinzhecheng1-0/+1
2018-02-13net/can: support for connecting to Linux host SocketCAN interface.Pavel Pisa2-0/+287
2018-02-13net/can: simple messages transport implementation for QEMUPavel Pisa4-0/+253
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2-1/+2
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster3-0/+4
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster3-3/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster4-2/+3
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2-2/+0
2018-01-29net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'Thomas Huth1-10/+23
2018-01-29net: Allow hubports to connect to other netdevsThomas Huth3-8/+24
2018-01-29colo: compare the packet based on the tcp sequence numberMao Zhongyi4-119/+250
2018-01-29colo: modified the payload compare functionMao Zhongyi1-44/+44
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth2-41/+0
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland1-5/+0
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland1-0/+22
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland1-5/+11
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé1-1/+0
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi1-1/+1
2017-11-13net/socket: fix coverity issueJens Freimann1-1/+1
2017-11-13colo: Consolidate the duplicate code chunk into a routineMao Zhongyi2-8/+11
2017-11-13colo-compare: Fix commentsMao Zhongyi1-3/+5
2017-11-13colo-compare: compare the packet in a specified ConnectionMao Zhongyi1-5/+8
2017-11-13colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi1-18/+22
2017-11-13net: fix check for number of parameters to -netdev socketJens Freimann1-2/+2