summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
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 Maydell1-123/+116
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 Huth1-8/+1
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-02Include less of the generated modular QAPI headersMarkus Armbruster1-2/+2
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-01-29net: Allow hubports to connect to other netdevsThomas Huth1-1/+1
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth1-7/+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-09-19General warn report fixupsAlistair Francis1-2/+3
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-7/+7
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi1-5/+17
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-2/+2
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen1-4/+32
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen1-0/+1
2017-05-23hmp / net: Mark host_net_add/remove as deprecatedThomas Huth1-0/+13
2017-02-22net: Flatten simple union NetLegacyOptionsMarkus Armbruster1-22/+22
2017-02-15net: Mark 'vlan' parameter as deprecatedThomas Huth1-0/+6
2016-11-15net: fix sending of data with -net socket, listen backendDaniel P. Berrange1-3/+2
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven1-2/+6
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani1-0/+1
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen1-4/+4
2016-07-19net: Use correct type for bool flagEric Blake1-6/+6
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-48/+85
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán1-7/+11
2016-07-06qapi: Add new visit_complete() functionEric Blake1-6/+5
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-3/+2
2016-06-28net: fix qemu_announce_self not emitting packetsPeter Lieven1-1/+1
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen1-0/+70
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost1-23/+0
2016-04-06net: fix OptsVisitor memory leakPaolo Bonzini1-0/+1
2016-04-06net: Allocating Large sized arrays to heapPooja Dhannawat1-4/+9
2016-04-06util: Improved qemu_hexmap() to include an ascii dump of the bufferIsaac Lozano1-29/+1
2016-03-31Fix ipv6 options according to documentationSamuel Thibault1-7/+7
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-2/+2
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave1-0/+31
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake1-21/+10
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-04net: Clean up includesPeter Maydell1-1/+1
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang1-3/+29