summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/realtek.c
Commit message (Expand)AuthorAgeFilesLines
* [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