aboutsummaryrefslogtreecommitdiff
path: root/net.h
AgeCommit message (Expand)Author
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-04monitor: Port handler_3 to use QDictLuiz Capitulino
2009-09-04monitor: Port handler_2 to use QDictLuiz Capitulino
2009-09-04net: Fix send queue orderingJan Kiszka
2009-08-10net: Fix do_set_link() return typeLuiz Capitulino
2009-07-16qdev: add id= support for pci nics.Gerd Hoffmann
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin
2009-06-29slirp: Make hostfwd_add/remove multi-instance-awareJan Kiszka
2009-06-29net: Provide VLAN client lookup helperJan Kiszka
2009-06-29slirp: Kill slirp_is_initedJan Kiszka
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka
2009-06-29slirp: Rework monitor commands for host forwardingJan Kiszka
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin
2009-06-22net: add packet length to NetPacketSent callbackMark McLoughlin
2009-06-22net: add qemu_purge_queued_packets()Mark McLoughlin
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster
2009-06-22Make nic option rom loading less painful.Glauber Costa
2009-06-09net: add qemu_send_packet_async()Mark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-06-09net: Improve parameter error reportingJan Kiszka
2009-05-27User Networking: Enable removal of redirectionsAlexander Graf
2009-05-14PCI network qdev conversionPaul Brook
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori
2009-04-21net: Untangle nested qemu_send_packet (Jan Kiszka)aliguori
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori
2009-02-11qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)aliguori
2009-02-11qemu: dynamic nic info index allocation (Marcelo Tosatti)aliguori
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori
2009-01-13Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin)aliguori
2009-01-08Allow devices be notified of link status change (Mark McLoughlin)aliguori
2009-01-08Add 'set_link' monitor command (Mark McLoughlin)aliguori
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori
2009-01-07Assign a name to each VLAN client (Mark McLoughlin)aliguori
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori
2008-12-18consolidate definition for tap script and smb supportaurel32
2008-12-17virtio-net supportaliguori
2008-10-31Move network redirection code out of vl.c and into net.caliguori
2008-09-28Add a "null" bluetooth HCI and a header file for bluetooth.balrog
2008-07-29Add IP checksumming functions to qemu (Gerd Hoffmann)aliguori
2008-07-17Remove the NIC from vlan on usb destroy.balrog
2007-11-17Break up vl.h.pbrook