Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6724fa803d75648805b7b42aa513a24b85cfdb9a
/
drivers
/
net
9c3cf05
net: dwc_eth_qos: Remove obsolete imx8 includes
by Erik Schumacher
· Mon Oct 28 15:30:56 2024 +0000
73c4dc9
net: dwc_eth_qos_imx: Add platform specific reset for i.MX93
by Erik Schumacher
· Mon Oct 28 15:30:17 2024 +0000
bc84dba
net: dwc_eth_qos: Add support for platform specific reset
by Erik Schumacher
· Mon Oct 28 15:29:42 2024 +0000
7bea69e
Merge a patch series to improve dc2114x support
by Tom Rini
· Sun Oct 27 10:15:43 2024 -0600
d674d62
Merge patch series "net: ksz9477: add support for KSZ GbE switches using SPI bus"
by Tom Rini
· Sun Oct 27 10:19:57 2024 -0600
9c26b2d
Merge patch series "Add driver for Motorcomm YT8821 2.5G ethernet phy"
by Tom Rini
· Sun Oct 27 10:19:06 2024 -0600
9a8eb7f
net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
by Jerome Forissier
· Wed Oct 09 11:42:08 2024 +0200
98a124d
net: ksz9477: add support for KSZ GbE switches using SPI bus
by Romain Naour
· Tue Oct 08 09:54:32 2024 +0200
9d3bde3
net: ksz9477: prepare ksz9477 without I2C support
by Romain Naour
· Tue Oct 08 09:54:31 2024 +0200
5d00695
net: ksz9477: rename ksz_i2c_probe() to ksz_probe()
by Romain Naour
· Tue Oct 08 09:54:30 2024 +0200
a4ee694
net: ksz9477: store ksz bus operations functions
by Romain Naour
· Tue Oct 08 09:54:29 2024 +0200
73cb1f4
net: ksz9477: set i2c bus offset length only when needed
by Romain Naour
· Tue Oct 08 09:54:28 2024 +0200
a4ce927
net: ksz9477: rename udevice_id tab to ksz_ids
by Romain Naour
· Tue Oct 08 09:54:27 2024 +0200
e86de9e
net: ksz9477: add KSZ9896 switch support
by Romain Naour
· Tue Oct 08 09:54:26 2024 +0200
8eb44ec
net: ksz9477: remove dev_set_parent_priv() call
by Romain Naour
· Tue Oct 08 09:54:25 2024 +0200
8f62e92
net: ksz9477: move struct ksz_dsa_priv *priv declaration
by Romain Naour
· Tue Oct 08 09:54:24 2024 +0200
63f2cad
net: phy: motorcomm: Add driver for Motorcomm YT8821 2.5G ethernet phy
by Frank Sae
· Thu Sep 12 05:02:25 2024 -0700
8e896f2
net: phy: motorcomm: Optimize phy speed mask to be compatible to YT8821
by Frank Sae
· Thu Sep 12 05:02:24 2024 -0700
53bad6b
net: dc2114x: remove the pass all multicast flag in operation mode settings
by Hanyuan Zhao
· Fri Aug 09 16:57:01 2024 +0800
4e4e1b9
net: dc2114x: allow users to decide how to tx packets according to IP core
by Hanyuan Zhao
· Fri Aug 09 16:57:00 2024 +0800
a34fa7d
net: dc2114x: allow users to decide whether to detect the tx No Carrier errors
by Hanyuan Zhao
· Fri Aug 09 16:56:59 2024 +0800
2e6ec85
net: dc2114x: remove unused lines and change the var and print types
by Hanyuan Zhao
· Fri Aug 09 16:56:58 2024 +0800
b618201
net: dc2114x: add support for CPUs that have cache between the memory and the card
by Hanyuan Zhao
· Fri Aug 09 16:56:57 2024 +0800
66c2861
net: dc2114x: set the card number to start at zero
by Hanyuan Zhao
· Fri Aug 09 16:56:56 2024 +0800
9bea14b
net: dc2114x: get mac address from environment
by Hanyuan Zhao
· Fri Aug 09 16:56:55 2024 +0800
a45684c
net: dc2114x: add support for platforms that don't have pci controllers
by Hanyuan Zhao
· Fri Aug 09 16:56:54 2024 +0800
1ff0036
net: lwip: add DHCP support and dhcp commmand
by Jerome Forissier
· Wed Oct 16 12:04:03 2024 +0200
e0f9551
net: introduce alternative implementation as net/lwip/
by Jerome Forissier
· Wed Oct 16 12:03:59 2024 +0200
537d96a
sandbox: add dummy driver ETH_SANDBOX_LWIP
by Jerome Forissier
· Wed Oct 16 11:56:24 2024 +0200
97799bc
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
by Tom Rini
· Fri Oct 11 12:23:25 2024 -0600
7ec2413
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:48 2024 -0600
d4bcfed
net: freescale: Drop use of SPL_BUILD dependency
by Simon Glass
· Sun Sep 29 19:49:27 2024 -0600
239722c
Merge tag 'u-boot-imx-next-20240925' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
by Tom Rini
· Wed Sep 25 08:21:40 2024 -0600
593070f
net: fec_mxc: Skip recv packet process when fec is halted
by Ye Li
· Tue Sep 24 15:32:00 2024 +0800
0c615f3
net: fec_mxc: Fix clk_ref rate on iMX93
by Peng Fan
· Tue Sep 24 15:31:59 2024 +0800
4e2e7a8
Merge patch series "Miscellaneous fixes"
by Tom Rini
· Tue Sep 24 10:11:59 2024 -0600
be3d47e
net: fec_mxc_init(): do not ignore return status of fec_open()
by Jerome Forissier
· Wed Sep 11 11:58:23 2024 +0200
69c5b05
net: ftgmac100: depend on NET
by Jerome Forissier
· Wed Sep 11 11:58:21 2024 +0200
116815f
net: phy: ncsi: depend on NET
by Jerome Forissier
· Wed Sep 11 11:58:20 2024 +0200
edb410b
net: fm: call dtsec_init_phy() only when it is defined
by Jerome Forissier
· Wed Sep 11 11:58:18 2024 +0200
6a29dcb
net: gem: Remove undocumented is-internal-pcspma dt flag
by Michal Simek
· Fri Sep 13 09:37:38 2024 +0200
2882620
driver: net: Add Aspeed AST2700 MDIO support
by Jacky Chou
· Tue Sep 10 15:49:34 2024 +0800
65909ec
net: ftgmac100: Add Aspeed AST2700 support
by Jacky Chou
· Mon Jul 08 14:07:18 2024 +0800
a3e259b
net: ftgmac100: Modify desc. size to cache line
by Jacky Chou
· Fri Jun 28 17:38:50 2024 +0800
7c01153
net: ftgmac100: Fixed NC-SI PHY device cannot get
by Jacky Chou
· Fri Jun 28 15:14:45 2024 +0800
69d5707
net: ftgmac100: Fixed the cache coherency issues of rx memory
by Jacky Chou
· Thu Jun 27 14:26:00 2024 +0800
4246035
net: dwc_eth_qos: Add glue driver for Intel MAC
by Philip Oberfichtner
· Fri Aug 02 11:25:39 2024 +0200
6f47364
net: dwc_eth_qos: Implement bind() for PCI devices
by Philip Oberfichtner
· Fri Aug 02 11:25:38 2024 +0200
d6d22da
net: dwc_eth_qos: Adapt probe() for PCI devices
by Philip Oberfichtner
· Fri Aug 02 11:25:37 2024 +0200
091338f
net: dwc_eth_qos: Fix header to be self-contained
by Philip Oberfichtner
· Fri Aug 02 11:25:36 2024 +0200
abed372
net: dwc_eth_qos: mdio: Implement clause 45
by Philip Oberfichtner
· Tue May 07 11:42:37 2024 +0200
5690c25
Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon
by Tom Rini
· Thu Jul 25 18:04:16 2024 -0600
ea1b88b
net: add Qualcomm ESS EDMA adapter
by Robert Marko
· Mon Jun 03 14:06:15 2024 +0200
618e136
drivers: net: Remove duplicate newlines
by Marek Vasut
· Sat Jul 20 14:40:45 2024 +0200
1b3b9a4
net: sun8i_emac: add support for the V3s
by Michael Walle
· Mon May 13 22:56:09 2024 +0200
58ba335
Merge patch series "mediatek: cumulative trivial fix for OF_UPSTREAM support"
by Tom Rini
· Mon Jul 08 11:56:59 2024 -0600
50ba7a5
net: mediatek: handle alternative name for pn_swap property
by Christian Marangi
· Mon Jun 24 23:03:30 2024 +0200
0cef780
e1000: add support for i226
by Marjolaine Amate
· Mon Jun 24 19:15:32 2024 +0000
f8628fa
m68k: Rename icache_invalid to invalidate_icache_all
by Tom Rini
· Wed Jun 19 15:27:54 2024 -0600
57a8884
net: dwc_eth_qos: add support for phy-reset-gpios property
by Heesub Shin
· Sun Apr 28 23:24:05 2024 +0900
1f79d01
bcmgenet: fix Rx buffer corruption caused by lack of cache flush
by Yasuharu Shibata
· Sun Jun 02 17:24:03 2024 +0900
e4d70fd
net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol
by Marek Vasut
· Fri May 31 18:47:17 2024 +0200
2070c1a
net: phy: Turn default auto-negotiation timeout into Kconfig symbol
by Marek Vasut
· Fri May 31 18:47:16 2024 +0200
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· Mon May 20 13:35:03 2024 -0600
cb40ccc
Merge tag 'v2024.07-rc3' into next
by Tom Rini
· Mon May 20 10:16:33 2024 -0600
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· Sat May 18 20:20:43 2024 -0600
9ee004a
net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"
by Matthias Schiffer
· Fri Apr 26 10:02:26 2024 +0200
ac70b87
net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()
by Matthias Schiffer
· Fri Apr 26 10:02:25 2024 +0200
dc7aa6f
net: Add drivers for Sysnopsys Ethernet 10G device
by Boon Khai Ng
· Wed Apr 17 15:46:56 2024 +0800
6a1ea38
net: Remove <common.h> and add needed includes
by Tom Rini
· Wed May 01 19:31:02 2024 -0600
1fbf86c
board: milkv_duo: Add init code for Milk-V Duo ethernet
by Kongyang Liu
· Sat Apr 20 15:00:27 2024 +0800
0333e3b
rockchip: rk3308: Move cru and grf include files to arch-rockchip
by Jonas Karlman
· Mon Apr 08 18:14:11 2024 +0000
c8c2009
rockchip: rk3308: Sync device tree from linux v6.8
by Jonas Karlman
· Mon Apr 08 18:14:07 2024 +0000
83e007c
Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· Fri Apr 19 07:28:43 2024 -0600
6c4b245
net: dwc_eth_qos: Add support for st, ext-phyclk property
by Marek Vasut
· Tue Mar 26 13:07:32 2024 +0100
25a1686
net: dwc_eth_qos: Add support of STM32MP13xx platform
by Christophe Roullier
· Tue Mar 26 13:07:31 2024 +0100
033dc76
net: dwc_eth_qos: Add DT parsing for STM32MP13xx platform
by Christophe Roullier
· Tue Mar 26 13:07:30 2024 +0100
e77fa87
net: dwc_eth_qos: Constify st, eth-* values parsed out of DT
by Marek Vasut
· Tue Mar 26 13:07:29 2024 +0100
5a1640e
net: dwc_eth_qos: Use consistent logging prints
by Marek Vasut
· Tue Mar 26 13:07:28 2024 +0100
d5e1768
net: dwc_eth_qos: Move log_debug statements on top of case block
by Marek Vasut
· Tue Mar 26 13:07:27 2024 +0100
577f46b
net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfield
by Marek Vasut
· Tue Mar 26 13:07:26 2024 +0100
b14101c
net: dwc_eth_qos: Scrub ifdeffery
by Marek Vasut
· Tue Mar 26 13:07:25 2024 +0100
7595bfc
net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue code
by Marek Vasut
· Tue Mar 26 13:07:24 2024 +0100
944ba37
net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_config
by Marek Vasut
· Tue Mar 26 13:07:23 2024 +0100
426ca62
net: dwc_eth_qos: Split STM32 glue into separate file
by Marek Vasut
· Tue Mar 26 13:07:22 2024 +0100
4ef2a11
net: designware: Pass all multicast frames in designware driver
by Jim Liu
· Mon Apr 08 16:50:17 2024 +0800
1f031a0
net: designware: Invalidate RX buffer cache before freeing the DMA descriptor
by Jim Liu
· Mon Apr 08 16:49:02 2024 +0800
7b1baf3
net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()
by Patrice Chotard
· Fri Apr 05 18:15:29 2024 +0200
2353e50
Merge patch series "Introduce ICSSG Ethernet driver"
by Tom Rini
· Fri Apr 12 13:54:51 2024 -0600
6b8c29e
net: ti: icssg: Add support sending FDB command to update rx_flow_id
by MD Danish Anwar
· Thu Apr 04 12:38:03 2024 +0530
dd18b89
net: ti: icssg: Add ICSSG ethernet driver
by MD Danish Anwar
· Thu Apr 04 12:38:02 2024 +0530
6712abb
net: ti: icssg: Add icssg queues APIs and macros
by MD Danish Anwar
· Thu Apr 04 12:38:01 2024 +0530
89d709b
net: ti: icssg: Add Firmware config and classification APIs.
by MD Danish Anwar
· Thu Apr 04 12:38:00 2024 +0530
92802f8
net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.
by MD Danish Anwar
· Thu Apr 04 12:37:59 2024 +0530
2e9cacb
net: ti: am65-cpsw: Fix buffer overflow
by Michael Walle
· Wed Apr 03 16:31:55 2024 +0200
ccb51b4
net: dw_eth_qos: Add missing \n in error messages.
by Heinrich Schuchardt
· Tue Apr 02 10:39:34 2024 +0200
221dff5
net: fec_mxc: Avoid enable regulator failure
by Ye Li
· Thu Mar 28 18:57:59 2024 +0800
cf54eeb
net: phy: Factor out PHY GPIO reset code
by Marek Vasut
· Mon Mar 18 15:57:01 2024 +0100
e491335
e1000: add support for i225-IT
by Marjolaine Amate
· Mon Mar 04 16:23:38 2024 +0100
13fddd5
net: phy: ncsi: reslove the unaligned access issue
by Jacky Chou
· Mon Feb 05 16:13:23 2024 +0800
Next »