]> git.proxmox.com Git - qemu.git/history - hw/e1000.c
target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()
[qemu.git] / hw / e1000.c
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-18 Alex WilliamsonPXE: Use consistent naming for PXE ROMs
2011-04-03 Kevin Wolfe1000: Mask out lower bits of RDBAL/TDBAL
2011-03-28 Michael S. Tsirkine1000: check buffer availability
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Stefan Hajnoczie1000: Fix multi-descriptor packet checksum offload
2011-02-20 Michael S. Tsirkine1000: verify we have buffers, upfront
2011-02-20 Michael S. Tsirkine1000: clear EOP for multi-buffer descriptors
2011-02-20 Michael S. Tsirkine1000: multi-buffer packet support
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-12-11 Alexander Grafe1000: Make little endian
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-22 Stefan Weilpci: Replace unneeded type casts in calls of pci_regist...
2010-11-16 Jes SorensenAdd missing braces
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-16 Alex Williamsone1000: Fix TCP checksum overflow with TSO
2010-11-13 Alex Williamsone1000: Fix TCP checksum overflow with TSO
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-20 Stefan Hajnoczie1000: Pad short frames to minimum size (60 bytes)
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-06 Michael S. Tsirkinqemu: e1000 fix TOR math
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-22 Izumi Tsutsuie1000: Fix wrong microwire EEPROM state initialization
2010-07-19 Michael S. Tsirkine1000: secrc support
2010-07-19 Michael S. Tsirkine1000: fix access 4 bytes beyond buffer end
2010-06-14 Jes SorensenChange #define DEBUG to #define E1000_DEBUG in hw/e1000.c
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-14 Blue Swirle1000: make some tables 'const'
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Thomas Monjalone1000: fix build on Ubuntu with _FORTIFY_SOURCE
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Michael S. Tsirkine1000: add link to data sheet
2009-12-23 Michael S. Tsirkine1000: switch to symbolic names for pci registers
2009-12-19 Anthony Liguorie1000: Don't muck with PCI commmand register
2009-12-18 Gerd Hoffmannpci romfiles: add property, add default to PCIDeviceInfo
2009-12-18 Anthony LiguoriSupport PCI based option rom loading
2009-12-03 Stefan Weile1000: Fix warning from code review
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-12-03 Mark McLoughlinnet: convert e1000 to NICState
2009-11-12 Kay Ackermanne1000 fix: read access to some registers is missing.
2009-11-09 Isaku Yamahatapci: introduce FMT_PCIBUS for printf format for pcibus_t.
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-10-30 Anthony LiguoriRemove e1000 rom loading hack
2009-10-30 Mark McLoughlinnet: move net-checksum.c under net/
2009-10-27 Juan Quintelae1000: port to vmstate
2009-10-27 Juan Quintelae1000: unfold mac_regarraystosave array
2009-10-27 Juan Quintelae1000: unfold mac_reg_tosave array
2009-10-27 Gerd Hoffmanne1000: use qdev properties for configuration.
2009-10-05 Gerd Hoffmannpci: move unregister from PCIDevice to PCIDeviceInfo
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan Quintelae1000 cleanup
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-30 Bill Paule1000.c doesn't properly emulate EERD and ICS registers
2009-07-16 Naphtali Spreifix for bad macaddr of e1000 in Windows 2003 server...
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-17 Blue SwirlRevert "Update irqs on reset and device load"
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Blue SwirlUpdate irqs on reset and device load
2009-06-09 Blue SwirlRegister reset functions for e1000 and rtl8139
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-05-27 Kevin Wolfe1000: Ignore reset command
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version...
2009-05-08 Amit Shahe1000: Do not reinit pci config space to 0
2009-05-01 Chris WrightPci nic: pci_register_device can fail
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-17 aliguoriRemove NICInfo from e1000 and mipsnet state (Mark McLou...
2009-03-20 aliguorie1000: Fix RX descriptor low threshold interrupt logic...
2009-02-11 aliguoriqemu: LSI SCSI and e1000 unregister callbacks (Marcelo...
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-08 aliguoriImplement e1000 link status (Mark McLoughlin)
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
next