212 Commits (f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587)

Author SHA1 Message Date
Markus Armbruster a4c7367f7d QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure 12 years ago
Shannon Zhao 2bc22a58e1 net/net: Record usage status of mac address 11 years ago
Markus Armbruster 6630886863 net: Improve -net nic error reporting 11 years ago
Markus Armbruster a30ecde6e7 net: Permit incremental conversion of init functions to Error 11 years ago
Markus Armbruster ca7eb1848b net: Improve error message for -net hubport a bit 11 years ago
Scott Feldman 890ee6abb3 net: add MAC address string printer 12 years ago
Paolo Bonzini 7fb439115d net: synchronize net_host_device_remove with host_net_remove_completion 12 years ago
Markus Armbruster f43e47dbf6 QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use 12 years ago
Markus Armbruster 79087c782e QemuOpts: Convert qemu_opts_set() to Error, fix its use 12 years ago
Markus Armbruster 1ce6be24df hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() 12 years ago
Markus Armbruster 3e5a50d64c hmp: Name HMP command handler functions hmp_COMMAND() 12 years ago
Markus Armbruster 12d0cc2db9 net: Avoid qerror_report_err() outside QMP command handlers 12 years ago
Jason Wang 64a55d6066 net: del hub port when peer is deleted 12 years ago
Michael S. Tsirkin ca77d85e1d net: complete all queued packets on VM stop 12 years ago
zhanghailiang e1d64c084b net: Forbid dealing with packets when VM is not running 12 years ago
Gonglei 015a33bd05 net: add mmsghdr struct check for L2TPV3 12 years ago
Jiri Pirko 575a1c0e42 net: move queue number into NICPeers 12 years ago
Anton Ivanov 3fb69aa1d1 net: L2TPv3 transport 12 years ago
Nikolay Nikolaev 03ce574442 Add the vhost-user netdev backend to the command line 12 years ago
Hani Benhabiles 84007e8181 net: Export valid host network devices list 12 years ago
Hani Benhabiles 40d19394b7 monitor: Add set_link arguments completion. 12 years ago
Igor Ryzhov 9057698d93 net/net.c: remove unnecessary semicolon 13 years ago
Markus Armbruster 9083da1d4c net: Don't use error_is_set() to suppress additional errors 12 years ago
Markus Armbruster 638fb14169 net: Make qmp_query_rx_filter() with name argument more obvious 12 years ago
Igor Ryzhov b925965294 net/net.c: Remove unnecessary semicolon 13 years ago
Hani Benhabiles 86e117724a net: Report error when device / hub combo is not found. 13 years ago
Stefan Hajnoczi d6085e3ace net: remove implicit peer from offload API 13 years ago
Vincenzo Maffione 1f55ac4586 net: extend NetClientInfo for offloading 13 years ago
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 13 years ago
Hani Benhabiles 4bf2c138dd net: Use g_strdup_printf instead of snprintf. 13 years ago
Stefan Weil dff7424dc0 misc: Use macro ARRAY_SIZE where possible 13 years ago
Vlad Yasevich 02d38fcb2c net: Update netdev peer on link change 13 years ago
Vincenzo Maffione 58952137b0 net: Adding netmap network backend 13 years ago
Sergey Fedorov 1597591cca net: fix qemu_flush_queued_packets() in presence of a hub 13 years ago
Dmitry Krivenok d60b20cf2a net: disallow to specify multicast MAC address 13 years ago
Jan Kiszka 067404be62 net: Rename send_queue to incoming_queue 13 years ago
Alex Bligh 6a1751b7aa aio / timers: Untangle include files 13 years ago
Amos Kong b1be42803b net: add support of mac-programming over macvtap in QEMU side 13 years ago
Amos Kong c963530a5b net: make network client name unique 14 years ago
Scott Feldman d32fcad366 net: increase buffer size to accommodate Jumbo frame pkts 14 years ago
Jason Wang f6b26cf257 net: reduce the unnecessary memory allocation of multiqueue 14 years ago
Luigi Rizzo 199ee608f0 net: fix qemu_flush_queued_packets() in presence of a hub 14 years ago
Andreas Färber cc2a90432d net: Avoid NULL function pointer dereference on cleanup 14 years ago
Michael Roth b890492110 net: fix infinite loop on exit 14 years ago
Jason Wang 1ceef9f273 net: multiqueue support 14 years ago
Jason Wang f7860455fd net: introduce NetClientState destructor 14 years ago
Jason Wang 18a1541a8d net: introduce qemu_net_client_setup() 14 years ago
Jason Wang 6c51ae73fc net: introduce qemu_find_net_clients_except() 14 years ago
Jason Wang 948ecf219c net: intorduce qemu_del_nic() 14 years ago
Jason Wang cc1f0f4542 net: introduce qemu_get_nic() 14 years ago