index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
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] Work around hardware bug on RTL8211B
realtek_hack
Michael Brown
2021-06-22
1
-0
/
+10
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
1
-59
/
+42
*
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
2020-11-28
1
-11
/
+12
*
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
2020-11-25
1
-13
/
+14
*
[realtek] Use physical addresses in debug messages
Michael Brown
2020-11-16
1
-16
/
+14
*
[realtek] Update driver to use DMA API
Michael Brown
2020-11-05
1
-88
/
+92
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
1
-5
/
+5
*
[realtek] Reset NIC when closing interface if using legacy mode
Michael Brown
2020-11-04
1
-0
/
+4
*
[pci] Update drivers to use pci_ioremap()
Michael Brown
2020-09-25
1
-1
/
+1
*
[mii] Separate concepts of MII interface and MII device
Michael Brown
2018-04-19
1
-8
/
+15
*
[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