summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-9/+10
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-04-02net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi1-1/+6
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-3/+3
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman1-2/+2
2013-03-25net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi1-0/+3
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-11/+10
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-4/+4
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-11-01net: use "socket" model name for UDP socketsLei Li1-1/+1
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini1-2/+1
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-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger1-1/+1
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-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-15/+15
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi1-2/+2
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi1-24/+24
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek1-2/+2
2012-07-23convert net_init_socket() to NetClientOptionsLaszlo Ersek1-76/+43
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek1-1/+2
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-2/+2
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-5/+3
2012-02-10net: remove extra spaces in help messagesBenjamin MARSILI1-4/+4
2012-01-12Support for UDP unicast network backendBenjamin1-2/+75
2012-01-06net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell1-0/+2
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-0/+3
2011-12-12net: take ownership of fd in socket init functionsStefan Hajnoczi1-8/+9
2011-12-12net: expand tabs in net/socket.cStefan Hajnoczi1-38/+41
2011-12-06net/socket.c : fix memory leakZhi Hui Li1-0/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-07Fix forcing multicast msgs to loopback on OpenBSD.Brad1-2/+8
2011-07-25Wrap recv to avoid warningsBlue Swirl1-2/+2
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-3/+3
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk1-1/+1
2010-12-17Fix warning on mingw32Blue Swirl1-1/+2
2010-12-09net/sock: option to specify local addressMike Ryan1-13/+39
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-5/+5
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-1/+1
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-4/+0
2009-12-03Don't leak file descriptorsKevin Wolf1-4/+4
2009-12-03net: convert socket to NetClientInfoMark McLoughlin1-29/+45
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin1-0/+561