aboutsummaryrefslogtreecommitdiff
path: root/net.h
AgeCommit message (Expand)Author
2009-12-12default devices: networkGerd Hoffmann
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin
2009-12-03net: introduce NetClientInfoMark McLoughlin
2009-12-03net: remove NICInfo::privateMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin
2009-11-09net: disable receiving if client returns zeroMark McLoughlin
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin
2009-10-27really fix net.hAnthony Liguori
2009-10-27Fix signature of new_vlan_clientAnthony Liguori
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala
2009-10-27net: add tap_set_offload()Mark McLoughlin
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add an API for 'raw' packetsMark McLoughlin
2009-10-27net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-27zap DeviceState->ndGerd Hoffmann
2009-10-27qdev/net: common nic property bitsGerd Hoffmann
2009-10-27qdev: add netdev propertyGerd Hoffmann
2009-10-27net: add macaddr type.Gerd Hoffmann
2009-10-15net: add queue for peer-to-peer packet forwardingMark McLoughlin
2009-10-15net: refactor packet queueing codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-10-15net: add -net nic,netdev= optionMark McLoughlin
2009-10-15net: handle -netdevice optionsMark McLoughlin
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin
2009-10-15net: use qtailq for vlan and client listsMark McLoughlin
2009-10-15net: remove id field from NICInfoMark McLoughlin
2009-10-15net: remove unused qemu_handler_true()Mark McLoughlin
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin
2009-10-06Port usb net to QemuOptsMark McLoughlin
2009-10-06Don't exit() in config_error()Markus Armbruster
2009-10-06Make NICInfo string fields non-constMark McLoughlin
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
2009-10-05Make it obvious that pci_nic_init() can't failMarkus Armbruster
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