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-22
net: add packet length to NetPacketSent callback
Mark McLoughlin
2009-06-22
net: add '-net tap,sndbuf=nbytes'
Mark McLoughlin
2009-06-22
net: return TAPState from net_tap_init()
Mark McLoughlin
2009-06-22
net: handle EAGAIN from tapfd write()
Mark McLoughlin
2009-06-22
net: add tap_read_poll() helper
Mark McLoughlin
2009-06-22
net: purge queued packets in tap_cleanup()
Mark McLoughlin
2009-06-22
net: add qemu_purge_queued_packets()
Mark McLoughlin
2009-06-22
Support addr=... in option argument of -net nic
Markus Armbruster
2009-06-22
Add O_BINARY to open call in net_dump_init.
Filip Navara
2009-06-22
Make nic option rom loading less painful.
Glauber Costa
2009-06-13
Win32: Don't remove const attribute in type casts.
Stefan Weil
2009-06-13
Fix mingw32 build warnings
Blue Swirl
2009-06-10
Fix build breakage when using VDE introduced by 4f1c942
Anthony Liguori
2009-06-09
net: make use of async packet sending API in tap client
Mark McLoughlin
2009-06-09
net: add qemu_send_packet_async()
Mark McLoughlin
2009-06-09
net: split out packet queueing and flushing into separate functions
Mark McLoughlin
2009-06-09
net: return status from qemu_deliver_packet()
Mark McLoughlin
2009-06-09
net: add return value to packet receive handler
Mark McLoughlin
2009-06-09
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
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
[next]