aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-11-01net: use "socket" model name for UDP socketsLei Li
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-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger
2012-08-01net: add the support for -netdev socket, listenZhi Yong Wu
2012-08-01net: fix the coding styleZhi Yong Wu
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_socket() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-02-10net: remove extra spaces in help messagesBenjamin MARSILI
2012-01-12Support for UDP unicast network backendBenjamin
2012-01-06net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-12net: take ownership of fd in socket init functionsStefan Hajnoczi
2011-12-12net: expand tabs in net/socket.cStefan Hajnoczi
2011-12-06net/socket.c : fix memory leakZhi Hui Li
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Fix forcing multicast msgs to loopback on OpenBSD.Brad
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk
2010-12-17Fix warning on mingw32Blue Swirl
2010-12-09net/sock: option to specify local addressMike Ryan
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-03net: convert socket to NetClientInfoMark McLoughlin
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin