Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
05278af8b3df1c0c02e345ccf4c8c59bd0111f68
/
drivers
/
net
d88bcd6
net: dwc_eth_qos: Remove obsolete imx8 includes
by Erik Schumacher
· 3 months ago
43b8945
net: dwc_eth_qos_imx: Add platform specific reset for i.MX93
by Erik Schumacher
· 3 months ago
669e628
net: dwc_eth_qos: Add support for platform specific reset
by Erik Schumacher
· 3 months ago
568407f
Merge a patch series to improve dc2114x support
by Tom Rini
· 3 months ago
98b9dd3
Merge patch series "net: ksz9477: add support for KSZ GbE switches using SPI bus"
by Tom Rini
· 3 months ago
3251da3
Merge patch series "Add driver for Motorcomm YT8821 2.5G ethernet phy"
by Tom Rini
· 3 months ago
6315071
net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
by Jerome Forissier
· 3 months ago
6989f7b
net: ksz9477: add support for KSZ GbE switches using SPI bus
by Romain Naour
· 3 months ago
d164577
net: ksz9477: prepare ksz9477 without I2C support
by Romain Naour
· 3 months ago
8a63113
net: ksz9477: rename ksz_i2c_probe() to ksz_probe()
by Romain Naour
· 3 months ago
9c4413b
net: ksz9477: store ksz bus operations functions
by Romain Naour
· 3 months ago
b507f1a
net: ksz9477: set i2c bus offset length only when needed
by Romain Naour
· 3 months ago
04c183c
net: ksz9477: rename udevice_id tab to ksz_ids
by Romain Naour
· 3 months ago
2708c81
net: ksz9477: add KSZ9896 switch support
by Romain Naour
· 3 months ago
5b87af4
net: ksz9477: remove dev_set_parent_priv() call
by Romain Naour
· 3 months ago
6df5c5a
net: ksz9477: move struct ksz_dsa_priv *priv declaration
by Romain Naour
· 3 months ago
95adf60
net: phy: motorcomm: Add driver for Motorcomm YT8821 2.5G ethernet phy
by Frank Sae
· 4 months ago
a1211a5
net: phy: motorcomm: Optimize phy speed mask to be compatible to YT8821
by Frank Sae
· 4 months ago
ba30f46
net: dc2114x: remove the pass all multicast flag in operation mode settings
by Hanyuan Zhao
· 5 months ago
c303f4a
net: dc2114x: allow users to decide how to tx packets according to IP core
by Hanyuan Zhao
· 5 months ago
5fa3e10
net: dc2114x: allow users to decide whether to detect the tx No Carrier errors
by Hanyuan Zhao
· 5 months ago
8c18c53
net: dc2114x: remove unused lines and change the var and print types
by Hanyuan Zhao
· 5 months ago
23edc8f
net: dc2114x: add support for CPUs that have cache between the memory and the card
by Hanyuan Zhao
· 5 months ago
26d88de
net: dc2114x: set the card number to start at zero
by Hanyuan Zhao
· 5 months ago
a35aa5a
net: dc2114x: get mac address from environment
by Hanyuan Zhao
· 5 months ago
76146b9
net: dc2114x: add support for platforms that don't have pci controllers
by Hanyuan Zhao
· 5 months ago
98ad145
net: lwip: add DHCP support and dhcp commmand
by Jerome Forissier
· 3 months ago
8cb3303
net: introduce alternative implementation as net/lwip/
by Jerome Forissier
· 3 months ago
ce70056
sandbox: add dummy driver ETH_SANDBOX_LWIP
by Jerome Forissier
· 3 months ago
47e544f
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
by Tom Rini
· 3 months ago
371dc06
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· 4 months ago
09eaa40
net: freescale: Drop use of SPL_BUILD dependency
by Simon Glass
· 4 months ago
49e3b57
Merge tag 'u-boot-imx-next-20240925' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
by Tom Rini
· 4 months ago
99abeaa
net: fec_mxc: Skip recv packet process when fec is halted
by Ye Li
· 4 months ago
94d02f1
net: fec_mxc: Fix clk_ref rate on iMX93
by Peng Fan
· 4 months ago
2add54d
Merge patch series "Miscellaneous fixes"
by Tom Rini
· 4 months ago
104e890
net: fec_mxc_init(): do not ignore return status of fec_open()
by Jerome Forissier
· 4 months ago
620c02e
net: ftgmac100: depend on NET
by Jerome Forissier
· 4 months ago
ec571cd
net: phy: ncsi: depend on NET
by Jerome Forissier
· 4 months ago
fd23e80
net: fm: call dtsec_init_phy() only when it is defined
by Jerome Forissier
· 4 months ago
6161eaf
net: gem: Remove undocumented is-internal-pcspma dt flag
by Michal Simek
· 4 months ago
db378b0
driver: net: Add Aspeed AST2700 MDIO support
by Jacky Chou
· 4 months ago
c724f3e
net: ftgmac100: Add Aspeed AST2700 support
by Jacky Chou
· 6 months ago
40c45a5
net: ftgmac100: Modify desc. size to cache line
by Jacky Chou
· 7 months ago
a0f4e43
net: ftgmac100: Fixed NC-SI PHY device cannot get
by Jacky Chou
· 7 months ago
21d5d5e
net: ftgmac100: Fixed the cache coherency issues of rx memory
by Jacky Chou
· 7 months ago
49d8fe0
net: dwc_eth_qos: Add glue driver for Intel MAC
by Philip Oberfichtner
· 6 months ago
2689b14
net: dwc_eth_qos: Implement bind() for PCI devices
by Philip Oberfichtner
· 6 months ago
beabef6
net: dwc_eth_qos: Adapt probe() for PCI devices
by Philip Oberfichtner
· 6 months ago
14b237a
net: dwc_eth_qos: Fix header to be self-contained
by Philip Oberfichtner
· 6 months ago
151b885
net: dwc_eth_qos: mdio: Implement clause 45
by Philip Oberfichtner
· 8 months ago
f4e163e
Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon
by Tom Rini
· 6 months ago
c436095
net: add Qualcomm ESS EDMA adapter
by Robert Marko
· 8 months ago
f3974be
drivers: net: Remove duplicate newlines
by Marek Vasut
· 6 months ago
a2802fe
net: sun8i_emac: add support for the V3s
by Michael Walle
· 8 months ago
475aa83
Merge patch series "mediatek: cumulative trivial fix for OF_UPSTREAM support"
by Tom Rini
· 6 months ago
1223e5b
net: mediatek: handle alternative name for pn_swap property
by Christian Marangi
· 7 months ago
aaebe0d
e1000: add support for i226
by Marjolaine Amate
· 7 months ago
8f25b15
m68k: Rename icache_invalid to invalidate_icache_all
by Tom Rini
· 7 months ago
0da5d22
net: dwc_eth_qos: add support for phy-reset-gpios property
by Heesub Shin
· 9 months ago
b993bd6
bcmgenet: fix Rx buffer corruption caused by lack of cache flush
by Yasuharu Shibata
· 8 months ago
6610375
net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol
by Marek Vasut
· 8 months ago
4031a42
net: phy: Turn default auto-negotiation timeout into Kconfig symbol
by Marek Vasut
· 8 months ago
03de305
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· 8 months ago
d478142
Merge tag 'v2024.07-rc3' into next
by Tom Rini
· 8 months ago
d678a59
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· 8 months ago
b079bd9
net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"
by Matthias Schiffer
· 9 months ago
0898f44
net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()
by Matthias Schiffer
· 9 months ago
48022fb
net: Add drivers for Sysnopsys Ethernet 10G device
by Boon Khai Ng
· 9 months ago
0e407c7
net: Remove <common.h> and add needed includes
by Tom Rini
· 9 months ago
f874dec
board: milkv_duo: Add init code for Milk-V Duo ethernet
by Kongyang Liu
· 9 months ago
c5b8eaf
rockchip: rk3308: Move cru and grf include files to arch-rockchip
by Jonas Karlman
· 9 months ago
6bc81a5
rockchip: rk3308: Sync device tree from linux v6.8
by Jonas Karlman
· 9 months ago
af04f37
Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· 9 months ago
1ef28c5
net: dwc_eth_qos: Add support for st, ext-phyclk property
by Marek Vasut
· 10 months ago
882b228
net: dwc_eth_qos: Add support of STM32MP13xx platform
by Christophe Roullier
· 10 months ago
a440d19
net: dwc_eth_qos: Add DT parsing for STM32MP13xx platform
by Christophe Roullier
· 10 months ago
22265e2
net: dwc_eth_qos: Constify st, eth-* values parsed out of DT
by Marek Vasut
· 10 months ago
2e8f75b
net: dwc_eth_qos: Use consistent logging prints
by Marek Vasut
· 10 months ago
a810aa8
net: dwc_eth_qos: Move log_debug statements on top of case block
by Marek Vasut
· 10 months ago
416592e
net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfield
by Marek Vasut
· 10 months ago
b204c2a
net: dwc_eth_qos: Scrub ifdeffery
by Marek Vasut
· 10 months ago
d100c1a
net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code
by Marek Vasut
· 10 months ago
85d1de9
net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_config
by Marek Vasut
· 10 months ago
3437426
net: dwc_eth_qos: Split STM32 glue into separate file
by Marek Vasut
· 10 months ago
13c1100
net: designware: Pass all multicast frames in designware driver
by Jim Liu
· 9 months ago
3d98b8c
net: designware: Invalidate RX buffer cache before freeing the DMA descriptor
by Jim Liu
· 9 months ago
b4e9b52
net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()
by Patrice Chotard
· 10 months ago
b566f7d
Merge patch series "Introduce ICSSG Ethernet driver"
by Tom Rini
· 9 months ago
8ace084
net: ti: icssg: Add support sending FDB command to update rx_flow_id
by MD Danish Anwar
· 10 months ago
737a668
net: ti: icssg: Add ICSSG ethernet driver
by MD Danish Anwar
· 10 months ago
ff77999
net: ti: icssg: Add icssg queues APIs and macros
by MD Danish Anwar
· 10 months ago
1c05cb4
net: ti: icssg: Add Firmware config and classification APIs.
by MD Danish Anwar
· 10 months ago
8cb5f07
net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.
by MD Danish Anwar
· 10 months ago
0b06527
net: ti: am65-cpsw: Fix buffer overflow
by Michael Walle
· 10 months ago
f12001b
net: dw_eth_qos: Add missing \n in error messages.
by Heinrich Schuchardt
· 10 months ago
9dc7d52
net: fec_mxc: Avoid enable regulator failure
by Ye Li
· 10 months ago
e99a6ef
net: phy: Factor out PHY GPIO reset code
by Marek Vasut
· 10 months ago
85d44e4
e1000: add support for i225-IT
by Marjolaine Amate
· 11 months ago
cc09160
net: phy: ncsi: reslove the unaligned access issue
by Jacky Chou
· 12 months ago
Next »