aboutsummaryrefslogtreecommitdiffstats
path: root/net.h
AgeCommit message (Expand)AuthorFilesLines
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