Sign in
qemu
/
qemu
/
fea7d5966a54a5e5400cd38897a95ea576b5af4d
/
net
/
socket.c
fc13fa0
net: ensure "socket" backend uses non-blocking fds
by Stefan Hajnoczi
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
d32fcad
net: increase buffer size to accommodate Jumbo frame pkts
by Scott Feldman
· 12 years ago
20048d0
net: use socket_set_nodelay() for -netdev socket
by Stefan Hajnoczi
· 12 years ago
9957fc7
MinGW: Replace setsockopt by qemu_setsocketopt
by Stefan Weil
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
f0e3ac7
net: use "socket" model name for UDP sockets
by Lei Li
· 12 years ago
a245fc1
net: consolidate NetClientState header files into one
by Paolo Bonzini
· 12 years ago
73062df
net/socket: Fix compiler warning (regression for MinGW)
by Stefan Weil
· 12 years ago
45a7f54
net: EAGAIN handling for net/socket.c TCP
by Stefan Hajnoczi
· 12 years ago
213fd50
net: EAGAIN handling for net/socket.c UDP
by Stefan Hajnoczi
· 12 years ago
863f678
net: asynchronous send/receive infrastructure for net/socket.c
by Stefan Hajnoczi
· 12 years ago
a96ed02
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
by Nicholas Bellinger
· 12 years ago
011de2b
net: add the support for -netdev socket, listen
by Zhi Yong Wu
· 12 years ago
e34cde3
net: fix the coding style
by Zhi Yong Wu
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 12 years ago
ab5f3f8
net: Drop vlan argument to qemu_new_net_client()
by Stefan Hajnoczi
· 12 years ago
d33d93b
net: Use hubs for the vlan feature
by Stefan Hajnoczi
· 12 years ago
1a0c095
remove unused QemuOpts parameter from net init functions
by Laszlo Ersek
· 12 years ago
bef8e8f
convert net_init_socket() to NetClientOptions
by Laszlo Ersek
· 12 years ago
6687b79
convert net_client_init() to OptsVisitor
by Laszlo Ersek
· 12 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 12 years ago
42dcc54
net: purge the monitor object from all init functions
by Luiz Capitulino
· 13 years ago
da8d605
net: remove extra spaces in help messages
by Benjamin MARSILI
· 13 years ago
0e0e7fa
Support for UDP unicast network backend
by Benjamin
· 13 years ago
a46667e
net/socket.c: Fix fd leak in net_socket_listen_init() error paths
by Peter Maydell
· 13 years ago
9423a2e
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
by Anthony Liguori
· 13 years ago
e5d1fca
net: take ownership of fd in socket init functions
by Stefan Hajnoczi
· 13 years ago
842480d
net: expand tabs in net/socket.c
by Stefan Hajnoczi
· 13 years ago
c7ee8f6
net/socket.c : fix memory leak
by Zhi Hui Li
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
23ddf2b
Fix forcing multicast msgs to loopback on OpenBSD.
by Brad
· 13 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 13 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 13 years ago
c7eb1f0
Fixing network over sockets implementation for win32
by Pavel Dovgaluk
· 14 years ago
4d22c6c
Fix warning on mingw32
by Blue Swirl
· 14 years ago
3a75e74
net/sock: option to specify local address
by Mike Ryan
· 14 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
2f79201
error: Move qemu_error & friends into their own header
by Markus Armbruster
· 15 years ago
62112d1
net: Fix bogus "Warning: vlan 0 with no nics" with -device
by Markus Armbruster
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
564f63e
net: convert socket to NetClientInfo
by Mark McLoughlin
· 15 years ago
42281ac
net: move socket backend code from net.c to net/socket.c
by Mark McLoughlin
· 15 years ago