]> git.proxmox.com Git - qemu.git/history - net.h
Version 1.0.1
[qemu.git] / net.h
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-09-03 BradAllow overriding the location of Samba's smbd.
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-23 Jan Kiszkanet: Consistently use qemu_macaddr_default_if_unset
2011-07-23 Jan Kiszkanet: Refactor net_client_types
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-22 Peter Maydellnet: Warn about "-net nic" options which were ignored
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovAdd bootindex parameter to net/block/fd device
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-11 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-06 Michael S. Tsirkinnet: delay freeing peer host device
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-13 Paul BrookMove stdbool.h
2010-04-18 Markus Armbrustermonitor: Convert do_set_link() to QObject, QError
2010-04-18 Markus Armbrustermonitor: New commands netdev_add, netdev_del
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-10 Eduardo Habkostnet: remove broken net_set_boot_mask() boot device...
2010-04-10 Eduardo Habkostnet: remove NICInfo.bootable field
2010-03-08 Amit Shahqdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecifi...
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-19 Markus Armbrusternet: Fix bogus "Warning: vlan 0 with no nics" with...
2010-02-19 Markus Armbrusternet: net_check_clients() runs too early to see -device...
2010-02-19 Markus Armbrusternet: Remove unused net_client_uninit()
2010-01-08 Michael S. Tsirkinnet: add API to disable/enable polling
2009-12-12 Gerd Hoffmanndefault devices: network
2009-12-03 Mark McLoughlinnet: add qemu_foreach_nic()
2009-12-03 Mark McLoughlinnet: remove VLANClientState members now in NetClientInfo
2009-12-03 Mark McLoughlinnet: remove qemu_new_vlan_client()
2009-12-03 Mark McLoughlinnet: introduce NICState and qemu_new_nic()
2009-12-03 Mark McLoughlinnet: introduce qemu_new_net_client()
2009-12-03 Mark McLoughlinnet: introduce NetClientInfo
2009-12-03 Mark McLoughlinnet: remove NICInfo::private
2009-12-03 Mark McLoughlinnet: remove NICInfo::vc
2009-12-03 Mark McLoughlinnet: move slirp code from net.c to net/slirp.c
2009-11-09 Mark McLoughlinnet: disable receiving if client returns zero
2009-10-30 Mark McLoughlinnet: split all the tap code out into net/tap.c
2009-10-30 Mark McLoughlinnet: move more stuff into net/tap-win32.c, add net...
2009-10-30 Mark McLoughlinnet: move net-checksum.c under net/
2009-10-30 Mark McLoughlinnet: move net-queue.[ch] under net/
2009-10-27 Anthony Liguorireally fix net.h
2009-10-27 Anthony LiguoriFix signature of new_vlan_client
2009-10-27 Sridhar SamudralaEnable UFO on virtio-net and tap devices
2009-10-27 Mark McLoughlinnet: add tap_set_offload()
2009-10-27 Mark McLoughlinnet: add receive_raw parameter to qemu_new_vlan_client()
2009-10-27 Mark McLoughlinnet: add an API for 'raw' packets
2009-10-27 Mark McLoughlinnet: add tap_has_vnet_hdr() and tap_using_vnet_hdr...
2009-10-27 Mark McLoughlinnet: add a client type code
2009-10-27 Gerd Hoffmannzap DeviceState->nd
2009-10-27 Gerd Hoffmannqdev/net: common nic property bits
2009-10-27 Gerd Hoffmannqdev: add netdev property
2009-10-27 Gerd Hoffmannnet: add macaddr type.
2009-10-15 Mark McLoughlinnet: add queue for peer-to-peer packet forwarding
2009-10-15 Mark McLoughlinnet: refactor packet queueing code
2009-10-15 Mark McLoughlinnet: allow NICs to be connected to netdevs
2009-10-15 Mark McLoughlinnet: add -net nic,netdev= option
2009-10-15 Mark McLoughlinnet: handle -netdevice options
2009-10-15 Mark McLoughlinnet: add QemuOptsList arg to net_client_parse()
2009-10-15 Mark McLoughlinnet: use qtailq for vlan and client lists
2009-10-15 Mark McLoughlinnet: remove id field from NICInfo
2009-10-15 Mark McLoughlinnet: remove unused qemu_handler_true()
2009-10-06 Mark McLoughlinFinal net cleanup after conversion to QemuOpts
2009-10-06 Mark McLoughlinPort usb net to QemuOpts
2009-10-06 Markus ArmbrusterDon't exit() in config_error()
2009-10-06 Mark McLoughlinMake NICInfo string fields non-const
2009-10-05 Markus ArmbrusterFix pci_add nic not to exit on bad model
2009-10-05 Markus ArmbrusterMake it obvious that pci_nic_init() can't fail
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-04 Luiz Capitulinomonitor: Port handler_3 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_2 to use QDict
2009-09-04 Jan Kiszkanet: Fix send queue ordering
2009-08-10 Luiz Capitulinonet: Fix do_set_link() return type
2009-07-16 Gerd Hoffmannqdev: add id= support for pci nics.
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
2009-06-29 Jan Kiszkaslirp: Make hostfwd_add/remove multi-instance-aware
2009-06-29 Jan Kiszkanet: Provide VLAN client lookup helper
2009-06-29 Jan Kiszkaslirp: Kill slirp_is_inited
2009-06-29 Jan Kiszkaslirp: Add info usernet for dumping connection states
2009-06-29 Jan Kiszkaslirp: Bind support for host forwarding rules
2009-06-29 Jan Kiszkaslirp: Rework monitor commands for host forwarding
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
2009-06-24 Michael S. Tsirkinqemu/net: flag to control the number of vectors a nic has
2009-06-22 Mark McLoughlinnet: add packet length to NetPacketSent callback
2009-06-22 Mark McLoughlinnet: add qemu_purge_queued_packets()
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -net nic
2009-06-22 Glauber CostaMake nic option rom loading less painful.
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Mark McLoughlinnet: add qemu_send_packet_async()
next