index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
rtl8169.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-09
net: rtl8169: Support RTL-8168c/8111c
Thierry Reding
1
-0
/
+1
2019-12-03
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
1
-1
/
+1
2019-05-14
net: rtl8169: Support RTL-8168h/8111h
Thierry Reding
1
-0
/
+1
2019-05-14
net: rtl8169: Implement ->hwaddr_write() callback
Thierry Reding
1
-0
/
+18
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
1
-4
/
+0
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2016-12-04
net: rtl8169: remove unneeded definition
Andre Przywara
1
-3
/
+0
2016-10-13
rtl8169: fix cache misalignment message on transmit.
Peter Chubb
1
-1
/
+2
2016-07-06
net: rtl8169: Fix return value for rtl_send_common
Oleksandr Tymoshenko
1
-2
/
+2
2016-06-22
net: rtl8169: fix switching between adapters
Stephen Warren
1
-4
/
+9
2016-03-27
net: rtl8169: Fix build error when DEBUG is on
Bin Meng
1
-5
/
+5
2016-01-12
dm: net: Convert rtl8169 to use DM PCI API
Simon Glass
1
-19
/
+66
2016-01-12
dm: pci: Add a dm_ prefix to pci_get_bdf()
Simon Glass
1
-5
/
+6
2015-10-29
net: rtl8169: Build warning fixes for 64-bit
Stephen Warren
1
-4
/
+6
2015-09-12
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-07-22
dm: eth: Add driver-model support to the rtl8169 driver
Simon Glass
1
-49
/
+187
2015-04-21
net: rtl8169: Build warning fixes for 64-bit
Thierry Reding
1
-11
/
+13
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
1
-1
/
+1
2014-12-18
net: rtl8169: Add support for RTL-8168/8111g
Thierry Reding
1
-0
/
+1
2014-12-18
net: rtl8169: Use non-cached memory if available
Thierry Reding
1
-11
/
+60
2014-12-18
net: rtl8169: Properly align buffers
Thierry Reding
1
-29
/
+34
2014-12-18
net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFER
Thierry Reding
1
-1
/
+5
2014-09-16
rtl8169: Defer network packet processing
Thierry Reding
1
-1
/
+2
2013-11-23
net: rtl8169: Add support for RTL8168d/8111d
Thierry Reding
1
-1
/
+17
2013-11-23
net: rtl8169: Improve cache maintenance
Thierry Reding
1
-8
/
+53
2013-11-23
net: rtl8169: Add support for RTL8168evl/8111evl
Thierry Reding
1
-0
/
+1
2013-11-23
net: rtl8169: Fix format string
Thierry Reding
1
-5
/
+5
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-13
/
+1
2012-05-23
drivers/net/rtl8169.c: Fix compile warning
Joe Hershberger
1
-1
/
+1
2011-11-08
drivers/net/rtl8169.c: Fix GCC 4.6 build warning
Wolfgang Denk
1
-3
/
+0
2010-11-15
net: rtl8169: Add initialized eth_device structure
Nobuhiro Iwamatsu
1
-0
/
+5
2009-06-09
rtl8169: fix PCI system memory address
Yoshihiro Shimoda
1
-5
/
+8
2009-04-28
rtl8169: fix cache coherency problem
Yoshihiro Shimoda
1
-1
/
+10
2009-03-21
drivers/net/: get mac address from environment
Mike Frysinger
1
-1
/
+1
2008-09-03
Moved initialization of RTL8169 Ethernet controller to board_eth_init()
Ben Warren
1
-0
/
+1
2008-08-19
rtl8169: add support for RTL8110SCL
Yoshihiro Shimoda
1
-6
/
+22
2008-07-10
Fix some more print() format errors.
Wolfgang Denk
1
-1
/
+1
2008-06-10
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
1
-5
/
+0
2008-04-28
rtl8169: fix compiler warnings
Guennadi Liakhovetski
1
-5
/
+5
2008-03-08
net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
Nobuhiro Iwamatsu
1
-0
/
+14
2008-02-14
Remove duplicate defines for ARRAY_SIZE
Kumar Gala
1
-2
/
+0
2008-01-10
Fix Ethernet init() return codes
Ben Warren
1
-1
/
+2
2008-01-09
Fix endianness conversions in rtl8169 driver
Guennadi Liakhovetski
1
-55
/
+45
2007-11-25
drivers/net : move net drivers to drivers/net
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+888