index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
socket: Make errp the last parameter of socket_connect
Fam Zheng
1
-1
/
+1
2016-11-15
net: fix sending of data with -net socket, listen backend
Daniel P. Berrange
1
-0
/
+1
2016-09-14
Change net/socket.c to use socket_*() functions
Marc-André Lureau
1
-56
/
+71
2016-08-30
Revert "Change net/socket.c to use socket_*() functions"
Paolo Bonzini
1
-27
/
+28
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-4
/
+4
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
1
-3
/
+3
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
1
-28
/
+27
2016-06-01
net/net: Add SocketReadState for reuse codes
Zhang Chen
1
-55
/
+22
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-1
/
+1
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-11
/
+8
2016-02-04
net: Clean up includes
Peter Maydell
1
-1
/
+1
2015-11-02
net: Convert to new qapi union layout
Eric Blake
1
-2
/
+2
2015-07-20
socket: pass correct size in net_socket_send()
Jason Wang
1
-1
/
+1
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
1
-4
/
+4
2015-06-12
net/socket: Drop net_socket_can_send
Fam Zheng
1
-12
/
+19
2015-05-27
net: Permit incremental conversion of init functions to Error
Markus Armbruster
1
-1
/
+2
2015-02-18
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
1
-1
/
+3
2014-11-21
net/socket: fix Uninitialized scalar variable
Gonglei
1
-5
/
+6
2014-11-18
net: The third parameter of getsockname should be initialized
zhanghailiang
1
-1
/
+1
2013-10-02
net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-9
/
+10
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-0
/
+1
2013-04-02
net: ensure "socket" backend uses non-blocking fds
Stefan Hajnoczi
1
-1
/
+6
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-3
/
+3
2013-03-25
net: increase buffer size to accommodate Jumbo frame pkts
Scott Feldman
1
-2
/
+2
2013-03-25
net: use socket_set_nodelay() for -netdev socket
Stefan Hajnoczi
1
-0
/
+3
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
1
-11
/
+10
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-4
/
+4
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
net: reorganize headers
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
1
-1
/
+0
2012-11-01
net: use "socket" model name for UDP sockets
Lei Li
1
-1
/
+1
2012-10-08
net: consolidate NetClientState header files into one
Paolo Bonzini
1
-2
/
+1
2012-09-23
net/socket: Fix compiler warning (regression for MinGW)
Stefan Weil
1
-3
/
+3
2012-09-14
net: EAGAIN handling for net/socket.c TCP
Stefan Hajnoczi
1
-5
/
+31
2012-09-14
net: EAGAIN handling for net/socket.c UDP
Stefan Hajnoczi
1
-2
/
+12
2012-09-14
net: asynchronous send/receive infrastructure for net/socket.c
Stefan Hajnoczi
1
-6
/
+52
2012-09-07
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
Nicholas Bellinger
1
-1
/
+1
2012-08-01
net: add the support for -netdev socket, listen
Zhi Yong Wu
1
-29
/
+47
2012-08-01
net: fix the coding style
Zhi Yong Wu
1
-1
/
+3
2012-08-01
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
1
-15
/
+15
2012-08-01
net: Drop vlan argument to qemu_new_net_client()
Stefan Hajnoczi
1
-2
/
+2
2012-08-01
net: Use hubs for the vlan feature
Stefan Hajnoczi
1
-24
/
+24
2012-07-23
remove unused QemuOpts parameter from net init functions
Laszlo Ersek
1
-2
/
+2
2012-07-23
convert net_init_socket() to NetClientOptions
Laszlo Ersek
1
-76
/
+43
2012-07-23
convert net_client_init() to OptsVisitor
Laszlo Ersek
1
-1
/
+2
2012-07-23
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
1
-2
/
+2
2012-06-04
net: purge the monitor object from all init functions
Luiz Capitulino
1
-5
/
+3
2012-02-10
net: remove extra spaces in help messages
Benjamin MARSILI
1
-4
/
+4
2012-01-12
Support for UDP unicast network backend
Benjamin
1
-2
/
+75
[next]