aboutsummaryrefslogtreecommitdiffstats
path: root/net.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger1-2/+0
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu1-0/+11
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu1-0/+1
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi1-10/+10
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-30/+30
2012-08-01net: Remove VLANStateStefan Hajnoczi1-10/+0
2012-08-01net: Remove vlan code from net.cStefan Hajnoczi1-1/+0
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu1-1/+1
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi1-1/+0
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-14/+2
2012-06-04qapi: convert netdev_delLuiz Capitulino1-1/+0
2012-06-04qapi: convert netdev_addLuiz Capitulino1-1/+2
2012-06-04net: net_client_init(): use error_set()Luiz Capitulino1-1/+1
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-1/+1
2012-03-16net: move compute_mcast_idx() to net.hJason Wang1-0/+3
2012-02-01Add support for net bridgeCorey Bryant1-0/+3
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini1-0/+13
2011-12-06qapi: Convert set_linkLuiz Capitulino1-1/+0
2011-09-03Allow overriding the location of Samba's smbd.Brad1-5/+0
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka1-1/+1
2011-07-23net: Refactor net_client_typesJan Kiszka1-2/+4
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell1-1/+2
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-1/+3
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin1-0/+1
2010-06-13Move stdbool.hPaul Brook1-1/+0
2010-04-18monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster1-1/+1
2010-04-18monitor: New commands netdev_add, netdev_delMarkus Armbruster1-0/+2
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost1-1/+0
2010-04-10net: remove NICInfo.bootable fieldEduardo Habkost1-1/+0
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah1-3/+0
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-1/+0
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster1-0/+1
2010-02-19net: Remove unused net_client_uninit()Markus Armbruster1-1/+0
2010-01-08net: add API to disable/enable pollingMichael S. Tsirkin1-0/+3
2009-12-12default devices: networkGerd Hoffmann1-0/+1
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin1-0/+2
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin1-9/+1
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin1-13/+0
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin1-0/+11
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin1-0/+5
2009-12-03net: introduce NetClientInfoMark McLoughlin1-0/+11
2009-12-03net: remove NICInfo::privateMark McLoughlin1-1/+0
2009-12-03net: remove NICInfo::vcMark McLoughlin1-1/+0
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin1-6/+2
2009-11-09net: disable receiving if client returns zeroMark McLoughlin1-0/+1
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin1-0/+2
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin1-5/+0
2009-10-30net: move net-checksum.c under net/Mark McLoughlin1-7/+0
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin1-1/+1
2009-10-27really fix net.hAnthony Liguori1-1/+1
2009-10-27Fix signature of new_vlan_clientAnthony Liguori1-1/+2
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala1-1/+2
2009-10-27net: add tap_set_offload()Mark McLoughlin1-0/+1
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin1-0/+1
2009-10-27net: add an API for 'raw' packetsMark McLoughlin1-0/+2
2009-10-27net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin1-0/+3
2009-10-27net: add a client type codeMark McLoughlin1-0/+11
2009-10-27zap DeviceState->ndGerd Hoffmann1-7/+0
2009-10-27qdev/net: common nic property bitsGerd Hoffmann1-0/+14
2009-10-27qdev: add netdev propertyGerd Hoffmann1-0/+1
2009-10-27net: add macaddr type.Gerd Hoffmann1-0/+5
2009-10-15net: add queue for peer-to-peer packet forwardingMark McLoughlin1-0/+1
2009-10-15net: refactor packet queueing codeMark McLoughlin1-16/+2
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin1-0/+2
2009-10-15net: add -net nic,netdev= optionMark McLoughlin1-0/+1
2009-10-15net: handle -netdevice optionsMark McLoughlin1-1/+1
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin1-1/+1
2009-10-15net: use qtailq for vlan and client listsMark McLoughlin1-3/+3
2009-10-15net: remove id field from NICInfoMark McLoughlin1-1/+0
2009-10-15net: remove unused qemu_handler_true()Mark McLoughlin1-1/+0
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin1-3/+2
2009-10-06Port usb net to QemuOptsMark McLoughlin1-0/+2
2009-10-06Don't exit() in config_error()Markus Armbruster1-2/+2
2009-10-06Make NICInfo string fields non-constMark McLoughlin1-4/+4
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-2/+3
2009-10-05Make it obvious that pci_nic_init() can't failMarkus Armbruster1-2/+2
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