index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
rtl8139.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-18
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-1
/
+1
2012-06-07
rtl8139: honor RxOverflow flag in can_receive method
Fernando Luis Vazquez Cao
1
-1
/
+1
2012-06-05
Revert "Revert "rtl8139: do the network/host communication only in normal ope...
Anthony Liguori
1
-0
/
+9
2012-06-04
Revert "rtl8139: do the network/host communication only in normal operating m...
Jason Wang
1
-9
/
+0
2012-05-08
rtl8139: fix regression in TxStatus/TxAddr read
Avi Kivity
1
-1
/
+1
2012-04-11
rtl8139: do not assume TxStatus[] and TxAddr[] are adjacent
Stefan Hajnoczi
1
-11
/
+15
2012-03-16
rtl8139: do the network/host communication only in normal operating mode
Jason Wang
1
-0
/
+9
2012-03-16
rtl8139: correctly check the opmode
Jason Wang
1
-3
/
+5
2012-03-16
net: move compute_mcast_idx() to net.h
Jason Wang
1
-24
/
+0
2012-03-16
rtl8139: support byte read to TxStatus registers
Jason Wang
1
-4
/
+29
2012-03-16
rtl8139: remove unused marco
Jason Wang
1
-3
/
+0
2012-03-16
rtl8139: limit transmission buffer size in c+ mode
Jason Wang
1
-6
/
+5
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-8
/
+10
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-16
/
+25
2012-01-27
qdev: don't access name through info
Anthony Liguori
1
-1
/
+1
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-1
/
+1
2011-12-14
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
1
-1
/
+1
2011-12-14
hw: Fix spelling in comments
Stefan Weil
1
-1
/
+1
2011-12-12
Remove unnecessary casts from PCI DMA code in rtl8139
David Gibson
1
-4
/
+4
2011-11-23
rtl8139: Fix invalid IO access alignment
Julian Pidancet
1
-13
/
+1
2011-11-01
rtl8139: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-52
/
+54
2011-09-19
pci: interrupt pin documentation update
Michael S. Tsirkin
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-6
/
+6
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-4
/
+2
2011-08-08
rtl8139: convert to memory API
Avi Kivity
1
-34
/
+38
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-20
/
+24
2011-06-12
hw/rtl8139.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
1
-4
/
+4
2011-05-06
Fix typo in code and comments
Stefan Weil
1
-20
/
+24
2011-05-05
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
1
-203
/
+237
2011-04-27
rtl8139: Fix compilation for w32/w64
Stefan Weil
1
-2
/
+1
2011-04-25
rtl8139: add format attribute to DPRINTF
Benjamin Poirier
1
-3
/
+6
2011-04-25
rtl8139: use variadic macro for debug statements
Benjamin Poirier
1
-203
/
+232
2011-04-25
rtl8139: use TARGET_FMT_plx in debug messages
Benjamin Poirier
1
-6
/
+9
2011-04-18
PXE: Use consistent naming for PXE ROMs
Alex Williamson
1
-1
/
+1
2011-04-07
rtl8139: convert to pci_register_bar_simple()
Avi Kivity
1
-10
/
+1
2011-03-26
rtl8139: add vlan tag insertion
Benjamin Poirier
1
-15
/
+60
2011-03-26
rtl8139: add vlan tag extraction
Benjamin Poirier
1
-14
/
+52
2011-03-26
rtl8139: cleanup FCS calculation
Benjamin Poirier
1
-17
/
+3
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-11
/
+11
2011-03-13
moving eeprom initialization
William Dauchy
1
-12
/
+11
2011-01-05
rtl8139: Use subsection to restrict migration after hotplug
Alex Williamson
1
-1
/
+27
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
1
-0
/
+4
2010-12-11
rtl8139: Declare as little endian
Alexander Graf
1
-13
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-07-11
rtl8139: address TODOs
Michael S. Tsirkin
1
-3
/
+0
2010-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
1
-1
/
+0
2010-02-23
rewrote timer implementation for rtl8139.
Frediano Ziglio
1
-55
/
+84
2010-01-19
rtl8139: fix clang reporting unused assignment of VLAN tagging data
Igor V. Kovalenko
1
-0
/
+5
2009-12-23
rtl: switch to symbolic names for pci registers
Michael S. Tsirkin
1
-6
/
+10
[next]