index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_lf_v2025.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-20
Merge tag 'v2024.07-rc3' into next
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-15
net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"
Matthias Schiffer
2024-05-15
net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()
Matthias Schiffer
2024-05-08
net: Add drivers for Sysnopsys Ethernet 10G device
Boon Khai Ng
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
2024-05-01
board: milkv_duo: Add init code for Milk-V Duo ethernet
Kongyang Liu
2024-04-26
rockchip: rk3308: Move cru and grf include files to arch-rockchip
Jonas Karlman
2024-04-26
rockchip: rk3308: Sync device tree from linux v6.8
Jonas Karlman
2024-04-19
Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-boot/custodians...
Tom Rini
2024-04-19
net: dwc_eth_qos: Add support for st, ext-phyclk property
Marek Vasut
2024-04-19
net: dwc_eth_qos: Add support of STM32MP13xx platform
Christophe Roullier
2024-04-19
net: dwc_eth_qos: Add DT parsing for STM32MP13xx platform
Christophe Roullier
2024-04-19
net: dwc_eth_qos: Constify st, eth-* values parsed out of DT
Marek Vasut
2024-04-19
net: dwc_eth_qos: Use consistent logging prints
Marek Vasut
2024-04-19
net: dwc_eth_qos: Move log_debug statements on top of case block
Marek Vasut
2024-04-19
net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfield
Marek Vasut
2024-04-19
net: dwc_eth_qos: Scrub ifdeffery
Marek Vasut
2024-04-19
net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code
Marek Vasut
2024-04-19
net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_config
Marek Vasut
2024-04-19
net: dwc_eth_qos: Split STM32 glue into separate file
Marek Vasut
2024-04-12
net: designware: Pass all multicast frames in designware driver
Jim Liu
2024-04-12
net: designware: Invalidate RX buffer cache before freeing the DMA descriptor
Jim Liu
2024-04-12
net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()
Patrice Chotard
2024-04-12
Merge patch series "Introduce ICSSG Ethernet driver"
Tom Rini
2024-04-12
net: ti: icssg: Add support sending FDB command to update rx_flow_id
MD Danish Anwar
2024-04-12
net: ti: icssg: Add ICSSG ethernet driver
MD Danish Anwar
2024-04-12
net: ti: icssg: Add icssg queues APIs and macros
MD Danish Anwar
2024-04-12
net: ti: icssg: Add Firmware config and classification APIs.
MD Danish Anwar
2024-04-12
net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.
MD Danish Anwar
2024-04-11
net: ti: am65-cpsw: Fix buffer overflow
Michael Walle
2024-04-10
net: dw_eth_qos: Add missing \n in error messages.
Heinrich Schuchardt
2024-03-30
net: fec_mxc: Avoid enable regulator failure
Ye Li
2024-03-26
net: phy: Factor out PHY GPIO reset code
Marek Vasut
2024-03-26
e1000: add support for i225-IT
Marjolaine Amate
2024-03-26
net: phy: ncsi: reslove the unaligned access issue
Jacky Chou
2024-03-26
net: phy: ncsi: Correct the endian of the checksum
Jacky Chou
2024-03-26
net: hifemac: make some functions static
Yang Xiwen
2024-03-26
net: hifemac: implement `net stats` needed ops
Yang Xiwen
2024-03-26
net: hifemac: register MDIO bus device for subnode
Yang Xiwen
2024-03-26
net: hifemac: fix log reporting
Yang Xiwen
2024-03-26
net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err()
Yang Xiwen
2024-03-26
net: phy: the NC-SI phy device do not require mdio bus
Jacky Chou
2024-03-26
net: phy: Fix signed shift overflow
Eugeniu Rosca
2024-03-26
net: phy: broadcom: Configure LEDs on BCM54210E
Marek Vasut
2024-03-26
net: phy: ncsi: fixed not nullify the pointers after free
Jacky Chou
2024-03-13
rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.h
Quentin Schulz
2024-03-11
Merge tag 'v2024.04-rc4' into next
Tom Rini
2024-03-09
net: phy: Use PHY MDIO address from DT if available
Marek Vasut
[next]