aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/realtek.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-21[realtek] Do not attempt to access EEPROM on RTL8169 chipsMichael Brown1-2/+3
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-07-16[realtek] Check for ioremap() failuresMichael Brown1-0/+5
2014-03-20[realtek] Clear bit 24 of RCRMichael Brown1-2/+2
2014-03-20[realtek] Add ability to dump all internal registersMichael Brown1-0/+27
2014-03-10[realtek] Dump all MII register contents when link status changesMichael Brown1-0/+1
2014-03-04[realtek] Include link status register details in debug messagesMichael Brown1-2/+26
2013-07-15[realtek] Report RX error detail in debug messagesMichael Brown1-3/+5
2013-05-26[realtek] Fix reopening of legacy-mode 8139 NICMichael Brown1-3/+5
2013-05-01[realtek] Defer packets when no transmit descriptors are availableMichael Brown1-3/+3
2013-05-01[realtek] Ensure EEPROM writes reach chip before starting udelay()Michael Brown1-0/+3
2013-04-30[realtek] Allow reaction time between writing RTL_CAPR and reading RTL_CRMichael Brown1-0/+3
2013-04-28[realtek] Use ID word to detect EEPROM presenceMichael Brown1-16/+36
2013-04-27[realtek] Print bad MAC address in debug message when inferring no EEPROMMichael Brown1-1/+2
2012-08-24[realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown1-1/+29
2012-08-23[realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown1-7/+72
2012-08-23[realtek] Enable DAC only when built as a 64-bit binaryMichael Brown1-2/+7
2012-08-23[realtek] Use read-modify-write to check for C+ Command registerMichael Brown1-3/+4
2012-08-23[realtek] Use explicit value for TCR.MXDMAMichael Brown1-0/+7
2012-08-23[realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown1-2/+4
2012-08-23[realtek] Always set high dword of ring address registersMichael Brown1-4/+2
2012-07-19[realtek] Add missing iounmap()Michael Brown1-0/+2
2012-06-27[realtek] Add missing cpu_to_le16()Michael Brown1-1/+1
2012-04-28[realtek] Support RTL8139 cards within generic Realtek driverMichael Brown1-36/+315
2012-04-23[realtek] Update link state when device is openedMichael Brown1-0/+3
2012-04-18[realtek] Replace driver for Realtek Gigabit NICsMichael Brown1-0/+779