Sign in
qemu
/
qemu
/
074f2fff798cb8f9588080b740dc356217a24720
/
net.c
068daed
Fix build breakage when using VDE introduced by 4f1c942
by Anthony Liguori
· 16 years ago
e19eb22
net: make use of async packet sending API in tap client
by Mark McLoughlin
· 16 years ago
f3b6c7f
net: add qemu_send_packet_async()
by Mark McLoughlin
· 16 years ago
e94667b
net: split out packet queueing and flushing into separate functions
by Mark McLoughlin
· 16 years ago
3e021d4
net: return status from qemu_deliver_packet()
by Mark McLoughlin
· 16 years ago
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
3471b75
net: only read from tapfd when we can send
by Mark McLoughlin
· 16 years ago
2e1e064
net: vlan clients with no fd_can_read() can always receive
by Mark McLoughlin
· 16 years ago
5b01e88
net: move the tap buffer into TAPState
by Mark McLoughlin
· 16 years ago
5a6d881
net: factor tap_read_packet() out of tap_send()
by Mark McLoughlin
· 16 years ago
b8e8af3
slirp: Reorder initialization
by Jan Kiszka
· 16 years ago
10ae5a7
net: Improve parameter error reporting
by Jan Kiszka
· 16 years ago
c8decae
net: fix error reporting for some net parameter checks
by Mark McLoughlin
· 16 years ago
0aa7a20
net: Real fix for check_params users
by Jan Kiszka
· 16 years ago
cda94b2
Revert "Fix output of uninitialized strings"
by Mark McLoughlin
· 16 years ago
7c3370d
slirp: Avoid zombie processes after fork_exec
by Jan Kiszka
· 16 years ago
c27ff60
net: Fix and improved ordered packet delivery
by Jan Kiszka
· 16 years ago
c8aa237
net: Don't deliver to disabled interfaces in qemu_sendv_packet
by Jan Kiszka
· 16 years ago
1c6ed9f
User networking: Show active connections
by Alexander Graf
· 16 years ago
c1261d8
User Networking: Enable removal of redirections
by Alexander Graf
· 16 years ago
8cf07dc
Fix output of uninitialized strings
by Kevin Wolf
· 16 years ago
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
7cb7434b
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