summaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* e1000: no need auto-negotiation if link was downAmos Kong2013-01-071-0/+5
* e1000: Discard oversized packets based on SBP|LPEMichael Contreras2013-01-071-2/+5
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* e1000: Discard packets that are too long if !SBP and !LPEMichael Contreras2012-12-031-0/+10
* e1000: pre-initialize RAH/RAL registersGabriel L. Somlo2012-11-011-0/+10
* e1000: drop check_rxov, always treat RX ring with RDH == RDT as emptyDmitry Fleytman2012-11-011-5/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* e1000: update nc.link_down in e1000_post_load()Amos Kong2012-10-081-0/+12
* e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini2012-09-141-0/+4
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-4/+4
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-2/+1
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-2/+1
* | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
|/
* e1000: set E1000_ICR_INT_ASSERTED only for 8257xJason Wang2012-04-251-1/+3
* e1000: link auto-negotiation emulationJason Wang2012-04-251-2/+43
* e1000: introduce bit for debugging PHY emulationJason Wang2012-04-251-1/+1
* e1000: introduce helpers to manipulate link statusJason Wang2012-04-251-6/+17
* e1000: PHY loopback mode supportJason Wang2012-04-251-2/+12
* e1000: conditionally raise irq at the end of MDI cycleJason Wang2012-04-251-1/+4
* e1000: move reset function earlier in fileMichael S. Tsirkin2012-04-251-40/+40
* e1000: Fix spelling (segmentaion -> segmentation) in debug outputStefan Weil2012-04-201-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+11
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-17/+26
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* e1000: Preserve link state across device resetJan Kiszka2012-01-271-0/+5
* e1000: bounds packet size against buffer sizeAnthony Liguori2012-01-231-0/+3
* Remove unnecessary casts from PCI DMA code in e1000David Gibson2011-12-121-6/+5
* e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-14/+15
* e1000: Don't set the Capabilities List bitdann frazier2011-09-231-2/+0
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-2/+1
* e1000: use MII status register for link up/downBjørn Mork2011-08-221-2/+5
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-3/+2
* e1000: convert to memory APIAvi Kivity2011-08-081-66/+48
* hw/e1000.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
* PXE: Use consistent naming for PXE ROMsAlex Williamson2011-04-181-1/+1
* e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf2011-04-041-3/+18
* e1000: check buffer availabilityMichael S. Tsirkin2011-03-281-8/+8
* e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi2011-03-211-1/+3
* e1000: verify we have buffers, upfrontMichael S. Tsirkin2011-02-201-6/+22
* e1000: clear EOP for multi-buffer descriptorsMichael S. Tsirkin2011-02-201-2/+4
* e1000: multi-buffer packet supportMichael S. Tsirkin2011-02-201-11/+28
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+4
* e1000: Make little endianAlexander Graf2010-12-111-9/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
OpenPOWER on IntegriCloud