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