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
/
macb.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-03-02
net: macb: Add support for fixed link
BELOUARGA Mohamed
1
-72
/
+114
2022-12-07
net: macb: Remove non-DM_ETH code
Tom Rini
1
-192
/
+2
2022-11-28
net: macb: Fix race caused by flushing unwanted descriptors
Yaron Micher
1
-12
/
+39
2022-04-10
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek BehĂșn
1
-1
/
+1
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek BehĂșn
1
-8
/
+2
2021-12-02
net: macb: Remove Microchip compatible string
Padmarao Begari
1
-11
/
+7
2021-10-20
net: macb: Fix -Wint-to-pointer-cast warnings
Bin Meng
1
-8
/
+3
2021-09-28
net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunca...
Vladimir Oltean
1
-2
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-22
net: macb: take into account all RGMII interface types
Claudiu Beznea
1
-1
/
+4
2021-01-22
net: macb: add support for sama7g5 emac
Claudiu Beznea
1
-0
/
+9
2021-01-22
net: macb: add support for sama7g5 gmac
Claudiu Beznea
1
-0
/
+33
2021-01-22
net: macb: check clk_set_rate return value to be negative
Claudiu Beznea
1
-1
/
+1
2021-01-22
net: macb: add user io config data structure
Claudiu Beznea
1
-12
/
+41
2021-01-18
net: macb: Add phy address to read it from device tree
Padmarao Begari
1
-0
/
+13
2021-01-18
net: macb: Add DMA 64-bit address support for macb
Padmarao Begari
1
-17
/
+114
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-5
/
+5
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
-1
/
+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
-0
/
+1
2020-03-31
net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.
Michal Simek
1
-1
/
+1
2020-02-19
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
1
-1
/
+1
2020-02-19
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
1
-1
/
+1
2020-01-25
net: macb: Drop local cache flush
Vignesh Raghavendra
1
-3
/
+1
2019-12-09
net: macb: let miiphy_read/_write pass arbitrary addresses
Josef Holzmayr
1
-8
/
+2
2019-12-09
net: macb: explicitly pass phy_adr to mdio read and write
Josef Holzmayr
1
-16
/
+17
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-10-08
net: macb: Add sam9x60-macb compatibility string
Nicolas Ferre
1
-0
/
+1
2019-09-04
net: macb: Fix rx buffer cache handling
Stefan Roese
1
-2
/
+4
2019-09-04
Revert "net: macb: Fixed reading MII_LPA register"
Bin Meng
1
-1
/
+1
2019-07-25
net: macb: Fix check for little-endian system in gmac_configure_dma()
Anup Patel
1
-4
/
+7
2019-07-25
net: macb: Extend MACB driver for SiFive Unleashed board
Anup Patel
1
-17
/
+56
2019-07-25
net/macb: increase RX buffer size for GEM
Ramon Fried
1
-8
/
+23
2019-07-25
net: macb: apply sane DMA configuration
Ramon Fried
1
-0
/
+28
2019-07-25
net: macb: add dma_burst_length config
Ramon Fried
1
-1
/
+21
2019-07-25
net: macb: add support for SGMII phy interface
Ramon Fried
1
-0
/
+7
2019-07-25
net: macb: use bit access macro from header file
Ramon Fried
1
-33
/
+15
2019-07-25
net: macb: add support for faster clk rates
Ramon Fried
1
-1
/
+5
2019-07-25
net: macb: sync header definitions as taken from Linux
Ramon Fried
1
-4
/
+4
2019-07-15
net: macb: Add support for 1000-baseX
Radu Pirea
1
-2
/
+4
2019-07-15
net: macb: Fixed reading MII_LPA register
Radu Pirea
1
-1
/
+1
2019-06-01
dm: net: macb: Implement link speed change callback
Bin Meng
1
-0
/
+35
2019-06-01
dm: net: macb: Update macb_linkspd_cb() signature
Bin Meng
1
-1
/
+21
2019-04-09
net: macb: Add small delay after link establishment
Stefan Roese
1
-1
/
+7
[next]