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
old/tizen_20241126
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
/
rtl8139.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+0
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-0
/
+1
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+0
2024-01-11
driver/net/rtl8139: remove debug print
Maxim Uvarov
1
-1
/
+1
2022-12-07
net: rtl8139: Remove non-DM_ETH code
Tom Rini
1
-112
/
+0
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
-1
/
+1
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: rtl8139: Add DM support
Marek Vasut
1
-1
/
+132
2020-06-12
net: rtl8139: Read HW address from EEPROM only on probe
Marek Vasut
1
-9
/
+18
2020-06-12
net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
1
-2
/
+2
2020-06-12
net: rtl8139: Split out common and non-DM functions
Marek Vasut
1
-24
/
+68
2020-06-12
net: rtl8139: Pass private data into rtl8139_eeprom_delay()
Marek Vasut
1
-9
/
+9
2020-06-12
net: rtl8139: Introduce device private data
Marek Vasut
1
-58
/
+78
2020-06-12
net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
Marek Vasut
1
-5
/
+5
2020-06-12
net: rtl8139: Use dev->iobase instead of custom ioaddr
Marek Vasut
1
-46
/
+38
2020-06-12
net: rtl8139: Switch from malloc()+memset() to calloc()
Marek Vasut
1
-2
/
+1
2020-06-12
net: rtl8139: Factor out device name assignment
Marek Vasut
1
-1
/
+6
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
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
-1
/
+2
2020-05-01
net: rtl8139: Fill in SPDX tag
Marek Vasut
1
-3
/
+1
2020-05-01
net: rtl8139: Move functions around
Marek Vasut
1
-92
/
+87
2020-05-01
net: rtl8139: Finish cleanup
Marek Vasut
1
-86
/
+87
2020-05-01
net: rtl8139: Factor out hardware reset
Marek Vasut
1
-17
/
+11
2020-05-01
net: rtl8139: Minor cleanup of rtl_disable()
Marek Vasut
1
-5
/
+8
2020-05-01
net: rtl8139: Minor cleanup of rtl_poll()
Marek Vasut
1
-30
/
+33
2020-05-01
net: rtl8139: Minor cleanup of rtl_transmit()
Marek Vasut
1
-33
/
+31
2020-05-01
net: rtl8139: Minor cleanup of rtl_reset()
Marek Vasut
1
-27
/
+34
2020-05-01
net: rtl8139: Minor cleanup of set_rx_mode()
Marek Vasut
1
-11
/
+8
2020-05-01
net: rtl8139: Consistently use rtl8139_rx_config
Marek Vasut
1
-2
/
+2
2020-05-01
net: rtl8139: Minor cleanup of read_eeprom()
Marek Vasut
1
-9
/
+13
2020-05-01
net: rtl8139: Rework eeprom_delay() macro
Marek Vasut
1
-14
/
+17
2020-05-01
net: rtl8139: Register macro cleanup
Marek Vasut
1
-111
/
+152
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
1
-5
/
+1
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
1
-4
/
+0
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
1
-2
/
+2
2013-11-22
net: Fix mcast function pointer prototype
Claudiu Manoil
1
-1
/
+1
2012-05-22
drivers/net/rtl8139.c: Fix compile warning
Joe Hershberger
1
-2
/
+2
2011-11-07
drivers/net/rtl8139.c: Fix GCC 4.6 build warnings
Wolfgang Denk
1
-30
/
+19
2010-11-14
net: rtl8139: Add initialized eth_device structure
Nobuhiro Iwamatsu
1
-0
/
+5
2008-10-21
Cleanup: fix "MHz" spelling
Wolfgang Denk
1
-1
/
+1
2008-09-02
Moved initialization of RTL8139 Ethernet controller to board_eth_init()
Ben Warren
1
-0
/
+1
2008-06-09
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
1
-4
/
+0
2008-01-16
drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
Shinya Kuribayashi
1
-1
/
+1
2008-01-16
drivers/net/rtl8139.c: Fix cache coherency issues
Shinya Kuribayashi
1
-1
/
+5
2008-01-16
drivers/net/rtl8139.c: Fix tx timeout
Shinya Kuribayashi
1
-10
/
+7
2008-01-10
Fix Ethernet init() return codes
Ben Warren
1
-2
/
+2
[next]