index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-13
net/socket: fix coverity issue
Jens Freimann
1
-1
/
+1
2017-11-13
net: fix check for number of parameters to -netdev socket
Jens Freimann
1
-2
/
+2
2017-09-08
net/socket: Improve -net socket error reporting
Mao Zhongyi
1
-48
/
+44
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
1
-7
/
+15
2017-09-08
net/socket: Convert several helper functions to Error
Mao Zhongyi
1
-32
/
+50
2017-09-08
net/socket: Don't treat odd socket type as SOCK_STREAM
Mao Zhongyi
1
-3
/
+3
2017-08-09
net: fix -netdev socket,fd= for UDP sockets
Jens Freimann
1
-19
/
+18
2017-07-17
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen
1
-4
/
+4
2017-06-07
Revert "Change net/socket.c to use socket_*() functions" again
Daniel P. Berrange
1
-71
/
+56
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
[next]