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
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
2011-12-14
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
1
-0
/
+3
2011-12-12
net: take ownership of fd in socket init functions
Stefan Hajnoczi
1
-8
/
+9
2011-12-12
net: expand tabs in net/socket.c
Stefan Hajnoczi
1
-38
/
+41
2011-12-06
net/socket.c : fix memory leak
Zhi Hui Li
1
-0
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-3
/
+3
2011-08-07
Fix forcing multicast msgs to loopback on OpenBSD.
Brad
1
-2
/
+8
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-2
/
+2
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
1
-3
/
+3
2011-02-25
Fixing network over sockets implementation for win32
Pavel Dovgaluk
1
-1
/
+1
2010-12-17
Fix warning on mingw32
Blue Swirl
1
-1
/
+2
2010-12-09
net/sock: option to specify local address
Mike Ryan
1
-13
/
+39
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-5
/
+5
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
1
-1
/
+1
2010-02-19
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
1
-4
/
+0
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-4
/
+4
2009-12-03
net: convert socket to NetClientInfo
Mark McLoughlin
1
-29
/
+45
2009-12-03
net: move socket backend code from net.c to net/socket.c
Mark McLoughlin
1
-0
/
+561