aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2012-12-22net: add missing include fileLiming Wang
2012-12-22net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19net: move net.c to net/Paolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-12-18net, hub: fix the indent in the commentsZhi Yong Wu
2012-12-12tap: reset vnet header size on openMichael S. Tsirkin
2012-12-07Fix spelling (prefered -> preferred)Stefan Weil
2012-11-20tap: reset vnet header size on openMichael S. Tsirkin
2012-11-15slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel
2012-11-01net: use "socket" model name for UDP socketsLei Li
2012-10-30tap-win32: stubs to fix win32 buildMichael S. Tsirkin
2012-10-19net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini
2012-09-23net/socket: Fix compiler warning (regression for MinGW)Stefan Weil
2012-09-14net: EAGAIN handling for net/socket.c TCPStefan Hajnoczi
2012-09-14net: EAGAIN handling for net/socket.c UDPStefan Hajnoczi
2012-09-14net: asynchronous send/receive infrastructure for net/socket.cStefan Hajnoczi
2012-09-14net: broadcast hub packets if at least one port can receiveStefan Hajnoczi
2012-09-14net: do not report queued packets as sentStefan Hajnoczi
2012-09-14net: notify iothread after flushing queuePaolo Bonzini
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger
2012-08-09qapi: avoid reserved keywordsBlue Swirl
2012-08-01net: add the support for -netdev socket, listenZhi Yong Wu
2012-08-01net: fix the coding styleZhi Yong Wu
2012-08-01hub: add the support for hub own flow controlZhi Yong Wu
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-08-01net: Add a hub net clientStefan Hajnoczi
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_bridge() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_vde() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_socket() to NetClientOptionsLaszlo Ersek