summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* net: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* socket: pass correct size in net_socket_send()Jason Wang2015-07-201-1/+1
* Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-121-4/+4
* net/socket: Drop net_socket_can_sendFam Zheng2015-06-121-12/+19
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-1/+2
* monitor: Clean up around monitor_handle_fd_param()Markus Armbruster2015-02-181-1/+3
* net/socket: fix Uninitialized scalar variableGonglei2014-11-211-5/+6
* net: The third parameter of getsockname should be initializedzhanghailiang2014-11-181-1/+1
* net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-021-9/+10
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi2013-04-021-1/+6
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-3/+3
* net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-251-2/+2
* net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi2013-03-251-0/+3
* MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil2013-03-221-11/+10
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-4/+4
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* net: use "socket" model name for UDP socketsLei Li2012-11-011-1/+1
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-2/+1
* 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
* monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger2012-09-071-1/+1
* 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
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-15/+15
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-2/+2
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-011-24/+24
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-231-2/+2
* convert net_init_socket() to NetClientOptionsLaszlo Ersek2012-07-231-76/+43
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-1/+2
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-2/+2
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-5/+3
* net: remove extra spaces in help messagesBenjamin MARSILI2012-02-101-4/+4
* Support for UDP unicast network backendBenjamin2012-01-121-2/+75
* net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell2012-01-061-0/+2
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-0/+3
|\
| * net/socket.c : fix memory leakZhi Hui Li2011-12-061-0/+3
* | net: take ownership of fd in socket init functionsStefan Hajnoczi2011-12-121-8/+9
* | net: expand tabs in net/socket.cStefan Hajnoczi2011-12-121-38/+41
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-3/+3
* Fix forcing multicast msgs to loopback on OpenBSD.Brad2011-08-071-2/+8
* Wrap recv to avoid warningsBlue Swirl2011-07-251-2/+2
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-3/+3
* Fixing network over sockets implementation for win32Pavel Dovgaluk2011-02-251-1/+1
* Fix warning on mingw32Blue Swirl2010-12-171-1/+2
* net/sock: option to specify local addressMike Ryan2010-12-091-13/+39
OpenPOWER on IntegriCloud