Sign in
qemu
/
qemu
/
889c134a82ac30f9beafa214b3920b2b39687832
/
net
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
5f66864
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
3a75e74
net/sock: option to specify local address
by Mike Ryan
· 14 years ago
27a6375
tap: make set_offload a nop after netdev cleanup
by Michael S. Tsirkin
· 14 years ago
4384942
tap: clear vhost_net backend on cleanup
by Michael S. Tsirkin
· 14 years ago
49a2942
Delete write only variables
by Blue Swirl
· 14 years ago
3ee66df
tap: Add stub for Haiku
by Andreas Färber
· 14 years ago
5251d6a
tap: Remove double include of util.h
by Andreas Färber
· 14 years ago
445d892
tap: add APIs for vnet header length
by Michael S. Tsirkin
· 15 years ago
ef4252b
tap: generalize code for different vnet header len
by Michael S. Tsirkin
· 15 years ago
3690cec
Fix a warning on OpenSolaris
by Blue Swirl
· 15 years ago
91ca60e
give some useful error messages when tap open
by Michael Tokarev
· 15 years ago
9678d95
Remove dead assignments in various common files, spotted by clang analyzer
by Blue Swirl
· 15 years ago
25da2f3
Fix build on mingw32
by Anthony Liguori
· 15 years ago
b202554
tap: add API to retrieve vhost net header
by Michael S. Tsirkin
· 15 years ago
82b0d80
tap: add vhost/vhostfd options
by Michael S. Tsirkin
· 15 years ago
95d528a
tap: add interface to get device fd
by Michael S. Tsirkin
· 15 years ago
73d96e2
Fix BSD and win32 builds
by Blue Swirl
· 15 years ago
31dc63d
Revert "tap: invoke downscript when we exit abnormally"
by Anthony Liguori
· 15 years ago
8af8ce4
tap: invoke downscript when we exit abnormally
by Anthony Liguori
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
2f79201
error: Move qemu_error & friends into their own header
by Markus Armbruster
· 15 years ago
24ac07d
slirp: check system() success
by Juan Quintela
· 15 years ago
62112d1
net: Fix bogus "Warning: vlan 0 with no nics" with -device
by Markus Armbruster
· 15 years ago
28b150b
Fix BSD build
by Blue Swirl
· 15 years ago
5a01e99
net/slirp.c: fix warning with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
ceb6961
net: add API to disable/enable polling
by Michael S. Tsirkin
· 15 years ago
ee7139c
tap: Compilation fix for Solaris
by Andreas Färber
· 15 years ago
08fd0fa
win32: fix variable use before initialization
by Blue Swirl
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
Next »