Age | Commit message (Expand) | Author |
2009-07-16 | slirp: Fix default netmask to 255.255.255.0 | Anthony Liguori |
2009-07-09 | Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied | Mark McLoughlin |
2009-07-09 | net: set a default value for sndbuf= | Mark McLoughlin |
2009-07-01 | Use pstrcpy and pstrcat to avoid OpenBSD linker warning | Blue Swirl |
2009-06-29 | slirp: Basic VLAN client info_str | Jan Kiszka |
2009-06-29 | slirp: Make hostfwd_add/remove multi-instance-aware | Jan Kiszka |
2009-06-29 | net: Provide VLAN client lookup helper | Jan Kiszka |
2009-06-29 | slirp: Enable multi-instance support for the smb service | Jan Kiszka |
2009-06-29 | slirp: Improve error handling in slirp_smb | Jan Kiszka |
2009-06-29 | slirp: Use shell to erase smb directory | Jan Kiszka |
2009-06-29 | slirp: Enable multiple instances | Jan Kiszka |
2009-06-29 | slirp: Allocate/free stack instance dynamically | Jan Kiszka |
2009-06-29 | slirp: Use internal state in interface | Jan Kiszka |
2009-06-29 | slirp: Drop redundant checks from slirp_output | Jan Kiszka |
2009-06-29 | slirp: Kill slirp_is_inited | Jan Kiszka |
2009-06-29 | slirp: Drop statistic code | Jan Kiszka |
2009-06-29 | slirp: Add info usernet for dumping connection states | Jan Kiszka |
2009-06-29 | slirp: Do not allow to remove non-hostfwd sockets | Jan Kiszka |
2009-06-29 | slirp: Bind support for host forwarding rules | Jan Kiszka |
2009-06-29 | slirp: Rework monitor commands for host forwarding | Jan Kiszka |
2009-06-29 | slirp: Rework external configuration interface | Jan Kiszka |
2009-06-29 | slirp: Move smb, redir, tftp and bootp parameters and -net channel | Jan Kiszka |
2009-06-29 | Revert "User networking: Show active connections" | Jan Kiszka |
2009-06-24 | qemu/net: flag to control the number of vectors a nic has | Michael S. Tsirkin |
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 |