index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
2009-06-09
net: only read from tapfd when we can send
Mark McLoughlin
2009-06-09
net: vlan clients with no fd_can_read() can always receive
Mark McLoughlin
2009-06-09
net: move the tap buffer into TAPState
Mark McLoughlin
2009-06-09
net: factor tap_read_packet() out of tap_send()
Mark McLoughlin
2009-06-09
slirp: Reorder initialization
Jan Kiszka
2009-06-09
net: Improve parameter error reporting
Jan Kiszka
2009-06-09
net: fix error reporting for some net parameter checks
Mark McLoughlin
2009-06-09
net: Real fix for check_params users
Jan Kiszka
2009-06-09
Revert "Fix output of uninitialized strings"
Mark McLoughlin
2009-06-09
slirp: Avoid zombie processes after fork_exec
Jan Kiszka
2009-06-09
net: Fix and improved ordered packet delivery
Jan Kiszka
2009-06-09
net: Don't deliver to disabled interfaces in qemu_sendv_packet
Jan Kiszka
2009-05-28
User networking: Show active connections
Alexander Graf
2009-05-27
User Networking: Enable removal of redirections
Alexander Graf
2009-05-27
Fix output of uninitialized strings
Kevin Wolf
2009-05-22
net: Fix dump time stamps
Jan Kiszka
2009-05-03
Suppress type mismatch warnings in VDE code.
Paul Brook
2009-05-01
net: Fix -net socket parameter checks
Jan Kiszka
2009-05-01
net: Avoid gcc'ism in net_host_device_add
Jan Kiszka
2009-04-27
fix net.c compile warning
Robert Reif
2009-04-21
net: Prevent multiple slirp instances (Jan Kiszka)
aliguori
2009-04-21
slirp: Enhance host-guest redirection setup (Jan Kiszka)
aliguori
2009-04-21
net: Untangle nested qemu_send_packet (Jan Kiszka)
aliguori
2009-04-21
monitor: Improve host_net_add (Jan Kiszka)
aliguori
2009-04-21
net: Add support for capturing VLANs (Jan Kiszka)
aliguori
2009-04-21
net: Add parameter checks for VLAN clients (Jan Kiszka)
aliguori
2009-04-21
net: Fix -net socket,listen (Jan Kiszka)
aliguori
2009-04-21
net: Check device passed to host_net_remove (Jan Kiszka)
aliguori
2009-04-17
Free VLANClientState using qemu_free() (Mark McLoughlin)
aliguori
2009-04-17
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
2009-04-17
Remove some useless malloc() checking (Mark McLoughlin)
aliguori
2009-04-17
Fix error handling in net_client_init() (Mark McLoughlin)
aliguori
2009-04-17
struct iovec is now universally available (Mark McLoughlin)
aliguori
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
2009-04-05
Fix some win32 compile warnings
blueswir1
2009-03-28
host_device_remove: remove incorrect check for device name (Eduardo Habkost)
aliguori
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-07
Fix BSD breakage from r6736
blueswir1
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-02-27
net socket verify packet size (Dustin Kirkland)
aliguori
2009-02-16
specify vmchannel as a net option (Gleb Natapov)
aliguori
2009-02-11
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
aliguori
2009-02-11
qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)
aliguori
2009-02-11
qemu: net/drive add/remove tweaks (Marcelo Tosatti)
aliguori
2009-02-11
qemu: dynamic nic info index allocation (Marcelo Tosatti)
aliguori
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-26
Handle link status in qemu_sendv_packet() (Mark McLoughlin)
aliguori
[prev]
[next]