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
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