index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-01-06
net/socket.c: Fix fd leak in net_socket_listen_init() error paths
Peter Maydell
1
-0
/
+2
[next]