aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/rtl8139.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-5/+1
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-4/+0
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+2
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil1-1/+1
2012-05-22drivers/net/rtl8139.c: Fix compile warningJoe Hershberger1-2/+2
2011-11-07drivers/net/rtl8139.c: Fix GCC 4.6 build warningsWolfgang Denk1-30/+19
2010-11-14net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-09-02Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-4/+0
2008-01-16drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi1-1/+1
2008-01-16drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi1-1/+5
2008-01-16drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi1-10/+7
2008-01-10Fix Ethernet init() return codesBen Warren1-2/+2
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+547