index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
rtl8139.c
Age
Commit message (
Expand
)
Author
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-06-12
net: rtl8139: Add DM support
Marek Vasut
2020-06-12
net: rtl8139: Read HW address from EEPROM only on probe
Marek Vasut
2020-06-12
net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-12
net: rtl8139: Split out common and non-DM functions
Marek Vasut
2020-06-12
net: rtl8139: Pass private data into rtl8139_eeprom_delay()
Marek Vasut
2020-06-12
net: rtl8139: Introduce device private data
Marek Vasut
2020-06-12
net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
Marek Vasut
2020-06-12
net: rtl8139: Use dev->iobase instead of custom ioaddr
Marek Vasut
2020-06-12
net: rtl8139: Switch from malloc()+memset() to calloc()
Marek Vasut
2020-06-12
net: rtl8139: Factor out device name assignment
Marek Vasut
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-01
net: rtl8139: Fill in SPDX tag
Marek Vasut
2020-05-01
net: rtl8139: Move functions around
Marek Vasut
2020-05-01
net: rtl8139: Finish cleanup
Marek Vasut
2020-05-01
net: rtl8139: Factor out hardware reset
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_disable()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_poll()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_transmit()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_reset()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of set_rx_mode()
Marek Vasut
2020-05-01
net: rtl8139: Consistently use rtl8139_rx_config
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of read_eeprom()
Marek Vasut
2020-05-01
net: rtl8139: Rework eeprom_delay() macro
Marek Vasut
2020-05-01
net: rtl8139: Register macro cleanup
Marek Vasut
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2013-11-22
net: Fix mcast function pointer prototype
Claudiu Manoil
2012-05-22
drivers/net/rtl8139.c: Fix compile warning
Joe Hershberger
2011-11-07
drivers/net/rtl8139.c: Fix GCC 4.6 build warnings
Wolfgang Denk
2010-11-14
net: rtl8139: Add initialized eth_device structure
Nobuhiro Iwamatsu
2008-10-21
Cleanup: fix "MHz" spelling
Wolfgang Denk
2008-09-02
Moved initialization of RTL8139 Ethernet controller to board_eth_init()
Ben Warren
2008-06-09
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
2008-01-16
drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
Shinya Kuribayashi
2008-01-16
drivers/net/rtl8139.c: Fix cache coherency issues
Shinya Kuribayashi
2008-01-16
drivers/net/rtl8139.c: Fix tx timeout
Shinya Kuribayashi
2008-01-10
Fix Ethernet init() return codes
Ben Warren
2007-11-25
drivers/net : move net drivers to drivers/net
Jean-Christophe PLAGNIOL-VILLARD