summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-23convert net_init_vde() to NetClientOptionsLaszlo Ersek1-10/+7
2012-07-23convert net_init_socket() to NetClientOptionsLaszlo Ersek1-76/+43
2012-07-23convert net_init_slirp() to NetClientOptionsLaszlo Ersek1-68/+25
2012-07-23convert net_init_dump() to NetClientOptionsLaszlo Ersek1-4/+17
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek11-13/+31
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek6-14/+14
2012-07-09slirp: Improve error reporting of inaccessible smb directoriesJan Kiszka1-2/+2
2012-07-09slirp: Ensure smbd and shared directory exist when enable smbDunrong Huang1-0/+12
2012-07-09slirp: add 'cmd:' target for guestfwdAlexander Graf1-17/+27
2012-07-09slirp: Enforce host-side user of smb shareJan Kiszka1-2/+12
2012-06-15qmp: include monitor.h when neededPaolo Bonzini1-0/+1
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev1-6/+0
2012-06-07build: move net/ objects to nested Makefile.objsPaolo Bonzini1-0/+12
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino11-29/+17
2012-05-01Declare state directory in smb.confNikolaus Rath1-0/+2
2012-05-01slirp: don't use "smb ports = 0" optionNikolaus Rath1-1/+0
2012-02-10net: remove extra spaces in help messagesBenjamin MARSILI1-4/+4