summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-261-1/+1
* QemuOpts: Convert qemu_opts_set() to Error, fix its useMarkus Armbruster2015-02-261-2/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-6/+3
|\
| * net: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-6/+3
* | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-181-1/+1
* | hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-2/+2
|/
* net: del hub port when peer is deletedJason Wang2015-02-061-0/+2
* net: complete all queued packets on VM stopMichael S. Tsirkin2014-09-041-1/+32
* net: Forbid dealing with packets when VM is not runningzhanghailiang2014-09-041-0/+7
* net: add mmsghdr struct check for L2TPV3Gonglei2014-07-011-2/+2
* net: move queue number into NICPeersJiri Pirko2014-06-271-2/+2
* net: L2TPv3 transportAnton Ivanov2014-06-271-0/+6
* Add the vhost-user netdev backend to the command lineNikolay Nikolaev2014-06-191-0/+7
* net: Export valid host network devices listHani Benhabiles2014-06-111-14/+20
* monitor: Add set_link arguments completion.Hani Benhabiles2014-05-151-1/+1
* net: Don't use error_is_set() to suppress additional errorsMarkus Armbruster2014-04-251-3/+3
* net: Make qmp_query_rx_filter() with name argument more obviousMarkus Armbruster2014-04-251-0/+4
* net/net.c: Remove unnecessary semicolonIgor Ryzhov2014-04-251-1/+1
* net: Report error when device / hub combo is not found.Hani Benhabiles2014-04-181-1/+3
* net: remove implicit peer from offload APIStefan Hajnoczi2014-02-251-18/+18
* net: extend NetClientInfo for offloadingVincenzo Maffione2014-02-251-0/+55
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-6/+6
* net: Use g_strdup_printf instead of snprintf.Hani Benhabiles2014-01-271-4/+1
* misc: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-231-1/+1
* net: Update netdev peer on link changeVlad Yasevich2013-12-091-9/+17
* net: Adding netmap network backendVincenzo Maffione2013-12-091-0/+6
* net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov2013-11-081-1/+0
* net: disallow to specify multicast MAC addressDmitry Krivenok2013-11-081-0/+6
* net: Rename send_queue to incoming_queueJan Kiszka2013-09-061-7/+7
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* net: add support of mac-programming over macvtap in QEMU sideAmos Kong2013-07-151-0/+48
* net: make network client name uniqueAmos Kong2013-05-031-5/+2
* net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-251-1/+1
* net: reduce the unnecessary memory allocation of multiqueueJason Wang2013-02-271-10/+9
* net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo2013-02-271-0/+6
* net: Avoid NULL function pointer dereference on cleanupAndreas Färber2013-02-131-1/+3
* net: fix infinite loop on exitMichael Roth2013-02-071-1/+1
* net: multiqueue supportJason Wang2013-02-011-32/+81
* net: introduce NetClientState destructorJason Wang2013-02-011-4/+13
* net: introduce qemu_net_client_setup()Jason Wang2013-02-011-10/+19
* net: introduce qemu_find_net_clients_except()Jason Wang2013-02-011-0/+21
* net: intorduce qemu_del_nic()Jason Wang2013-02-011-1/+14
* net: introduce qemu_get_nic()Jason Wang2013-02-011-4/+16
* net: introduce qemu_get_queue()Jason Wang2013-02-011-0/+5
* g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2013-01-301-3/+1
* HMP: add QDict to info callback handlerWenchao Xia2013-01-171-1/+1
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+26
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
OpenPOWER on IntegriCloud