index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
2015-06-12
1
-4
/
+4
*
net/socket: Drop net_socket_can_send
Fam Zheng
2015-06-12
1
-12
/
+19
*
net: Permit incremental conversion of init functions to Error
Markus Armbruster
2015-05-27
1
-1
/
+2
*
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
2015-02-18
1
-1
/
+3
*
net/socket: fix Uninitialized scalar variable
Gonglei
2014-11-21
1
-5
/
+6
*
net: The third parameter of getsockname should be initialized
zhanghailiang
2014-11-18
1
-1
/
+1
*
net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
2013-10-02
1
-9
/
+10
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
1
-0
/
+1
*
net: ensure "socket" backend uses non-blocking fds
Stefan Hajnoczi
2013-04-02
1
-1
/
+6
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
1
-3
/
+3
*
net: increase buffer size to accommodate Jumbo frame pkts
Scott Feldman
2013-03-25
1
-2
/
+2
*
net: use socket_set_nodelay() for -netdev socket
Stefan Hajnoczi
2013-03-25
1
-0
/
+3
*
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
2013-03-22
1
-11
/
+10
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: do not include qemu-char everywhere
Paolo Bonzini
2012-12-19
1
-1
/
+0
*
net: use "socket" model name for UDP sockets
Lei Li
2012-11-01
1
-1
/
+1
*
net: consolidate NetClientState header files into one
Paolo Bonzini
2012-10-08
1
-2
/
+1
*
net/socket: Fix compiler warning (regression for MinGW)
Stefan Weil
2012-09-23
1
-3
/
+3
*
net: EAGAIN handling for net/socket.c TCP
Stefan Hajnoczi
2012-09-14
1
-5
/
+31
*
net: EAGAIN handling for net/socket.c UDP
Stefan Hajnoczi
2012-09-14
1
-2
/
+12
*
net: asynchronous send/receive infrastructure for net/socket.c
Stefan Hajnoczi
2012-09-14
1
-6
/
+52
*
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
Nicholas Bellinger
2012-09-07
1
-1
/
+1
*
net: add the support for -netdev socket, listen
Zhi Yong Wu
2012-08-01
1
-29
/
+47
*
net: fix the coding style
Zhi Yong Wu
2012-08-01
1
-1
/
+3
*
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
2012-08-01
1
-15
/
+15
*
net: Drop vlan argument to qemu_new_net_client()
Stefan Hajnoczi
2012-08-01
1
-2
/
+2
*
net: Use hubs for the vlan feature
Stefan Hajnoczi
2012-08-01
1
-24
/
+24
*
remove unused QemuOpts parameter from net init functions
Laszlo Ersek
2012-07-23
1
-2
/
+2
*
convert net_init_socket() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-76
/
+43
*
convert net_client_init() to OptsVisitor
Laszlo Ersek
2012-07-23
1
-1
/
+2
*
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-07-23
1
-2
/
+2
*
net: purge the monitor object from all init functions
Luiz Capitulino
2012-06-04
1
-5
/
+3
*
net: remove extra spaces in help messages
Benjamin MARSILI
2012-02-10
1
-4
/
+4
*
Support for UDP unicast network backend
Benjamin
2012-01-12
1
-2
/
+75
*
net/socket.c: Fix fd leak in net_socket_listen_init() error paths
Peter Maydell
2012-01-06
1
-0
/
+2
*
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
2011-12-14
1
-0
/
+3
|
\
|
*
net/socket.c : fix memory leak
Zhi Hui Li
2011-12-06
1
-0
/
+3
*
|
net: take ownership of fd in socket init functions
Stefan Hajnoczi
2011-12-12
1
-8
/
+9
*
|
net: expand tabs in net/socket.c
Stefan Hajnoczi
2011-12-12
1
-38
/
+41
|
/
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-3
/
+3
*
Fix forcing multicast msgs to loopback on OpenBSD.
Brad
2011-08-07
1
-2
/
+8
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-2
/
+2
*
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-06-24
1
-3
/
+3
*
Fixing network over sockets implementation for win32
Pavel Dovgaluk
2011-02-25
1
-1
/
+1
*
Fix warning on mingw32
Blue Swirl
2010-12-17
1
-1
/
+2
*
net/sock: option to specify local address
Mike Ryan
2010-12-09
1
-13
/
+39
*
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
1
-5
/
+5
*
error: Move qemu_error & friends into their own header
Markus Armbruster
2010-03-16
1
-1
/
+1
[next]