]> git.proxmox.com Git - qemu.git/history - hw/mipsnet.c
net: Consistently use qemu_macaddr_default_if_unset
[qemu.git] / hw / mipsnet.c
2011-07-23 Jan Kiszkanet: Consistently use qemu_macaddr_default_if_unset
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-22 Juan Quintelavmstate: port mipsnet
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Stefan Weilmipsnet: Fix compiler warning in debug code
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2009-12-03 Mark McLoughlinnet: convert mipsnet to NICState
2009-12-03 Mark McLoughlinnet: remove NICInfo::vc
2009-10-27 Mark McLoughlinnet: add receive_raw parameter to qemu_new_vlan_client()
2009-10-27 Mark McLoughlinnet: add a client type code
2009-10-15 Mark McLoughlinnet: allow NICs to be connected to netdevs
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-17 aliguoriRemove NICInfo from e1000 and mipsnet state (Mark McLou...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd qemu_format_nic_info_str() (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2008-03-28 aurel32Fix mipsnet device ID, noticed by Vijay Kumar.
2007-11-17 pbrookBreak up vl.h.
2007-10-28 thsLess debug noise from the mipsnet driver.
2007-10-17 thsSecond half of mipssim support, plus documentation...