index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
rtl8169.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-2
/
+2
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-2
/
+2
2020-06-12
net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot
Tom Warren
1
-0
/
+16
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2019-12-09
net: rtl8169: Support RTL-8168c/8111c
Thierry Reding
1
-0
/
+1
2019-12-02
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-21
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-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-07-21
dm: eth: Add driver-model support to the rtl8169 driver
Simon Glass
1
-49
/
+187
2015-04-20
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-22
net: rtl8169: Add support for RTL8168d/8111d
Thierry Reding
1
-1
/
+17
2013-11-22
net: rtl8169: Improve cache maintenance
Thierry Reding
1
-8
/
+53
2013-11-22
net: rtl8169: Add support for RTL8168evl/8111evl
Thierry Reding
1
-0
/
+1
2013-11-22
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-22
drivers/net/rtl8169.c: Fix compile warning
Joe Hershberger
1
-1
/
+1
2011-11-07
drivers/net/rtl8169.c: Fix GCC 4.6 build warning
Wolfgang Denk
1
-3
/
+0
2010-11-14
net: rtl8169: Add initialized eth_device structure
Nobuhiro Iwamatsu
1
-0
/
+5
2009-06-08
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-20
drivers/net/: get mac address from environment
Mike Frysinger
1
-1
/
+1
2008-09-02
Moved initialization of RTL8169 Ethernet controller to board_eth_init()
Ben Warren
1
-0
/
+1
2008-08-18
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-09
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
[next]