Fix xen build after sys-queue renaming
[qemu] / net.c
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-04 Blue SwirlInclude sys-queue.h early to override system queue...
2009-09-04 Luiz Capitulinomonitor: Port handler_3 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_2 to use QDict
2009-09-04 Jan Kiszkanet: Fix send queue ordering
2009-08-24 Stefan WeilAdd missing linefeed in error message
2009-08-10 Luiz Capitulinonet: Fix do_set_link() return type
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Filip NavaraRemove useless Win32 include files and unused function...
2009-07-27 Jan Kiszkaslirp: Fix guestfwd for incoming data
2009-07-27 Mark McLoughlinAdd support for fd=name to tap and socket networking
2009-07-16 Gerd Hoffmannqdev: add id= support for pci nics.
2009-07-16 Anthony Liguorislirp: Fix default netmask to 255.255.255.0
2009-07-09 Mark McLoughlinDon't abort if TUNSETSNDBUF fails where no sndbuf=...
2009-07-09 Mark McLoughlinnet: set a default value for sndbuf=
2009-07-01 Blue SwirlUse pstrcpy and pstrcat to avoid OpenBSD linker warning
2009-06-29 Jan Kiszkaslirp: Basic VLAN client info_str
2009-06-29 Jan Kiszkaslirp: Make hostfwd_add/remove multi-instance-aware
2009-06-29 Jan Kiszkanet: Provide VLAN client lookup helper
2009-06-29 Jan Kiszkaslirp: Enable multi-instance support for the smb service
2009-06-29 Jan Kiszkaslirp: Improve error handling in slirp_smb
2009-06-29 Jan Kiszkaslirp: Use shell to erase smb directory
2009-06-29 Jan Kiszkaslirp: Enable multiple instances
2009-06-29 Jan Kiszkaslirp: Allocate/free stack instance dynamically
2009-06-29 Jan Kiszkaslirp: Use internal state in interface
2009-06-29 Jan Kiszkaslirp: Drop redundant checks from slirp_output
2009-06-29 Jan Kiszkaslirp: Kill slirp_is_inited
2009-06-29 Jan Kiszkaslirp: Drop statistic code
2009-06-29 Jan Kiszkaslirp: Add info usernet for dumping connection states
2009-06-29 Jan Kiszkaslirp: Do not allow to remove non-hostfwd sockets
2009-06-29 Jan Kiszkaslirp: Bind support for host forwarding rules
2009-06-29 Jan Kiszkaslirp: Rework monitor commands for host forwarding
2009-06-29 Jan Kiszkaslirp: Rework external configuration interface
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
2009-06-29 Jan KiszkaRevert "User networking: Show active connections"
2009-06-24 Michael S. Tsirkinqemu/net: flag to control the number of vectors a nic has
2009-06-22 Mark McLoughlinnet: add packet length to NetPacketSent callback
2009-06-22 Mark McLoughlinnet: add '-net tap,sndbuf=nbytes'
2009-06-22 Mark McLoughlinnet: return TAPState from net_tap_init()
2009-06-22 Mark McLoughlinnet: handle EAGAIN from tapfd write()
2009-06-22 Mark McLoughlinnet: add tap_read_poll() helper
2009-06-22 Mark McLoughlinnet: purge queued packets in tap_cleanup()
2009-06-22 Mark McLoughlinnet: add qemu_purge_queued_packets()
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -net nic
2009-06-22 Filip NavaraAdd O_BINARY to open call in net_dump_init.
2009-06-22 Glauber CostaMake nic option rom loading less painful.
2009-06-13 Stefan WeilWin32: Don't remove const attribute in type casts.
2009-06-13 Blue SwirlFix mingw32 build warnings
2009-06-11 Anthony LiguoriFix build breakage when using VDE introduced by 4f1c942
2009-06-09 Mark McLoughlinnet: make use of async packet sending API in tap client
2009-06-09 Mark McLoughlinnet: add qemu_send_packet_async()
2009-06-09 Mark McLoughlinnet: split out packet queueing and flushing into separa...
2009-06-09 Mark McLoughlinnet: return status from qemu_deliver_packet()
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-06-09 Mark McLoughlinnet: only read from tapfd when we can send
2009-06-09 Mark McLoughlinnet: vlan clients with no fd_can_read() can always...
2009-06-09 Mark McLoughlinnet: move the tap buffer into TAPState
2009-06-09 Mark McLoughlinnet: factor tap_read_packet() out of tap_send()
2009-06-09 Jan Kiszkaslirp: Reorder initialization
2009-06-09 Jan Kiszkanet: Improve parameter error reporting
2009-06-09 Mark McLoughlinnet: fix error reporting for some net parameter checks
2009-06-09 Jan Kiszkanet: Real fix for check_params users
2009-06-09 Mark McLoughlinRevert "Fix output of uninitialized strings"
2009-06-09 Jan Kiszkaslirp: Avoid zombie processes after fork_exec
2009-06-09 Jan Kiszkanet: Fix and improved ordered packet delivery
2009-06-09 Jan Kiszkanet: Don't deliver to disabled interfaces in qemu_sendv...
2009-05-28 Alexander GrafUser networking: Show active connections
2009-05-27 Alexander GrafUser Networking: Enable removal of redirections
2009-05-27 Kevin WolfFix output of uninitialized strings
2009-05-22 Jan Kiszkanet: Fix dump time stamps
2009-05-03 Paul BrookSuppress type mismatch warnings in VDE code.
2009-05-01 Jan Kiszkanet: Fix -net socket parameter checks
2009-05-01 Jan Kiszkanet: Avoid gcc'ism in net_host_device_add
2009-04-27 Robert Reiffix net.c compile warning
2009-04-21 aliguorinet: Prevent multiple slirp instances (Jan Kiszka)
2009-04-21 aliguorislirp: Enhance host-guest redirection setup (Jan Kiszka)
2009-04-21 aliguorinet: Untangle nested qemu_send_packet (Jan Kiszka)
2009-04-21 aliguorimonitor: Improve host_net_add (Jan Kiszka)
2009-04-21 aliguorinet: Add support for capturing VLANs (Jan Kiszka)
2009-04-21 aliguorinet: Add parameter checks for VLAN clients (Jan Kiszka)
2009-04-21 aliguorinet: Fix -net socket,listen (Jan Kiszka)
2009-04-21 aliguorinet: Check device passed to host_net_remove (Jan Kiszka)
2009-04-17 aliguoriFree VLANClientState using qemu_free() (Mark McLoughlin)
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-17 aliguoriRemove some useless malloc() checking (Mark McLoughlin)
2009-04-17 aliguoriFix error handling in net_client_init() (Mark McLoughlin)
2009-04-17 aliguoristruct iovec is now universally available (Mark McLoughlin)
2009-04-13 blueswir1Fix OpenSolaris gcc4 warnings: iovec type mismatches...
2009-04-05 blueswir1Fix some win32 compile warnings
2009-03-28 aliguorihost_device_remove: remove incorrect check for device...
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-07 blueswir1Fix BSD breakage from r6736
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
next