summaryrefslogtreecommitdiff
path: root/hw/rtl8139.c
AgeCommit message (Expand)Author
2013-02-01net: intorduce qemu_del_nic()Jason Wang
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-07rtl8139: preserve link state across device resetAmos Kong
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-10-29rtl8139: convert PIO to new memory api read/writeAlexander Graf
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-08rtl8139: implement 8139cp link statusJason Wang
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-06-27rtl8139: validate rx ring before receiving packetsJason Wang
2012-06-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev
2012-06-07rtl8139: honor RxOverflow flag in can_receive methodFernando Luis Vazquez Cao
2012-06-05Revert "Revert "rtl8139: do the network/host communication only in normal ope...Anthony Liguori
2012-06-04Revert "rtl8139: do the network/host communication only in normal operating m...Jason Wang
2012-05-08rtl8139: fix regression in TxStatus/TxAddr readAvi Kivity
2012-04-11rtl8139: do not assume TxStatus[] and TxAddr[] are adjacentStefan Hajnoczi
2012-03-16rtl8139: do the network/host communication only in normal operating modeJason Wang
2012-03-16rtl8139: correctly check the opmodeJason Wang
2012-03-16net: move compute_mcast_idx() to net.hJason Wang
2012-03-16rtl8139: support byte read to TxStatus registersJason Wang
2012-03-16rtl8139: remove unused marcoJason Wang
2012-03-16rtl8139: limit transmission buffer size in c+ modeJason Wang
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-14hw: Fix spelling in commentsStefan Weil
2011-12-12Remove unnecessary casts from PCI DMA code in rtl8139David Gibson
2011-11-23rtl8139: Fix invalid IO access alignmentJulian Pidancet
2011-11-01rtl8139: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08rtl8139: convert to memory APIAvi Kivity
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12hw/rtl8139.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-06Fix typo in code and commentsStefan Weil