summaryrefslogtreecommitdiff
path: root/hw/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-06e1000: fix link down handling with auto negotiationMichael S. Tsirkin1-6/+36
2013-02-01net: intorduce qemu_del_nic()Jason Wang1-1/+1
2013-02-01net: introduce qemu_get_nic()Jason Wang1-4/+4
2013-02-01net: introduce qemu_get_queue()Jason Wang1-10/+12
2013-02-01Revert "e1000: no need auto-negotiation if link was down"Michael Roth1-5/+0
2013-01-30e1000: document ICS read behaviourMichael S. Tsirkin1-0/+10
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-07e1000: no need auto-negotiation if link was downAmos Kong1-0/+5
2013-01-07e1000: Discard oversized packets based on SBP|LPEMichael Contreras1-2/+5
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-12-03e1000: Discard packets that are too long if !SBP and !LPEMichael Contreras1-0/+10
2012-11-01e1000: pre-initialize RAH/RAL registersGabriel L. Somlo1-0/+10
2012-11-01e1000: drop check_rxov, always treat RX ring with RDH == RDT as emptyDmitry Fleytman1-5/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-4/+4
2012-10-08e1000: update nc.link_down in e1000_post_load()Amos Kong1-0/+12
2012-09-14e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini1-0/+4
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-4/+4
2012-07-29Merge branch pci into masterMichael S. Tsirkin1-2/+1
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson1-2/+1
2012-04-25e1000: set E1000_ICR_INT_ASSERTED only for 8257xJason Wang1-1/+3
2012-04-25e1000: link auto-negotiation emulationJason Wang1-2/+43
2012-04-25e1000: introduce bit for debugging PHY emulationJason Wang1-1/+1
2012-04-25e1000: introduce helpers to manipulate link statusJason Wang1-6/+17
2012-04-25e1000: PHY loopback mode supportJason Wang1-2/+12
2012-04-25e1000: conditionally raise irq at the end of MDI cycleJason Wang1-1/+4
2012-04-25e1000: move reset function earlier in fileMichael S. Tsirkin1-40/+40
2012-04-20e1000: Fix spelling (segmentaion -> segmentation) in debug outputStefan Weil1-1/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+11
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-17/+26
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-27e1000: Preserve link state across device resetJan Kiszka1-0/+5
2012-01-23e1000: bounds packet size against buffer sizeAnthony Liguori1-0/+3
2011-12-12Remove unnecessary casts from PCI DMA code in e1000David Gibson1-6/+5
2011-11-01e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-14/+15
2011-09-23e1000: Don't set the Capabilities List bitdann frazier1-2/+0
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin1-2/+1
2011-08-22e1000: use MII status register for link up/downBjørn Mork1-2/+5
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-3/+2
2011-08-08e1000: convert to memory APIAvi Kivity1-66/+48
2011-06-12hw/e1000.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+4
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson1-1/+1
2011-04-04e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf1-3/+18
2011-03-28e1000: check buffer availabilityMichael S. Tsirkin1-8/+8
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi1-1/+3