index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
realtek.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[realtek] Do not attempt to access EEPROM on RTL8169 chips
Michael Brown
2015-04-21
1
-2
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[realtek] Check for ioremap() failures
Michael Brown
2014-07-16
1
-0
/
+5
*
[realtek] Clear bit 24 of RCR
Michael Brown
2014-03-20
1
-2
/
+2
*
[realtek] Add ability to dump all internal registers
Michael Brown
2014-03-20
1
-0
/
+27
*
[realtek] Dump all MII register contents when link status changes
Michael Brown
2014-03-10
1
-0
/
+1
*
[realtek] Include link status register details in debug messages
Michael Brown
2014-03-04
1
-2
/
+26
*
[realtek] Report RX error detail in debug messages
Michael Brown
2013-07-15
1
-3
/
+5
*
[realtek] Fix reopening of legacy-mode 8139 NIC
Michael Brown
2013-05-26
1
-3
/
+5
*
[realtek] Defer packets when no transmit descriptors are available
Michael Brown
2013-05-01
1
-3
/
+3
*
[realtek] Ensure EEPROM writes reach chip before starting udelay()
Michael Brown
2013-05-01
1
-0
/
+3
*
[realtek] Allow reaction time between writing RTL_CAPR and reading RTL_CR
Michael Brown
2013-04-30
1
-0
/
+3
*
[realtek] Use ID word to detect EEPROM presence
Michael Brown
2013-04-28
1
-16
/
+36
*
[realtek] Print bad MAC address in debug message when inferring no EEPROM
Michael Brown
2013-04-27
1
-1
/
+2
*
[realtek] Force EEPROM CS low before disabling EEPROM access mode
Michael Brown
2012-08-24
1
-1
/
+29
*
[realtek] Forcibly enable advertisement of 1000Mbps speeds
Michael Brown
2012-08-23
1
-7
/
+72
*
[realtek] Enable DAC only when built as a 64-bit binary
Michael Brown
2012-08-23
1
-2
/
+7
*
[realtek] Use read-modify-write to check for C+ Command register
Michael Brown
2012-08-23
1
-3
/
+4
*
[realtek] Use explicit value for TCR.MXDMA
Michael Brown
2012-08-23
1
-0
/
+7
*
[realtek] Use explicit values for RCR.RXFTH and RCR.MXDMA
Michael Brown
2012-08-23
1
-2
/
+4
*
[realtek] Always set high dword of ring address registers
Michael Brown
2012-08-23
1
-4
/
+2
*
[realtek] Add missing iounmap()
Michael Brown
2012-07-19
1
-0
/
+2
*
[realtek] Add missing cpu_to_le16()
Michael Brown
2012-06-27
1
-1
/
+1
*
[realtek] Support RTL8139 cards within generic Realtek driver
Michael Brown
2012-04-28
1
-36
/
+315
*
[realtek] Update link state when device is opened
Michael Brown
2012-04-23
1
-0
/
+3
*
[realtek] Replace driver for Realtek Gigabit NICs
Michael Brown
2012-04-18
1
-0
/
+779