summaryrefslogtreecommitdiffstats
path: root/hw/rtl8139.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_get_queue()Jason Wang2013-02-011-7/+7
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* rtl8139: preserve link state across device resetAmos Kong2013-01-071-1/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* misc: move include files to include/qemu/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
* rtl8139: convert PIO to new memory api read/writeAlexander Graf2012-10-291-42/+36
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-7/+7
* rtl8139: implement 8139cp link statusJason Wang2012-10-081-2/+22
* Make target_phys_addr_t 64 bits unconditionallyAvi Kivity2012-10-041-5/+1
* 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
* | Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-091-1/+1
|\ \
| * | change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-071-1/+1
* | | rtl8139: validate rx ring before receiving packetsJason Wang2012-06-271-10/+12
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2012-06-181-1/+1
|\ \ \ | |/ / |/| / | |/
| * rtl8139: honor RxOverflow flag in can_receive methodFernando Luis Vazquez Cao2012-06-071-1/+1
* | Revert "Revert "rtl8139: do the network/host communication only in normal ope...Anthony Liguori2012-06-051-0/+9
|/
* Revert "rtl8139: do the network/host communication only in normal operating m...Jason Wang2012-06-041-9/+0
* rtl8139: fix regression in TxStatus/TxAddr readAvi Kivity2012-05-081-1/+1
* rtl8139: do not assume TxStatus[] and TxAddr[] are adjacentStefan Hajnoczi2012-04-111-11/+15
* rtl8139: do the network/host communication only in normal operating modeJason Wang2012-03-161-0/+9
* rtl8139: correctly check the opmodeJason Wang2012-03-161-3/+5
* net: move compute_mcast_idx() to net.hJason Wang2012-03-161-24/+0
* rtl8139: support byte read to TxStatus registersJason Wang2012-03-161-4/+29
* rtl8139: remove unused marcoJason Wang2012-03-161-3/+0
* rtl8139: limit transmission buffer size in c+ modeJason Wang2012-03-161-6/+5
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-16/+25
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-1/+1
|\
| * hw: Fix spelling in commentsStefan Weil2011-12-141-1/+1
* | Remove unnecessary casts from PCI DMA code in rtl8139David Gibson2011-12-121-4/+4
|/
* rtl8139: Fix invalid IO access alignmentJulian Pidancet2011-11-231-13/+1
* rtl8139: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-52/+54
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-4/+2
* rtl8139: convert to memory APIAvi Kivity2011-08-081-34/+38
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-20/+24
|\
| * Fix typo in code and commentsStefan Weil2011-05-061-20/+24
* | hw/rtl8139.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-203/+237
|\
| * rtl8139: Fix compilation for w32/w64Stefan Weil2011-04-271-2/+1
OpenPOWER on IntegriCloud