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: 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
*
net: dc2114x: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-07-25
1
-2
/
+2
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
21
-22
/
+22
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
21
-22
/
+22
*
treewide: remove (phys_addr_t) casts from devfdt_get_addr()
Masahiro Yamada
2020-07-20
5
-5
/
+5
*
treewide: convert bd_t to struct bd_info manually
Masahiro Yamada
2020-07-17
3
-4
/
+4
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
44
-79
/
+82
*
net: ti: am65-cpsw-nuss: Update driver to use kernel DT
Vignesh Raghavendra
2020-07-13
1
-1
/
+1
*
net: ti: am65-cpsw-nuss: Set ALE default thread enable
Vignesh Raghavendra
2020-07-13
1
-0
/
+6
*
net: ti: am65-cpsw-nuss: Remove dead code
Vignesh Raghavendra
2020-07-13
1
-7
/
+0
*
net: mvpp2: fix second cp110 initialization
Sven Auhagen
2020-07-09
1
-29
/
+34
*
net: smc911x: Properly handle EEPROM MAC address
Andre Przywara
2020-07-07
1
-24
/
+36
*
net: designware: s700: Add glue code for S700 mac
Amit Singh Tomar
2020-07-07
3
-0
/
+75
*
net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...
Amit Singh Tomar
2020-07-07
2
-0
/
+44
*
net: phy: realtek: Add support for RTL8201F PHY module.
Amit Singh Tomar
2020-07-07
1
-0
/
+20
*
net: dwc_eth_qos: update the compatible supported for STM32
Patrick Delaunay
2020-07-07
1
-1
/
+1
*
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2020-06-30
1
-0
/
+1
|
\
|
*
net: pcnet: Add Kconfig entries
Marek Vasut
2020-06-29
1
-0
/
+6
|
*
net: pcnet: Add DM support
Marek Vasut
2020-06-29
1
-1
/
+126
|
*
net: pcnet: Split common and non-DM functions
Marek Vasut
2020-06-29
1
-55
/
+94
|
*
net: pcnet: Wrap name and enetaddr into private data
Marek Vasut
2020-06-29
1
-15
/
+19
|
*
net: pcnet: Wrap iobase into private data
Marek Vasut
2020-06-29
1
-57
/
+46
|
*
net: pcnet: Pass private data through dev->priv
Marek Vasut
2020-06-29
1
-10
/
+10
|
*
net: pcnet: Wrap devbusfn into private data
Marek Vasut
2020-06-29
1
-10
/
+9
|
*
net: pcnet: Drop useless forward declarations
Marek Vasut
2020-06-29
1
-6
/
+0
|
*
net: pcnet: Move initialize function at the end
Marek Vasut
2020-06-29
1
-91
/
+89
|
*
net: pcnet: Move private data allocation to initialize
Marek Vasut
2020-06-29
1
-13
/
+14
|
*
net: pcnet: Replace memset+malloc with calloc
Marek Vasut
2020-06-29
1
-2
/
+1
|
*
net: pcnet: Simplify private data allocation
Marek Vasut
2020-06-29
1
-21
/
+12
|
*
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-29
1
-1
/
+1
|
*
net: pcnet: Drop PCNET_HAS_PROM
Marek Vasut
2020-06-29
1
-5
/
+0
|
*
net: pcnet: Drop typedef struct pcnet_priv_t
Marek Vasut
2020-06-29
1
-5
/
+5
*
|
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-06-29
1
-2
/
+2
*
|
Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-06-25
5
-7
/
+15
|
\
\
|
*
|
net: xilinx: axi_emac: Fix endless loop when no PHYs are connected
Patrick van Gelder
2020-06-24
1
-1
/
+2
|
*
|
net: gem: Disable PCS autonegotiation in case of fixed-link
Michal Simek
2020-06-24
1
-0
/
+4
|
|
/
|
*
net: fec: Allow the PHY node to be retrieved
Fabio Estevam
2020-06-22
2
-2
/
+6
|
*
phy: atheros: ar8035: Fix clock output calculation
Fabio Estevam
2020-06-22
1
-4
/
+3
*
|
Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...
Tom Rini
2020-06-20
3
-836
/
+1065
|
\
\
|
*
|
net: pcnet: Add Kconfig entries
Marek Vasut
2020-06-18
1
-0
/
+6
|
*
|
net: pcnet: Add DM support
Marek Vasut
2020-06-18
1
-1
/
+126
|
*
|
net: pcnet: Split common and non-DM functions
Marek Vasut
2020-06-18
1
-55
/
+94
|
*
|
net: pcnet: Wrap name and enetaddr into private data
Marek Vasut
2020-06-18
1
-15
/
+19
|
*
|
net: pcnet: Wrap iobase into private data
Marek Vasut
2020-06-18
1
-57
/
+46
|
*
|
net: pcnet: Pass private data through dev->priv
Marek Vasut
2020-06-18
1
-10
/
+10
|
*
|
net: pcnet: Wrap devbusfn into private data
Marek Vasut
2020-06-18
1
-10
/
+9
|
*
|
net: pcnet: Drop useless forward declarations
Marek Vasut
2020-06-18
1
-6
/
+0
|
*
|
net: pcnet: Move initialize function at the end
Marek Vasut
2020-06-18
1
-91
/
+89
[next]