212 Commits (f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587)

Author SHA1 Message Date
Thomas Huth 71830d8430 net: Drop the NetLegacy structure, always use Netdev instead 6 years ago
Thomas Huth 9d903f30cb net: Drop the legacy "name" parameter from the -net option 6 years ago
Jason Wang 5fe19fb818 net: use peer when purging queue in qemu_flush_or_purge_queue_packets() 6 years ago
Thomas Huth 0561dfac08 net: Do not include a newline in the id of -nic devices 6 years ago
Eric Blake 08712fcb85 net: Track netdevs in NetClientState rather than QemuOpt 7 years ago
Eric Blake db2a380c84 net: Complete qapi-fication of netdev_add 7 years ago
Vladimir Sementsov-Ogievskiy 33c9642f65 net/net: Clean up variable shadowing in net_client_init() 7 years ago
Markus Armbruster 54d31236b9 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h 7 years ago
Markus Armbruster a27bd6c779 Include hw/qdev-properties.h less 7 years ago
Stefano Garzarella 4623027d86 net: remove unused get_str_sep() function 7 years ago
Stefano Garzarella add993477b net: use g_strsplit() for parsing host address and port 7 years ago
Stefano Garzarella c1112b2d3d net: avoid using variable length array in net_client_init() 7 years ago
Stefano Garzarella 21c520d0c1 net: fix assertion failure when ipv6-prefixlen is not a number 7 years ago
Markus Armbruster 856dfd8a03 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h 7 years ago
Thomas Huth 7b71e03af9 net: Print output of "-net nic, model=help" to stdout instead of stderr 7 years ago
Paolo Bonzini 56f41de737 vhost-net-user: add stubs for when no virtio-net device is present 8 years ago
Marc-André Lureau 625a526b32 slirp: improve send_packet() callback 8 years ago
Paolo Bonzini eae3eb3e18 qemu/queue.h: simplify reverse access to QTAILQ 8 years ago
Jason Wang 25c01bd19d net: drop too large packet early 8 years ago
Jason Wang 1592a99470 net: ignore packet size greater than INT_MAX 8 years ago
Zhang Chen 5fbba3d659 filter: Add handle_event method for NetFilterClass 8 years ago
Thomas Huth 101625a4d4 net: Deprecate the "name" parameter of -net 8 years ago
Lin Ma 8b43f964f9 net: Fix a potential segfault 8 years ago
Thomas Huth af1a5c3eb4 net: Remove the deprecated "vlan" parameter 8 years ago
Thomas Huth 9d94619189 net: Fix memory leak in net_param_nic() 8 years ago
Greg Kurz 94b52958b7 virtio_net: flush uncompleted TX on reset 9 years ago
Thomas Huth 78cd6f7bf6 net: Add a new convenience option "--nic" to configure default/on-board NICs 9 years ago
Thomas Huth 7cc28cb061 net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands 9 years ago
Thomas Huth 857d20873d net: Remove the deprecated way of dumping network packets 9 years ago
Thomas Huth aa09a485c2 net: Make net_client_init() static 9 years ago
Thomas Huth 547203ead4 net: List available netdevs with "-netdev help" 9 years ago
Thomas Huth 34f708b0b6 net: Move error reporting from net_init_client/netdev to the calling site 9 years ago
Markus Armbruster 9af2398977 Include less of the generated modular QAPI headers 9 years ago
Markus Armbruster 922a01a013 Move include qemu/option.h from qemu-common.h to actual users 9 years ago
Markus Armbruster 452fcdbc49 Include qapi/qmp/qdict.h exactly where needed 9 years ago
Markus Armbruster e688df6bc4 Include qapi/error.h exactly where needed 9 years ago
Thomas Huth 18d65d2258 net: Allow hubports to connect to other netdevs 9 years ago
Thomas Huth 3a22ee2734 net: Remove the legacy "-net channel" parameter 9 years ago
Mark Cave-Ayland d9caeb09b1 net: remove unused compute_mcast_idx() function 9 years ago
Mark Cave-Ayland f1a7deb900 net: introduce net_crc32_le() function 9 years ago
Mark Cave-Ayland eaba8f34f0 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function 9 years ago
Alistair Francis b62e39b469 General warn report fixups 9 years ago
Alistair Francis 8297be80f7 Convert multi-line fprintf() to warn_report() 9 years ago
Mao Zhongyi bcd4dfd685 net/net: Convert parse_host_port() to Error 9 years ago
Markus Armbruster 977c736f80 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) 9 years ago
Zhang Chen 3cde5ea211 net/net.c: Add vnet_hdr support in SocketReadState 9 years ago
Zhang Chen d6b732e953 net: Add vnet_hdr_len arguments in NetClientState 9 years ago
Thomas Huth 559964a1ad hmp / net: Mark host_net_add/remove as deprecated 9 years ago
Markus Armbruster d3be4b57ce net: Flatten simple union NetLegacyOptions 10 years ago
Thomas Huth a2dbe1356f net: Mark 'vlan' parameter as deprecated 10 years ago