summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+26
* net: add missing include fileLiming Wang2012-12-221-0/+1
* net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil2012-12-221-0/+1
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-1923-215/+1114
|\
| * softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-195-5/+5
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-1912-19/+19
| * monitor: move include files to include/monitor/Paolo Bonzini2012-12-195-5/+5
| * qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
| * net: reorganize headersPaolo Bonzini2012-12-1921-188/+25
| * net: move net.c to net/Paolo Bonzini2012-12-192-1/+1057
| * janitor: do not include qemu-char everywherePaolo Bonzini2012-12-194-3/+1
| * tap: reset vnet header size on openMichael S. Tsirkin2012-12-121-0/+8
* | net, hub: fix the indent in the commentsZhi Yong Wu2012-12-181-1/+1
|/
* Fix spelling (prefered -> preferred)Stefan Weil2012-12-071-3/+4
* tap: reset vnet header size on openMichael S. Tsirkin2012-11-201-0/+7
* slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel2012-11-151-3/+32
* net: use "socket" model name for UDP socketsLei Li2012-11-011-1/+1
* tap-win32: stubs to fix win32 buildMichael S. Tsirkin2012-10-301-0/+10
* net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil2012-10-191-0/+1
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-0813-92/+34
* net/socket: Fix compiler warning (regression for MinGW)Stefan Weil2012-09-231-3/+3
* net: EAGAIN handling for net/socket.c TCPStefan Hajnoczi2012-09-141-5/+31
* net: EAGAIN handling for net/socket.c UDPStefan Hajnoczi2012-09-141-2/+12
* net: asynchronous send/receive infrastructure for net/socket.cStefan Hajnoczi2012-09-141-6/+52
* net: broadcast hub packets if at least one port can receiveStefan Hajnoczi2012-09-141-3/+3
* net: do not report queued packets as sentStefan Hajnoczi2012-09-141-19/+16
* net: notify iothread after flushing queuePaolo Bonzini2012-09-142-3/+4
* monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger2012-09-072-3/+3
* qapi: avoid reserved keywordsBlue Swirl2012-08-091-3/+3
* net: add the support for -netdev socket, listenZhi Yong Wu2012-08-011-29/+47
* net: fix the coding styleZhi Yong Wu2012-08-011-1/+3
* hub: add the support for hub own flow controlZhi Yong Wu2012-08-011-3/+24
* net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu2012-08-012-11/+5
* net: cleanup deliver/deliver_iov func pointersZhi Yong Wu2012-08-012-24/+6
* net: Make "info network" output more readable infoZhi Yong Wu2012-08-011-2/+4
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename vc local variables to ncStefan Hajnoczi2012-08-012-12/+12
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-0115-110/+110
* net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2012-08-012-0/+26
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-017-8/+8
* hub: Check that hubs are configured correctlyStefan Hajnoczi2012-08-012-0/+46
* net: Look up 'vlan' net clients using hubsStefan Hajnoczi2012-08-013-2/+29
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-0113-58/+65
* net: Add a hub net clientStefan Hajnoczi2012-08-013-1/+250
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-2311-30/+26
* convert net_init_bridge() to NetClientOptionsLaszlo Ersek2012-07-231-11/+12
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-238-70/+71
* convert net_init_vde() to NetClientOptionsLaszlo Ersek2012-07-231-10/+7
* convert net_init_socket() to NetClientOptionsLaszlo Ersek2012-07-231-76/+43
OpenPOWER on IntegriCloud