summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster1-3/+1
2013-01-17HMP: add QDict to info callback handlerWenchao Xia2-2/+2
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+26
2012-12-22net: add missing include fileLiming Wang1-0/+1
2012-12-22net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil1-0/+1
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori23-215/+1114
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini5-5/+5
2012-12-19misc: move include files to include/qemu/Paolo Bonzini12-19/+19
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini5-5/+5
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini21-188/+25
2012-12-19net: move net.c to net/Paolo Bonzini2-1/+1057
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini4-3/+1
2012-12-18net, hub: fix the indent in the commentsZhi Yong Wu1-1/+1
2012-12-12tap: reset vnet header size on openMichael S. Tsirkin1-0/+8
2012-12-07Fix spelling (prefered -> preferred)Stefan Weil1-3/+4
2012-11-20tap: reset vnet header size on openMichael S. Tsirkin1-0/+7
2012-11-15slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel1-3/+32
2012-11-01net: use "socket" model name for UDP socketsLei Li1-1/+1
2012-10-30tap-win32: stubs to fix win32 buildMichael S. Tsirkin1-0/+10
2012-10-19net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil1-0/+1
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini13-92/+34
2012-09-23net/socket: Fix compiler warning (regression for MinGW)Stefan Weil1-3/+3
2012-09-14net: EAGAIN handling for net/socket.c TCPStefan Hajnoczi1-5/+31
2012-09-14net: EAGAIN handling for net/socket.c UDPStefan Hajnoczi1-2/+12
2012-09-14net: asynchronous send/receive infrastructure for net/socket.cStefan Hajnoczi1-6/+52
2012-09-14net: broadcast hub packets if at least one port can receiveStefan Hajnoczi1-3/+3
2012-09-14net: do not report queued packets as sentStefan Hajnoczi1-19/+16
2012-09-14net: notify iothread after flushing queuePaolo Bonzini2-3/+4
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger2-3/+3
2012-08-09qapi: avoid reserved keywordsBlue Swirl1-3/+3
2012-08-01net: add the support for -netdev socket, listenZhi Yong Wu1-29/+47
2012-08-01net: fix the coding styleZhi Yong Wu1-1/+3
2012-08-01hub: add the support for hub own flow controlZhi Yong Wu1-3/+24
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu2-11/+5
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu2-24/+6
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu1-2/+4
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi2-12/+12
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi15-110/+110
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2-0/+26
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi7-8/+8
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi2-0/+46
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi3-2/+29
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi13-58/+65
2012-08-01net: Add a hub net clientStefan Hajnoczi3-1/+250
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek11-30/+26
2012-07-23convert net_init_bridge() to NetClientOptionsLaszlo Ersek1-11/+12
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek8-70/+71