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
/
rtl8169.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: rt8169: WAR for DHCP not getting IP after kernel boot/reboot
Tom Warren
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-18
common: Drop net.h from common header
Simon Glass
2019-12-09
net: rtl8169: Support RTL-8168c/8111c
Thierry Reding
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2019-05-14
net: rtl8169: Support RTL-8168h/8111h
Thierry Reding
2019-05-14
net: rtl8169: Implement ->hwaddr_write() callback
Thierry Reding
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-12-04
net: rtl8169: remove unneeded definition
Andre Przywara
2016-10-13
rtl8169: fix cache misalignment message on transmit.
Peter Chubb
2016-07-06
net: rtl8169: Fix return value for rtl_send_common
Oleksandr Tymoshenko
2016-06-21
net: rtl8169: fix switching between adapters
Stephen Warren
2016-03-27
net: rtl8169: Fix build error when DEBUG is on
Bin Meng
2016-01-12
dm: net: Convert rtl8169 to use DM PCI API
Simon Glass
2016-01-12
dm: pci: Add a dm_ prefix to pci_get_bdf()
Simon Glass
2015-10-29
net: rtl8169: Build warning fixes for 64-bit
Stephen Warren
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-07-21
dm: eth: Add driver-model support to the rtl8169 driver
Simon Glass
2015-04-20
net: rtl8169: Build warning fixes for 64-bit
Thierry Reding
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2014-12-18
net: rtl8169: Add support for RTL-8168/8111g
Thierry Reding
2014-12-18
net: rtl8169: Use non-cached memory if available
Thierry Reding
2014-12-18
net: rtl8169: Properly align buffers
Thierry Reding
2014-12-18
net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFER
Thierry Reding
2014-09-16
rtl8169: Defer network packet processing
Thierry Reding
2013-11-22
net: rtl8169: Add support for RTL8168d/8111d
Thierry Reding
2013-11-22
net: rtl8169: Improve cache maintenance
Thierry Reding
2013-11-22
net: rtl8169: Add support for RTL8168evl/8111evl
Thierry Reding
2013-11-22
net: rtl8169: Fix format string
Thierry Reding
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-05-22
drivers/net/rtl8169.c: Fix compile warning
Joe Hershberger
2011-11-07
drivers/net/rtl8169.c: Fix GCC 4.6 build warning
Wolfgang Denk
2010-11-14
net: rtl8169: Add initialized eth_device structure
Nobuhiro Iwamatsu
2009-06-08
rtl8169: fix PCI system memory address
Yoshihiro Shimoda
2009-04-28
rtl8169: fix cache coherency problem
Yoshihiro Shimoda
2009-03-20
drivers/net/: get mac address from environment
Mike Frysinger
2008-09-02
Moved initialization of RTL8169 Ethernet controller to board_eth_init()
Ben Warren
2008-08-18
rtl8169: add support for RTL8110SCL
Yoshihiro Shimoda
2008-07-10
Fix some more print() format errors.
Wolfgang Denk
2008-06-09
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
2008-04-28
rtl8169: fix compiler warnings
Guennadi Liakhovetski
2008-03-08
net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
Nobuhiro Iwamatsu
2008-02-14
Remove duplicate defines for ARRAY_SIZE
Kumar Gala
2008-01-10
Fix Ethernet init() return codes
Ben Warren
2008-01-09
Fix endianness conversions in rtl8169 driver
Guennadi Liakhovetski
2007-11-25
drivers/net : move net drivers to drivers/net
Jean-Christophe PLAGNIOL-VILLARD