summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2-2/+2
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2-2/+2
2018-12-12colo: check chardev can switch contextMarc-André Lureau1-0/+6
2018-12-04net: hub: suppress warnings of no host network for qtestJason Wang1-1/+2
2018-12-04net: drop too large packet earlyJason Wang1-11/+17
2018-11-16net/filter-rewriter.c: Fix coverity static analysis issueZhang Chen1-1/+2
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2-15/+14
2018-10-21slirp: Implement RFC2132 TFTP server nameFam Zheng1-2/+10
2018-10-21slirp: Add sanity check for str option lengthFam Zheng1-0/+9
2018-10-19net/socket: Fix invalid socket type error handlingMarkus Armbruster1-2/+2
2018-10-19l2tpv3: Improve -netdev/netdev_add/-net/... error reportingMarkus Armbruster1-13/+12
2018-10-19net: ignore packet size greater than INT_MAXJason Wang1-1/+6
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen4-6/+73
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen2-0/+36
2018-10-19colo-compare: use notifier to notify packets comparing resultZhang Chen2-11/+28
2018-10-19colo-compare: implement the process of checkpointZhang Chen2-0/+100
2018-10-19filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen3-16/+104
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau1-1/+5
2018-09-25net/slirp: Deprecate the [hub_id name] parameter tupleThomas Huth1-0/+2
2018-09-25net: Deprecate the "name" parameter of -netThomas Huth1-0/+4
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth1-103/+29
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