summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* net: reorganize headersPaolo Bonzini2012-12-191-2/+2
* net: move net.c to net/Paolo Bonzini2012-12-191-0/+1056
OpenPOWER on IntegriCloud