Age | Commit message (Expand) | Author | Files | Lines |
2015-05-27 | net: Improve -net nic error reporting | Markus Armbruster | 1 | -6/+6 |
2015-05-27 | net: Permit incremental conversion of init functions to Error | Markus Armbruster | 1 | -6/+9 |
2015-05-27 | net: Improve error message for -net hubport a bit | Markus Armbruster | 1 | -0/+5 |
2015-05-11 | net: add MAC address string printer | Scott Feldman | 1 | -0/+7 |
2015-03-12 | net: synchronize net_host_device_remove with host_net_remove_completion | Paolo Bonzini | 1 | -3/+3 |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster | 1 | -1/+1 |
2015-02-26 | QemuOpts: Convert qemu_opts_set() to Error, fix its use | Markus Armbruster | 1 | -2/+2 |
2015-02-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell | 1 | -6/+3 |
2015-02-18 | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() | Markus Armbruster | 1 | -1/+1 |
2015-02-18 | hmp: Name HMP command handler functions hmp_COMMAND() | Markus Armbruster | 1 | -2/+2 |
2015-02-18 | net: Avoid qerror_report_err() outside QMP command handlers | Markus Armbruster | 1 | -6/+3 |
2015-02-06 | net: del hub port when peer is deleted | Jason Wang | 1 | -0/+2 |
2014-09-04 | net: complete all queued packets on VM stop | Michael S. Tsirkin | 1 | -1/+32 |
2014-09-04 | net: Forbid dealing with packets when VM is not running | zhanghailiang | 1 | -0/+7 |
2014-07-01 | net: add mmsghdr struct check for L2TPV3 | Gonglei | 1 | -2/+2 |
2014-06-27 | net: move queue number into NICPeers | Jiri Pirko | 1 | -2/+2 |
2014-06-27 | net: L2TPv3 transport | Anton Ivanov | 1 | -0/+6 |
2014-06-19 | Add the vhost-user netdev backend to the command line | Nikolay Nikolaev | 1 | -0/+7 |
2014-06-11 | net: Export valid host network devices list | Hani Benhabiles | 1 | -14/+20 |
2014-05-15 | monitor: Add set_link arguments completion. | Hani Benhabiles | 1 | -1/+1 |
2014-04-25 | net: Don't use error_is_set() to suppress additional errors | Markus Armbruster | 1 | -3/+3 |
2014-04-25 | net: Make qmp_query_rx_filter() with name argument more obvious | Markus Armbruster | 1 | -0/+4 |
2014-04-25 | net/net.c: Remove unnecessary semicolon | Igor Ryzhov | 1 | -1/+1 |
2014-04-18 | net: Report error when device / hub combo is not found. | Hani Benhabiles | 1 | -1/+3 |
2014-02-25 | net: remove implicit peer from offload API | Stefan Hajnoczi | 1 | -18/+18 |
2014-02-25 | net: extend NetClientInfo for offloading | Vincenzo Maffione | 1 | -0/+55 |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster | 1 | -6/+6 |
2014-01-27 | net: Use g_strdup_printf instead of snprintf. | Hani Benhabiles | 1 | -4/+1 |
2013-12-23 | misc: Use macro ARRAY_SIZE where possible | Stefan Weil | 1 | -1/+1 |
2013-12-09 | net: Update netdev peer on link change | Vlad Yasevich | 1 | -9/+17 |
2013-12-09 | net: Adding netmap network backend | Vincenzo Maffione | 1 | -0/+6 |
2013-11-08 | net: fix qemu_flush_queued_packets() in presence of a hub | Sergey Fedorov | 1 | -1/+0 |
2013-11-08 | net: disallow to specify multicast MAC address | Dmitry Krivenok | 1 | -0/+6 |
2013-09-06 | net: Rename send_queue to incoming_queue | Jan Kiszka | 1 | -7/+7 |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh | 1 | -0/+1 |
2013-07-15 | net: add support of mac-programming over macvtap in QEMU side | Amos Kong | 1 | -0/+48 |
2013-05-03 | net: make network client name unique | Amos Kong | 1 | -5/+2 |
2013-03-25 | net: increase buffer size to accommodate Jumbo frame pkts | Scott Feldman | 1 | -1/+1 |
2013-02-27 | net: reduce the unnecessary memory allocation of multiqueue | Jason Wang | 1 | -10/+9 |
2013-02-27 | net: fix qemu_flush_queued_packets() in presence of a hub | Luigi Rizzo | 1 | -0/+6 |
2013-02-13 | net: Avoid NULL function pointer dereference on cleanup | Andreas Färber | 1 | -1/+3 |
2013-02-07 | net: fix infinite loop on exit | Michael Roth | 1 | -1/+1 |
2013-02-01 | net: multiqueue support | Jason Wang | 1 | -32/+81 |
2013-02-01 | net: introduce NetClientState destructor | Jason Wang | 1 | -4/+13 |
2013-02-01 | net: introduce qemu_net_client_setup() | Jason Wang | 1 | -10/+19 |
2013-02-01 | net: introduce qemu_find_net_clients_except() | Jason Wang | 1 | -0/+21 |
2013-02-01 | net: intorduce qemu_del_nic() | Jason Wang | 1 | -1/+14 |
2013-02-01 | net: introduce qemu_get_nic() | Jason Wang | 1 | -4/+16 |
2013-02-01 | net: introduce qemu_get_queue() | Jason Wang | 1 | -0/+5 |
2013-01-30 | g_strdup(NULL) returns NULL; simplify | Markus Armbruster | 1 | -3/+1 |