summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/realtek.c
Commit message (Expand)AuthorAgeFilesLines
* [mii] Separate concepts of MII interface and MII deviceMichael Brown2018-04-191-8/+15
* [realtek] Do not attempt to access EEPROM on RTL8169 chipsMichael Brown2015-04-211-2/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [realtek] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [realtek] Clear bit 24 of RCRMichael Brown2014-03-201-2/+2
* [realtek] Add ability to dump all internal registersMichael Brown2014-03-201-0/+27
* [realtek] Dump all MII register contents when link status changesMichael Brown2014-03-101-0/+1
* [realtek] Include link status register details in debug messagesMichael Brown2014-03-041-2/+26
* [realtek] Report RX error detail in debug messagesMichael Brown2013-07-151-3/+5
* [realtek] Fix reopening of legacy-mode 8139 NICMichael Brown2013-05-261-3/+5
* [realtek] Defer packets when no transmit descriptors are availableMichael Brown2013-05-011-3/+3
* [realtek] Ensure EEPROM writes reach chip before starting udelay()Michael Brown2013-05-011-0/+3
* [realtek] Allow reaction time between writing RTL_CAPR and reading RTL_CRMichael Brown2013-04-301-0/+3
* [realtek] Use ID word to detect EEPROM presenceMichael Brown2013-04-281-16/+36
* [realtek] Print bad MAC address in debug message when inferring no EEPROMMichael Brown2013-04-271-1/+2
* [realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2012-08-241-1/+29
* [realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown2012-08-231-7/+72
* [realtek] Enable DAC only when built as a 64-bit binaryMichael Brown2012-08-231-2/+7
* [realtek] Use read-modify-write to check for C+ Command registerMichael Brown2012-08-231-3/+4
* [realtek] Use explicit value for TCR.MXDMAMichael Brown2012-08-231-0/+7
* [realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown2012-08-231-2/+4
* [realtek] Always set high dword of ring address registersMichael Brown2012-08-231-4/+2Star
* [realtek] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [realtek] Add missing cpu_to_le16()Michael Brown2012-06-271-1/+1
* [realtek] Support RTL8139 cards within generic Realtek driverMichael Brown2012-04-281-36/+315
* [realtek] Update link state when device is openedMichael Brown2012-04-231-0/+3
* [realtek] Replace driver for Realtek Gigabit NICsMichael Brown2012-04-181-0/+779