summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* net: remove unused get_str_sep() functionStefano Garzarella2019-07-021-20/+0Star
* net: use g_strsplit() for parsing host address and portStefano Garzarella2019-07-021-16/+27
* net: avoid using variable length array in net_client_init()Stefano Garzarella2019-07-021-12/+19
* net: fix assertion failure when ipv6-prefixlen is not a numberStefano Garzarella2019-07-021-4/+5
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-0/+1
* net: Print output of "-net nic, model=help" to stdout instead of stderrThomas Huth2019-05-031-3/+4
* vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini2019-02-211-1/+1
* slirp: improve send_packet() callbackMarc-André Lureau2019-02-071-2/+2
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* net: drop too large packet earlyJason Wang2018-12-041-11/+17
* net: ignore packet size greater than INT_MAXJason Wang2018-10-191-1/+6
* filter: Add handle_event method for NetFilterClassZhang Chen2018-10-191-0/+19
* net: Deprecate the "name" parameter of -netThomas Huth2018-09-251-0/+4
* 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