Sign in
qemu-android
/
qemu-android
/
d74d6a99a05e07771acc5f6b91db04be4c1f007f
/
net.c
37cb6fc
net: Fix dump time stamps
by Jan Kiszka
· 16 years ago
cc63bb0
Suppress type mismatch warnings in VDE code.
by Paul Brook
· 16 years ago
ffad411
net: Fix -net socket parameter checks
by Jan Kiszka
· 16 years ago
206ab6e
net: Avoid gcc'ism in net_host_device_add
by Jan Kiszka
· 16 years ago
8d316b0
fix net.c compile warning
by Robert Reif
· 16 years ago
8d6249a
net: Prevent multiple slirp instances (Jan Kiszka)
by aliguori
· 16 years ago
d4ebe19
slirp: Enhance host-guest redirection setup (Jan Kiszka)
by aliguori
· 16 years ago
764a4d1
net: Untangle nested qemu_send_packet (Jan Kiszka)
by aliguori
· 16 years ago
5c8be67
monitor: Improve host_net_add (Jan Kiszka)
by aliguori
· 16 years ago
bb9ea79
net: Add support for capturing VLANs (Jan Kiszka)
by aliguori
· 16 years ago
8e4416a
net: Add parameter checks for VLAN clients (Jan Kiszka)
by aliguori
· 16 years ago
ea053ad
net: Fix -net socket,listen (Jan Kiszka)
by aliguori
· 16 years ago
e8f1f9d
net: Check device passed to host_net_remove (Jan Kiszka)
by aliguori
· 16 years ago
dad3541
Free VLANClientState using qemu_free() (Mark McLoughlin)
by aliguori
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
9036de1
Remove some useless malloc() checking (Mark McLoughlin)
by aliguori
· 16 years ago
771f133
Fix error handling in net_client_init() (Mark McLoughlin)
by aliguori
· 16 years ago
efb816c
struct iovec is now universally available (Mark McLoughlin)
by aliguori
· 16 years ago
3f4cb3d
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
by blueswir1
· 16 years ago
b9e82a5
Fix some win32 compile warnings
by blueswir1
· 16 years ago
7cd0874
host_device_remove: remove incorrect check for device name (Eduardo Habkost)
by aliguori
· 16 years ago
49dc768
Fix windows build and clean up use of <windows.h>
by aliguori
· 16 years ago
179a2c1
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
by blueswir1
· 16 years ago
c5e9723
Support for DragonFly BSD (Hasso Tepper)
by blueswir1
· 16 years ago
d40cdb1
Fix BSD breakage from r6736
by blueswir1
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
abcd2ba
net socket verify packet size (Dustin Kirkland)
by aliguori
· 16 years ago
8ca9217
specify vmchannel as a net option (Gleb Natapov)
by aliguori
· 16 years ago
6f338c3
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
by aliguori
· 16 years ago
8b13c4a
qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)
by aliguori
· 16 years ago
4d73cd3
qemu: net/drive add/remove tweaks (Marcelo Tosatti)
by aliguori
· 16 years ago
7697079
qemu: dynamic nic info index allocation (Marcelo Tosatti)
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
e0e7877
Handle link status in qemu_sendv_packet() (Mark McLoughlin)
by aliguori
· 16 years ago
973cbd3
Fix tap downscript argument (Mark McLoughlin)
by aliguori
· 16 years ago
d07f22c
Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin)
by aliguori
· 16 years ago
dd5de37
Make the set_link cmd handle multiple nics.
by edgar_igl
· 16 years ago
34b25ca
Allow devices be notified of link status change (Mark McLoughlin)
by aliguori
· 16 years ago
436e5e5
Add 'set_link' monitor command (Mark McLoughlin)
by aliguori
· 16 years ago
49ec9b4
Add "restrict" and "ip" option to "user" net option (Gleb Natapov)
by aliguori
· 16 years ago
a9ba3a8
Add slirp_restrict option (Gleb Natapov)
by aliguori
· 16 years ago
4dda406
Add model field to nic info (Mark McLoughlin)
by aliguori
· 16 years ago
7a9f6e4
Add a -net name=foo parameter (Mark McLoughlin)
by aliguori
· 16 years ago
7cb7434
Add qemu_format_nic_info_str() (Mark McLoughlin)
by aliguori
· 16 years ago
676cff2
Assign a name to each VLAN client (Mark McLoughlin)
by aliguori
· 16 years ago
bf38c1a
Add a model string to VLANClientState (Mark McLoughlin)
by aliguori
· 16 years ago
f54825c
consolidate definition for tap script and smb support
by aurel32
· 16 years ago
b535b7b
Add support for tap vectored send
by aliguori
· 16 years ago
fbe78f4
virtio-net support
by aliguori
· 16 years ago
69d6451
Fix some new warnings introduced after r5022
by blueswir1
· 16 years ago
47398b9
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
by blueswir1
· 16 years ago
b29fe3e
Preliminary AIX support
by malc
· 16 years ago
cd39008
Attached patch fixes a series of this warning when compiling on NetBSD:
by blueswir1
· 16 years ago
559b90f
Move the things that aren't target specific to libqemu_common.a.
by aliguori
· 16 years ago
de9a95f
Revert commits 5685 to 5688 committed by mistake
by aurel32
· 16 years ago
3587f82
qemu: generate signals on tap I/O
by aurel32
· 16 years ago
24646c7
Fix some build issues for BSD.
by blueswir1
· 16 years ago
63a01ef
Move network redirection code out of vl.c and into net.c
by aliguori
· 16 years ago