summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix a potential segfaultLin Ma2018-06-151-1/+3
* 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
* 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-051-123/+116Star
|\
| * 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-051-8/+1Star
| * 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
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-2/+2
|/
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* net: Allow hubports to connect to other netdevsThomas Huth2018-01-291-1/+1
* net: Remove the legacy "-net channel" parameterThomas Huth2017-12-221-7/+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
* General warn report fixupsAlistair Francis2017-09-191-2/+3
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-7/+7
* net/net: Convert parse_host_port() to ErrorMao Zhongyi2017-09-081-5/+17
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-2/+2
* net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen2017-07-171-4/+32
* net: Add vnet_hdr_len arguments in NetClientStateZhang Chen2017-07-171-0/+1
* hmp / net: Mark host_net_add/remove as deprecatedThomas Huth2017-05-231-0/+13
* net: Flatten simple union NetLegacyOptionsMarkus Armbruster2017-02-221-22/+22
* net: Mark 'vlan' parameter as deprecatedThomas Huth2017-02-151-0/+6
* net: fix sending of data with -net socket, listen backendDaniel P. Berrange2016-11-151-3/+2Star
* net: limit allocation in nc_sendv_compatPeter Lieven2016-09-271-2/+6
* net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani2016-09-271-0/+1
* net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen2016-08-181-4/+4
* net: Use correct type for bool flagEric Blake2016-07-191-6/+6
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-48/+85
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-7/+11
* qapi: Add new visit_complete() functionEric Blake2016-07-061-6/+5Star
* string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-3/+2Star
* net: fix qemu_announce_self not emitting packetsPeter Lieven2016-06-281-1/+1
* net/net: Add SocketReadState for reuse codesZhang Chen2016-06-011-0/+70
* net: vl: Move default_net to vl.cEduardo Habkost2016-06-011-23/+0Star
* net: fix OptsVisitor memory leakPaolo Bonzini2016-04-061-0/+1
* net: Allocating Large sized arrays to heapPooja Dhannawat2016-04-061-4/+9
* util: Improved qemu_hexmap() to include an ascii dump of the bufferIsaac Lozano2016-04-061-29/+1Star
* Fix ipv6 options according to documentationSamuel Thibault2016-03-311-7/+7
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+2
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-2/+2
* qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave2016-03-151-0/+31
* qapi-dealloc: Reduce use outside of generated codeEric Blake2016-03-041-21/+10Star