]> git.proxmox.com Git - qemu.git/history - net.c
usb-uhci: fix irq handling on error.
[qemu.git] / net.c
2009-10-27 Mark McLoughlinnet: refactor tap initialization
2009-10-27 Mark McLoughlinnet: enable IFF_VNET_HDR on tap fds if available
2009-10-27 Mark McLoughlinnet: make tap_receive() re-use tap_receive_iov() code
2009-10-27 Mark McLoughlinnet: import linux tap ioctl definitions
2009-10-27 Gerd Hoffmannqdev: add netdev property
2009-10-27 Gerd Hoffmannnet: add macaddr type.
2009-10-15 Mark McLoughlinnet: fix multiple NICs causing net opts process to...
2009-10-15 Mark McLoughlinnet: add queue for peer-to-peer packet forwarding
2009-10-15 Mark McLoughlinnet: refactor packet queueing code
2009-10-15 Mark McLoughlinnet: allow NICs to be connected to netdevs
2009-10-15 Mark McLoughlinnet: add -net nic,netdev= option
2009-10-15 Mark McLoughlinnet: maintain a list of vlan-less clients
2009-10-15 Mark McLoughlinnet: handle -netdevice options
2009-10-15 Mark McLoughlinnet: add QemuOptsList arg to net_client_parse()
2009-10-15 Mark McLoughlinnet: allow clients not associated with a vlan
2009-10-15 Mark McLoughlinnet: use qtailq for vlan and client lists
2009-10-15 Mark McLoughlinnet: remove id field from NICInfo
2009-10-15 Mark McLoughlinnet: handle id= parameter for -net
2009-10-15 Mark McLoughlinnet: pass monitor handle to client init functions
2009-10-12 Juan Quintelaslirp: fix !CONFIG_SLIRP compilation
2009-10-06 Mark McLoughlinFinal net cleanup after conversion to QemuOpts
2009-10-06 Mark McLoughlinPort usb net to QemuOpts
2009-10-06 Mark McLoughlinPort host_net_add monitor command to QemuOpts
2009-10-06 Mark McLoughlinClean up legacy code in net_client_init()
2009-10-06 Mark McLoughlinPort -net dump to QemuOpts
2009-10-06 Mark McLoughlinPort -net vde to QemuOpts
2009-10-06 Mark McLoughlinPort -net socket to QemuOpts
2009-10-06 Mark McLoughlinPort -net tap to QemuOpts
2009-10-06 Mark McLoughlinPort -net user to QemuOpts
2009-10-06 Mark McLoughlinPort -net none and -net nic to QemuOpts
2009-10-06 Markus ArmbrusterDrop config_error(), use qemu_error() instead
2009-10-06 Markus ArmbrusterDon't exit() in config_error()
2009-10-06 Markus ArmbrusterMake net_client_init() consume slirp_configs even on...
2009-10-06 Mark McLoughlinUse qemu_strdup() for VLANClientState string fields
2009-10-06 Mark McLoughlinMove memset() from net_client_uninit() to net_client_init()
2009-10-06 Mark McLoughlinMake NICInfo string fields non-const
2009-10-06 Mark McLoughlinUse qemu_strdup() for NICInfo string fields
2009-10-05 Markus ArmbrusterFix pci_add nic not to exit on bad model
2009-10-05 Markus ArmbrusterMake it obvious that pci_nic_init() can't fail
2009-10-05 Glauber CostaCorrectly free nd structure
2009-09-30 Michael S. Tsirkinnet: fix coding style nit
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-10 Anthony LiguoriMerge branch 'net-queue'
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...
next