index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
net: sun8i_emac: Fix not calling dev_xxx with a device
Sean Anderson
2020-09-30
1
-4
/
+5
|
*
|
net: sunxi: Fix not calling dev_xxx with a device
Sean Anderson
2020-09-30
1
-2
/
+3
|
*
|
net: mvpp2: Convert netdev_xxx to dev_xxx
Sean Anderson
2020-09-30
1
-31
/
+33
|
*
|
net: mvpp2: Fix not calling dev_xxx with a device
Sean Anderson
2020-09-30
1
-11
/
+12
|
*
|
net: mvneta: Convert netdev_xxx to dev_xxx
Sean Anderson
2020-09-30
1
-24
/
+28
|
*
|
net: mvneta: Fix not always calling dev_err with a device
Sean Anderson
2020-09-30
1
-2
/
+2
|
*
|
net: bcm6368: Fix not calling dev_info with a device
Sean Anderson
2020-09-30
1
-2
/
+1
|
|
/
|
*
Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-09-24
2
-18
/
+40
|
|
\
|
|
*
net: xilinx: axi_emac: Typecast flush_cache arguments
Ashok Reddy Soma
2020-09-23
1
-6
/
+6
|
|
*
net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warnings
Ashok Reddy Soma
2020-09-23
1
-12
/
+24
|
|
*
net: gem: Add support for more PHYs on MDIO bus
Michal Simek
2020-09-23
1
-0
/
+10
|
*
|
net: tsec: Add the compatible string "gianfar" support
Hou Zhiqiang
2020-09-24
1
-2
/
+14
|
*
|
net: tsec: Add fixed-link PHY support
Hou Zhiqiang
2020-09-24
1
-1
/
+4
|
*
|
net: tsec: convert to use DM_MDIO when DM_ETH enabled
Hou Zhiqiang
2020-09-24
1
-33
/
+5
|
*
|
net: fsl_mdio: Correct the MII management register block address
Hou Zhiqiang
2020-09-24
1
-6
/
+22
|
*
|
net: fsl_mdio: Change to use virtual address
Hou Zhiqiang
2020-09-24
1
-1
/
+1
|
*
|
phy: make phy_connect_fixed work with a null mdio bus
Vladimir Oltean
2020-09-24
1
-2
/
+2
|
*
|
Merge branch 'master' into next
Tom Rini
2020-09-21
1
-9
/
+11
|
|
\
|
|
*
|
net, qe: add DM support for QE UEC ethernet
Heiko Schocher
2020-09-17
10
-0
/
+2688
*
|
|
net: pfe_eth: Remove non-DM code check from pfe_spi_flash_init
Kuldeep Singh
2020-09-24
1
-11
/
+5
*
|
|
net: pfe_eth: Fix resoure leak in pfe_spi_flash_init
Kuldeep Singh
2020-09-24
1
-0
/
+4
*
|
|
driver: net: fm: add support for XFI
Madalin Bucur
2020-09-24
1
-1
/
+2
*
|
|
ls1012a, pfe_eth: Update probe to avoid resource leak
Chaitanya Sakinam
2020-09-24
1
-11
/
+6
*
|
|
ls1012a, pfe_eth: correction in delay implementation
Chaitanya Sakinam
2020-09-24
1
-2
/
+3
*
|
|
drivers: net: phy: Use Aquantia driver for AQR113C
Madalin Bucur
2020-09-24
1
-0
/
+15
*
|
|
drivers: net: ldpaa_eth: lx2160a: fix bug in checking if a DPMAC is enabled
Grigore Popescu
2020-09-24
1
-2
/
+2
|
|
/
|
/
|
*
|
bcmgenet: Add support for rgmii-rxid
Jason Wessel
2020-09-08
1
-1
/
+2
*
|
bcmgenet: fix DMA buffer management
Jason Wessel
2020-09-08
1
-8
/
+9
|
/
*
xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers
Michal Simek
2020-08-20
1
-3
/
+3
*
net: dwc_eth_qos: add Kconfig option to select supported configuration
Patrick Delaunay
2020-08-04
2
-6
/
+33
*
net: Drop duplicate include of dm.h in pcnet.c
Simon Glass
2020-08-03
1
-1
/
+0
*
eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driver
MarkLee
2020-07-28
2
-1
/
+3
*
Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig
Adam Ford
2020-07-28
1
-0
/
+6
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
2020-07-27
2
-2
/
+45
|
\
|
*
armv8: ls1012a: RGMII ports require internal delay
Chaitanya Sakinam
2020-07-27
1
-1
/
+1
|
*
net: pfe_eth: Use spi_flash_read API to access flash memory
Kuldeep Singh
2020-07-27
1
-1
/
+44
*
|
Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-07-27
21
-22
/
+22
|
\
\
|
*
|
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
21
-22
/
+22
|
*
|
treewide: remove (phys_addr_t) casts from devfdt_get_addr()
Masahiro Yamada
2020-07-25
5
-5
/
+5
|
|
/
*
|
net: dc2114x: Add DM support
Marek Vasut
2020-07-25
1
-2
/
+145
*
|
net: dc2114x: Split common parts of non-DM functions out
Marek Vasut
2020-07-25
1
-50
/
+67
*
|
net: dc2114x: Split RX path
Marek Vasut
2020-07-25
1
-24
/
+43
*
|
net: dc2114x: Add RX/TX rings into the private data
Marek Vasut
2020-07-25
1
-46
/
+46
*
|
net: dc2114x: Pass PCI BDF into phys_to_bus()
Marek Vasut
2020-07-25
1
-13
/
+16
*
|
net: dc2114x: Pass private data around
Marek Vasut
2020-07-25
1
-64
/
+71
*
|
net: dc2114x: Introduce private data
Marek Vasut
2020-07-25
1
-7
/
+18
*
|
net: dc2114x: Use standard I/O accessors
Marek Vasut
2020-07-25
1
-2
/
+3
*
|
net: dc2114x: Drop update_srom()
Marek Vasut
2020-07-25
1
-91
/
+0
*
|
net: dc2114x: Add Kconfig entries
Marek Vasut
2020-07-25
1
-0
/
+6
*
|
net: dc2114x: Support all DC2114x
Marek Vasut
2020-07-25
1
-9
/
+0
[prev]
[next]