Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b1a8bb02cb2c60050767f1eacc0d40b92a2b5c81
/
drivers
/
net
8907773
net: dwc_eth_qos: Pad descriptors to cacheline size
by Marek Vasut
· Thu Jan 07 11:12:16 2021 +0100
e034d88
net: ks8851: Reset internal RXFC count on bad packet
by Marek Vasut
· Wed Jan 06 15:16:01 2021 +0100
55ae590
net: ftgmac100: Read and retain MAC address
by Hongwei Zhang
· Thu Dec 10 18:11:09 2020 -0500
9635e2d
net: e1000: implement eth_write_hwaddr for DM_ETH
by Ian Ray
· Wed Nov 04 17:26:01 2020 +0100
34394ba
net: macb: Add phy address to read it from device tree
by Padmarao Begari
· Fri Jan 15 08:20:37 2021 +0530
7a2c496
net: macb: Add DMA 64-bit address support for macb
by Padmarao Begari
· Fri Jan 15 08:20:36 2021 +0530
69d1ddb
common: board_r: Drop initr_bbmii wrapper
by Ovidiu Panait
· Sat Nov 28 10:43:17 2020 +0200
c0649b5
net: designware: socfpga: Add ATF support for MAC driver
by Chee Hong Ang
· Thu Dec 24 18:21:05 2020 +0800
bb721de
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· Tue Jan 05 22:34:43 2021 -0500
e6256ce
Merge tag 'v2021.01-rc5' into next
by Tom Rini
· Tue Jan 05 16:20:26 2021 -0500
a7ece58
dm: core: Access device ofnode through functions
by Simon Glass
· Sat Dec 19 10:40:14 2020 -0700
9558862
dm: Use access methods for dev/uclass private data
by Simon Glass
· Tue Dec 22 19:30:28 2020 -0700
3e14a22
net: Update to use new sequence numbers
by Simon Glass
· Wed Dec 16 21:20:16 2020 -0700
7f4dadf
octeon: Don't attempt to set the sequence number
by Simon Glass
· Wed Dec 16 21:20:14 2020 -0700
75e534b
dm: Avoid accessing seq directly
by Simon Glass
· Wed Dec 16 21:20:07 2020 -0700
b75b15b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· Thu Dec 03 16:55:23 2020 -0700
aad29ae
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· Thu Dec 03 16:55:21 2020 -0700
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
6996c66
dm: Remove uses of device_bind_offset()
by Simon Glass
· Sat Nov 28 17:50:03 2020 -0700
f846537
dm: core: Rename device_bind() to device_bind_offset()
by Simon Glass
· Sat Nov 28 17:50:00 2020 -0700
b9eeb08
net: pfe_eth: read PFE ESBC header flash with spi_flash_read API
by Biwen Li
· Thu Nov 05 19:28:12 2020 +0800
ccb5d5d
armv8: lx2162a: Add Soc changes to support LX2162A
by Meenakshi Aggarwal
· Thu Oct 29 19:16:16 2020 +0530
f5ddc84
drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to Kconfig
by Meenakshi Aggarwal
· Thu Oct 29 19:16:15 2020 +0530
8530bb4
net: ks8851: Implement EEPROM MAC address readout
by Marek Vasut
· Thu Oct 08 15:14:17 2020 +0200
9a2cdfc
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· Thu Oct 29 09:10:24 2020 -0400
912f2d8
net: lx2160a.c: Update to set ECx_PMUX precedence
by Razvan Ionut Cirjan
· Fri Oct 23 16:20:38 2020 +0530
d0a2d6f
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
by Tom Rini
· Thu Oct 22 20:32:02 2020 -0400
90dfaeb
net: Add IPQ40xx MDIO driver
by Robert Marko
· Thu Oct 08 22:05:11 2020 +0200
b41f247
net: sun8i-emac: Lower MDIO frequency
by Andre Przywara
· Mon Jul 06 01:40:45 2020 +0100
b3ce85c
net: sun8i-emac: Make internal PHY handling more robust
by Andre Przywara
· Wed Oct 21 23:27:32 2020 +0530
5942282
net: sun8i_emac: Simplify and fix error handling for RX
by Andre Przywara
· Mon Jul 06 01:40:43 2020 +0100
6bdc70e
net: sun8i_emac: Fix MAC soft reset
by Andre Przywara
· Mon Jul 06 01:40:42 2020 +0100
4ab675e
net: sun8i_emac: Fix overlong lines
by Andre Przywara
· Mon Jul 06 01:40:41 2020 +0100
2e7dd26
net: sun8i_emac: Wrap and simplify cache maintenance operations
by Andre Przywara
· Mon Jul 06 01:40:40 2020 +0100
1fae838
net: sun8i_emac: Drop unneeded cache invalidation before sending
by Andre Przywara
· Mon Jul 06 01:40:39 2020 +0100
8cd8960
net: sun8i_emac: Reduce cache maintenance on TX descriptor init
by Andre Przywara
· Mon Jul 06 01:40:38 2020 +0100
7408b09
net: sun8i_emac: Improve cache maintenance on RX descriptor init
by Andre Przywara
· Mon Jul 06 01:40:37 2020 +0100
e6e29cc
net: sun8i_emac: Name magic bits and simplify read-modify-write calls
by Andre Przywara
· Mon Jul 06 01:40:36 2020 +0100
f58d83c
net: sun8i_emac: Remove pointless wrapper functions
by Andre Przywara
· Wed Oct 21 23:21:42 2020 +0530
0dd619b
net: sun8i_emac: Simplify mdio_read/mdio_write functions
by Andre Przywara
· Mon Jul 06 01:40:34 2020 +0100
df6f271
net: sun8i_emac: Don't hand out TX descriptor too early
by Andre Przywara
· Mon Jul 06 01:40:33 2020 +0100
874145f
net: sun8i-emac: Bail out on PHY error
by Andre Przywara
· Mon Jul 06 01:40:32 2020 +0100
eba9951
net: ldpaa_eth: Include device_compat.h
by Sean Anderson
· Sun Oct 04 21:39:46 2020 -0400
344a33b
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
by Tom Rini
· Wed Oct 14 13:51:56 2020 -0400
7c7b3c9
net: e1000: add defaults for i210 TX/RX PBSIZE
by Christian Gmeiner
· Tue Oct 06 16:08:35 2020 +0200
8666ae8
net: Add NIC controller driver for OcteonTX2
by Suneel Garapati
· Wed Aug 26 14:37:42 2020 +0200
53dc448
net: Add NIC controller driver for OcteonTX
by Suneel Garapati
· Wed Aug 26 14:37:33 2020 +0200
d776a84
dm: add cells_count parameter in *_count_phandle_with_args
by Patrick Delaunay
· Fri Sep 25 09:41:14 2020 +0200
38ae92e
Merge branch 'next'
by Tom Rini
· Mon Oct 05 13:05:46 2020 -0400
65a747d
Revert "net: smc911x: Automatically Update ethaddr with MAC"
by Tom Rini
· Thu Oct 01 14:51:58 2020 -0400
2a46a2e
Merge branch 'next' of git://git.denx.de/u-boot-sh into next
by Tom Rini
· Thu Oct 01 10:29:39 2020 -0400
9e6ed38
net: dwc_eth_qos: Convert to use APIs which support live DT
by Patrick Delaunay
· Wed Sep 09 18:30:06 2020 +0200
6a6e36d
net: smc911x: Automatically Update ethaddr with MAC
by Adam Ford
· Tue Aug 18 08:19:02 2020 -0500
22bb377
net: ftgmac100: Add support for board specific PHY interface address
by Thirupathaiah Annapureddy
· Mon Aug 17 17:08:26 2020 -0700
ed1a74e
net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xx
by Heiko Stuebner
· Tue Jun 09 15:37:40 2020 +0200
78734f2
net: phy: mscc: make clock-output configurable on vsc85xx
by Heiko Stuebner
· Tue Jun 09 15:37:39 2020 +0200
8e3d3be
net: ti: cpsw: Fix not calling dev_dbg with a device
by Sean Anderson
· Tue Sep 15 10:45:01 2020 -0400
4702aa2
net: sun8i_emac: Fix not calling dev_xxx with a device
by Sean Anderson
· Tue Sep 15 10:45:00 2020 -0400
6276478
net: sunxi: Fix not calling dev_xxx with a device
by Sean Anderson
· Tue Sep 15 10:44:59 2020 -0400
c7cbf09
net: mvpp2: Convert netdev_xxx to dev_xxx
by Sean Anderson
· Tue Sep 15 10:44:57 2020 -0400
77a8879
net: mvpp2: Fix not calling dev_xxx with a device
by Sean Anderson
· Tue Sep 15 10:44:56 2020 -0400
ecbbddf
net: mvneta: Convert netdev_xxx to dev_xxx
by Sean Anderson
· Tue Sep 15 10:44:55 2020 -0400
e0d0004
net: mvneta: Fix not always calling dev_err with a device
by Sean Anderson
· Tue Sep 15 10:44:54 2020 -0400
2340c83
net: bcm6368: Fix not calling dev_info with a device
by Sean Anderson
· Tue Sep 15 10:44:52 2020 -0400
a7da6da
net: ravb: Remove writeext function call
by Biju Das
· Tue Sep 22 07:51:41 2020 +0100
a009ab3
net: pfe_eth: Remove non-DM code check from pfe_spi_flash_init
by Kuldeep Singh
· Fri Sep 11 16:36:49 2020 +0530
b363eca
net: pfe_eth: Fix resoure leak in pfe_spi_flash_init
by Kuldeep Singh
· Fri Sep 11 16:36:48 2020 +0530
13763ee
driver: net: fm: add support for XFI
by Madalin Bucur
· Fri Sep 11 10:24:09 2020 +0300
3e49ed6
ls1012a, pfe_eth: Update probe to avoid resource leak
by Chaitanya Sakinam
· Thu Sep 10 16:50:54 2020 +0530
b3fc494
ls1012a, pfe_eth: correction in delay implementation
by Chaitanya Sakinam
· Thu Sep 10 16:50:53 2020 +0530
537458b
drivers: net: phy: Use Aquantia driver for AQR113C
by Madalin Bucur
· Thu Sep 10 13:23:39 2020 +0300
1d31683
drivers: net: ldpaa_eth: lx2160a: fix bug in checking if a DPMAC is enabled
by Grigore Popescu
· Thu Sep 10 12:59:03 2020 +0300
01c102d
Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Thu Sep 24 08:33:47 2020 -0400
5966b6d
net: tsec: Add the compatible string "gianfar" support
by Hou Zhiqiang
· Thu Jul 16 18:09:14 2020 +0800
1addbbf
net: tsec: Add fixed-link PHY support
by Hou Zhiqiang
· Thu Jul 16 18:09:13 2020 +0800
d35de97
net: tsec: convert to use DM_MDIO when DM_ETH enabled
by Hou Zhiqiang
· Thu Jul 16 18:09:12 2020 +0800
0a35579
net: fsl_mdio: Correct the MII management register block address
by Hou Zhiqiang
· Thu Jul 16 18:09:11 2020 +0800
5d4831a
net: fsl_mdio: Change to use virtual address
by Hou Zhiqiang
· Thu Jul 16 18:09:10 2020 +0800
fb73b12
phy: make phy_connect_fixed work with a null mdio bus
by Vladimir Oltean
· Thu Jul 16 18:09:08 2020 +0800
f29a570
net: xilinx: axi_emac: Typecast flush_cache arguments
by Ashok Reddy Soma
· Thu Sep 03 08:36:44 2020 -0600
91d455a
net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warnings
by Ashok Reddy Soma
· Thu Sep 03 08:36:43 2020 -0600
8ec9066
net: gem: Add support for more PHYs on MDIO bus
by Michal Simek
· Mon May 30 10:43:11 2016 +0200
594a7f0
Merge branch 'master' into next
by Tom Rini
· Mon Sep 21 14:25:37 2020 -0400
41b64a8
net, qe: add DM support for QE UEC ethernet
by Heiko Schocher
· Thu Feb 06 09:48:16 2020 +0100
165c06a
bcmgenet: Add support for rgmii-rxid
by Jason Wessel
· Fri Jul 17 06:32:00 2020 -0700
80f8013
bcmgenet: fix DMA buffer management
by Jason Wessel
· Fri Jul 17 06:31:59 2020 -0700
c28665d
xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers
by Michal Simek
· Thu Aug 06 15:18:36 2020 +0200
6808390
net: dwc_eth_qos: add Kconfig option to select supported configuration
by Patrick Delaunay
· Mon Jun 08 11:27:19 2020 +0200
45a145d
net: Drop duplicate include of dm.h in pcnet.c
by Simon Glass
· Sun Jul 19 10:15:58 2020 -0600
f6f0ccb
eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driver
by developer
· Fri Jun 19 19:17:16 2020 +0800
049d114
Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig
by Adam Ford
· Fri Jul 03 08:27:12 2020 -0500
e96aa95
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· Mon Jul 27 15:18:15 2020 -0400
48de37a
Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Mon Jul 27 11:15:37 2020 -0400
0c701e5
armv8: ls1012a: RGMII ports require internal delay
by Chaitanya Sakinam
· Tue Jun 09 16:21:48 2020 +0530
14e956f
net: pfe_eth: Use spi_flash_read API to access flash memory
by Kuldeep Singh
· Thu May 28 11:42:53 2020 +0530
a89b4de
treewide: convert devfdt_get_addr() to dev_read_addr()
by Masahiro Yamada
· Fri Jul 17 14:36:48 2020 +0900
236eee8
treewide: remove (phys_addr_t) casts from devfdt_get_addr()
by Masahiro Yamada
· Fri Jul 17 14:36:47 2020 +0900
1d6c738
net: dc2114x: Add DM support
by Marek Vasut
· Wed Jul 08 07:26:14 2020 +0200
Next »