summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-5/+5
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-1/+1
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-191-4/+0
* Don't leak file descriptorsKevin Wolf2009-12-031-4/+4
* net: convert socket to NetClientInfoMark McLoughlin2009-12-031-29/+45
* net: move socket backend code from net.c to net/socket.cMark McLoughlin2009-12-031-0/+561
OpenPOWER on IntegriCloud