Sign in
qemu-android
/
qemu-android
/
145cdb401995707d1261735da7f6be3d4a91d377
/
net
3f124b6
net: add missing include file
by Liming Wang
· 12 years ago
b213614
net: Add missing include statement (fix compiler warnings for MinGW)
by Stefan Weil
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
fd9400b
net: move net.c to net/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
e103129
net, hub: fix the indent in the comments
by Zhi Yong Wu
· 12 years ago
89e6d68
tap: reset vnet header size on open
by Michael S. Tsirkin
· 12 years ago
eac29d8
Fix spelling (prefered -> preferred)
by Stefan Weil
· 12 years ago
58ddcd5
tap: reset vnet header size on open
by Michael S. Tsirkin
· 12 years ago
63d2960
slirp: Add domain-search option to slirp's DHCP server
by Klaus Stengel
· 12 years ago
f0e3ac7
net: use "socket" model name for UDP sockets
by Lei Li
· 12 years ago
aee0bf7
tap-win32: stubs to fix win32 build
by Michael S. Tsirkin
· 12 years ago
08778b3
net/tap-win32: Fix compiler warning caused by missing include statement
by Stefan Weil
· 12 years ago
a245fc1
net: consolidate NetClientState header files into one
by Paolo Bonzini
· 13 years ago
73062df
net/socket: Fix compiler warning (regression for MinGW)
by Stefan Weil
· 13 years ago
45a7f54
net: EAGAIN handling for net/socket.c TCP
by Stefan Hajnoczi
· 13 years ago
213fd50
net: EAGAIN handling for net/socket.c UDP
by Stefan Hajnoczi
· 13 years ago
863f678
net: asynchronous send/receive infrastructure for net/socket.c
by Stefan Hajnoczi
· 13 years ago
61518a7
net: broadcast hub packets if at least one port can receive
by Stefan Hajnoczi
· 13 years ago
06b5f36
net: do not report queued packets as sent
by Stefan Hajnoczi
· 13 years ago
987a9b4
net: notify iothread after flushing queue
by Paolo Bonzini
· 13 years ago
a96ed02
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
by Nicholas Bellinger
· 13 years ago
427a1a2
qapi: avoid reserved keywords
by Blue Swirl
· 13 years ago
011de2b
net: add the support for -netdev socket, listen
by Zhi Yong Wu
· 13 years ago
e34cde3
net: fix the coding style
by Zhi Yong Wu
· 13 years ago
52a3cb8
hub: add the support for hub own flow control
by Zhi Yong Wu
· 13 years ago
691a4f3
net: determine if packets can be sent before net queue deliver packets
by Zhi Yong Wu
· 13 years ago
86a77c3
net: cleanup deliver/deliver_iov func pointers
by Zhi Yong Wu
· 13 years ago
1a85959
net: Make "info network" output more readable info
by Zhi Yong Wu
· 13 years ago
b20c6b9
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
by Stefan Hajnoczi
· 13 years ago
35277d1
net: Rename vc local variables to nc
by Stefan Hajnoczi
· 13 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
606c10e
net: Convert qdev_prop_vlan to peer with hub
by Zhi Yong Wu
· 13 years ago
ab5f3f8
net: Drop vlan argument to qemu_new_net_client()
by Stefan Hajnoczi
· 13 years ago
8101764
hub: Check that hubs are configured correctly
by Stefan Hajnoczi
· 13 years ago
90d87a3
net: Look up 'vlan' net clients using hubs
by Stefan Hajnoczi
· 13 years ago
d33d93b
net: Use hubs for the vlan feature
by Stefan Hajnoczi
· 13 years ago
f6c874e
net: Add a hub net client
by Stefan Hajnoczi
· 13 years ago
1a0c095
remove unused QemuOpts parameter from net init functions
by Laszlo Ersek
· 13 years ago
f79b51b
convert net_init_bridge() to NetClientOptions
by Laszlo Ersek
· 13 years ago
08c573a
convert net_init_tap() to NetClientOptions
by Laszlo Ersek
· 13 years ago
4a917c3
convert net_init_vde() to NetClientOptions
by Laszlo Ersek
· 13 years ago
bef8e8f
convert net_init_socket() to NetClientOptions
by Laszlo Ersek
· 13 years ago
094f15c
convert net_init_slirp() to NetClientOptions
by Laszlo Ersek
· 13 years ago
848040d
convert net_init_dump() to NetClientOptions
by Laszlo Ersek
· 13 years ago
6687b79
convert net_client_init() to OptsVisitor
by Laszlo Ersek
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
22a61f3
slirp: Improve error reporting of inaccessible smb directories
by Jan Kiszka
· 13 years ago
927d811
slirp: Ensure smbd and shared directory exist when enable smb
by Dunrong Huang
· 13 years ago
b412eb6
slirp: add 'cmd:' target for guestfwd
by Alexander Graf
· 13 years ago
1cb1c5d
slirp: Enforce host-side user of smb share
by Jan Kiszka
· 13 years ago
37003ad
qmp: include monitor.h when needed
by Paolo Bonzini
· 13 years ago
3294ce1
do not include <libutil.h> needlessly or if it doesn't exist
by Michael Tokarev
· 13 years ago
d8469de
build: move net/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
42dcc54
net: purge the monitor object from all init functions
by Luiz Capitulino
· 13 years ago
276eda5
Declare state directory in smb.conf
by Nikolaus Rath
· 13 years ago
de305b1
slirp: don't use "smb ports = 0" option
by Nikolaus Rath
· 13 years ago
da8d605
net: remove extra spaces in help messages
by Benjamin MARSILI
· 13 years ago
4c32fe6
Change license from GPLv2 to GPLv2+
by Stefan Weil
· 13 years ago
a7c36ee
Add support for net bridge
by Corey Bryant
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
0e0e7fa
Support for UDP unicast network backend
by Benjamin
· 13 years ago
a46667e
net/socket.c: Fix fd leak in net_socket_listen_init() error paths
by Peter Maydell
· 13 years ago
0fa2991
net: store guest timestamp in dump file instead of time since guest startup
by Hervé Poussineau
· 13 years ago
6514ed5
net: truncate output file when using dump backend
by Hervé Poussineau
· 13 years ago
b15ba6c
slirp: Fix typo in net_slirp_hostfwd_remove
by Geoffrey Thomas
· 13 years ago
885660b
network scripts: don't block SIGCHLD before forking
by Michael Roth
· 13 years ago
9423a2e
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
by Anthony Liguori
· 13 years ago
e5d1fca
net: take ownership of fd in socket init functions
by Stefan Hajnoczi
· 13 years ago
842480d
net: expand tabs in net/socket.c
by Stefan Hajnoczi
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
c7ee8f6
net/socket.c : fix memory leak
by Zhi Hui Li
· 13 years ago
e30e5eb
slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()
by Markus Armbruster
· 13 years ago
93a7320
net: tap-linux: Fix unhelpful error message
by Luiz Capitulino
· 13 years ago
e2d8830
Allow overriding the location of Samba's smbd.
by Brad
· 14 years ago
27143a4
char: rename qemu_chr_open() -> qemu_chr_new()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
23ddf2b
Fix forcing multicast msgs to loopback on OpenBSD.
by Brad
· 14 years ago
45c245b
Fix network interface tap backend
by Manuel Bouyer
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
6f7b3b1
net: Refactor net_client_types
by Jan Kiszka
· 14 years ago
c54ed5b
slirp: Canonicalize restrict syntax
by Jan Kiszka
· 14 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
a989999
slirp: fix guestfwd id
by Alexander Graf
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
d8dfad9
Use qemu-common.h or qemu-timer.h in place of sysemu.h
by Blue Swirl
· 14 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
c3febae
Fixing tap adapter for win32
by Pavel Dovgaluk
· 14 years ago
c7eb1f0
Fixing network over sockets implementation for win32
by Pavel Dovgaluk
· 14 years ago
5430a28
vhost: force vhost off for non-MSI guests
by mst@redhat.com
· 14 years ago
f157ed2
tap: safe sndbuf default
by Michael S. Tsirkin
· 14 years ago
5f668643
Add support for OpenBSD to QEMU's tap driver.
by Brad
· 14 years ago
4d22c6c
Fix warning on mingw32
by Blue Swirl
· 14 years ago
Next »