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
/
eepro100.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
/
+1
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-1
/
+1
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+1
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
1
-12
/
+12
2023-01-20
global: Remove unused CONFIG defines
Tom Rini
1
-2
/
+0
2022-12-07
net: eepro100: Remove non-DM_ETH code
Tom Rini
1
-134
/
+0
2021-09-28
net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...
Vladimir Oltean
1
-1
/
+1
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-2
/
+2
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-18
net: eepro100: Add DM support
Marek Vasut
1
-1
/
+128
2020-06-18
net: eepro100: Split common parts of non-DM functions out
Marek Vasut
1
-62
/
+100
2020-06-18
net: eepro100: Drop bd_t pointer from read_hw_addr()
Marek Vasut
1
-2
/
+2
2020-06-18
net: eepro100: Add RX/TX rings into the private data
Marek Vasut
1
-24
/
+35
2020-06-18
net: eepro100: Pass device private data into mdiobus
Marek Vasut
1
-6
/
+3
2020-06-18
net: eepro100: Pass device private data around
Marek Vasut
1
-124
/
+140
2020-06-18
net: eepro100: Introduce device private data
Marek Vasut
1
-3
/
+9
2020-06-18
net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
Marek Vasut
1
-14
/
+22
2020-06-18
net: eepro100: Drop inline keyword
Marek Vasut
1
-4
/
+4
2020-06-18
net: eepro100: Fix EE_*_CMD macros
Marek Vasut
1
-5
/
+5
2020-06-18
net: eepro100: Factor out MII registration
Marek Vasut
1
-17
/
+39
2020-06-18
net: eepro100: Switch from malloc()+memset() to calloc()
Marek Vasut
1
-2
/
+1
2020-06-18
net: eepro100: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
1
-4
/
+4
2020-06-18
net: eepro100: Reorder functions in the driver
Marek Vasut
1
-170
/
+160
2020-06-18
net: eepro100: Remove volatile misuse
Marek Vasut
1
-21
/
+21
2020-06-18
net: eepro100: Add cache management
Marek Vasut
1
-20
/
+45
2020-06-18
net: eepro100: Factor out tx_ring command issuing
Marek Vasut
1
-71
/
+53
2020-06-18
net: eepro100: Replace purge_tx_ring() with memset()
Marek Vasut
1
-15
/
+1
2020-06-18
net: eepro100: Use standard I/O accessors
Marek Vasut
1
-4
/
+4
2020-06-18
net: eepro100: Fix camelcase
Marek Vasut
1
-87
/
+85
2020-06-18
net: eepro100: Fix remaining checkpatch issues
Marek Vasut
1
-21
/
+24
2020-06-18
net: eepro100: Fix indented label
Marek Vasut
1
-4
/
+4
2020-06-18
net: eepro100: Fix pointer location
Marek Vasut
1
-6
/
+6
2020-06-18
net: eepro100: Fix parenthesis alignment
Marek Vasut
1
-10
/
+10
2020-06-18
net: eepro100: Fix braces
Marek Vasut
1
-7
/
+4
2020-06-18
net: eepro100: Fix spacing
Marek Vasut
1
-139
/
+139
2020-06-18
net: eepro100: Use plain debug()
Marek Vasut
1
-11
/
+4
2020-06-18
net: eepro100: Clean up comments
Marek Vasut
1
-64
/
+36
2020-06-18
net: eepro100: Remove EEPRO100_SROM_WRITE
Marek Vasut
1
-87
/
+0
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
Fix some checkpatch warnings in calls to udelay()
Simon Glass
1
-9
/
+9
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
1
-2
/
+0
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-05-12
net: eepro100: Fix unused variable warning
Tom Rini
1
-6
/
+0
2016-08-15
net: mii: Use spatch to update miiphy_register
Joe Hershberger
1
-12
/
+22
2016-01-25
net: eepro100: Fix build warnings
Bin Meng
1
-4
/
+4
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
1
-1
/
+2
2014-10-27
PowerPC: drop some 74xx_7xx boards and related code
Wolfgang Denk
1
-1
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
[next]