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