index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
rtl8139.c
Age
Commit message (
Expand
)
Author
2024-10-27
net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
Jerome Forissier
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
2024-01-11
driver/net/rtl8139: remove debug print
Maxim Uvarov
2022-12-07
net: rtl8139: Remove non-DM_ETH code
Tom Rini
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
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
[next]