summaryrefslogtreecommitdiff
path: root/drivers/net/rtl8139.c
AgeCommit message (Expand)Author
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-12net: rtl8139: Add DM supportMarek Vasut
2020-06-12net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut
2020-06-12net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-12net: rtl8139: Split out common and non-DM functionsMarek Vasut
2020-06-12net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut
2020-06-12net: rtl8139: Introduce device private dataMarek Vasut
2020-06-12net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut
2020-06-12net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut
2020-06-12net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut
2020-06-12net: rtl8139: Factor out device name assignmentMarek Vasut
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-01net: rtl8139: Fill in SPDX tagMarek Vasut
2020-05-01net: rtl8139: Move functions aroundMarek Vasut
2020-05-01net: rtl8139: Finish cleanupMarek Vasut
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut
2020-05-01net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut
2020-05-01net: rtl8139: Rework eeprom_delay() macroMarek Vasut
2020-05-01net: rtl8139: Register macro cleanupMarek Vasut
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil
2012-05-22drivers/net/rtl8139.c: Fix compile warningJoe Hershberger
2011-11-07drivers/net/rtl8139.c: Fix GCC 4.6 build warningsWolfgang Denk
2010-11-14net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk
2008-09-02Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi
2008-01-16drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi
2008-01-16drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi
2008-01-16drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi
2008-01-10Fix Ethernet init() return codesBen Warren
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD