summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi1-18/+18
2014-02-25net: extend NetClientInfo for offloadingVincenzo Maffione1-0/+55
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-6/+6
2014-01-27net: Use g_strdup_printf instead of snprintf.Hani Benhabiles1-4/+1
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil1-1/+1
2013-12-09net: Update netdev peer on link changeVlad Yasevich1-9/+17
2013-12-09net: Adding netmap network backendVincenzo Maffione1-0/+6
2013-11-08net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov1-1/+0
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok1-0/+6
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka1-7/+7
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong1-0/+48
2013-05-03net: make network client name uniqueAmos Kong1-5/+2
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman1-1/+1
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang1-10/+9
2013-02-27net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo1-0/+6
2013-02-13net: Avoid NULL function pointer dereference on cleanupAndreas Färber1-1/+3
2013-02-07net: fix infinite loop on exitMichael Roth1-1/+1
2013-02-01net: multiqueue supportJason Wang1-32/+81
2013-02-01net: introduce NetClientState destructorJason Wang1-4/+13
2013-02-01net: introduce qemu_net_client_setup()Jason Wang1-10/+19
2013-02-01net: introduce qemu_find_net_clients_except()Jason Wang1-0/+21
2013-02-01net: intorduce qemu_del_nic()Jason Wang1-1/+14
2013-02-01net: introduce qemu_get_nic()Jason Wang1-4/+16
2013-02-01net: introduce qemu_get_queue()Jason Wang1-0/+5
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster1-3/+1
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-1/+1
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+26
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-2/+2
2012-12-19net: move net.c to net/Paolo Bonzini1-0/+1056