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
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
8
-28
/
+35
*
common: Drop image.h from common header
Simon Glass
2020-05-18
7
-0
/
+7
*
common: Drop part.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
32
-0
/
+40
*
rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
Trevor Woerner
2020-05-15
2
-2
/
+2
*
rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
Trevor Woerner
2020-05-15
2
-2
/
+2
*
net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII
Nicolas Saenz Julienne
2020-05-12
1
-1
/
+4
*
Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-05-11
1
-0
/
+4
|
\
|
*
net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii mode
Murali Karicheri
2020-05-09
1
-0
/
+4
*
|
eQos: Implement the read_rom_hwaddr callback
Ye Li
2020-05-10
1
-0
/
+11
*
|
fec: Move imx_get_mac_from_fuse declare to imx file
Ye Li
2020-05-10
1
-2
/
+0
*
|
net: eqos: implement callbaks to get interface and set txclk rate
Fugang Duan
2020-05-10
1
-3
/
+52
*
|
net: dwc_eth_qos: add dwc eqos for imx support
Fugang Duan
2020-05-10
1
-14
/
+171
*
|
net: phy: realtek: add rx delay support for RTL8211F
Fugang Duan
2020-05-10
1
-0
/
+11
*
|
net: Update eQos driver and FEC driver to use eth phy interfaces
Ye Li
2020-05-10
2
-16
/
+45
*
|
net: Add eth phy generic driver for shared MDIO
Ye Li
2020-05-10
3
-0
/
+129
*
|
net: fec: add fuse check
Peng Fan
2020-05-10
1
-0
/
+14
|
/
*
phy: atheros: consolidate {ar8031|ar8035}_config()
Michael Walle
2020-05-07
1
-27
/
+3
*
phy: atheros: ar8035: remove static clock config
Michael Walle
2020-05-07
1
-13
/
+0
*
phy: atheros: add device tree bindings and config
Michael Walle
2020-05-07
1
-2
/
+222
*
phy: atheros: move delay config to common function
Michael Walle
2020-05-07
1
-16
/
+22
*
phy: atheros: introduce debug read and write functions
Michael Walle
2020-05-07
1
-16
/
+41
*
phy: atheros: use defines for PHY IDs
Michael Walle
2020-05-07
1
-3
/
+7
*
phy: atheros: fix AR8021 PHY ID mask
Michael Walle
2020-05-07
1
-1
/
+1
*
phy: atheros: Clarify the intention of ar8021_config
Vladimir Oltean
2020-05-07
1
-4
/
+4
*
phy: atheros: Explicitly disable RGMII delays
Vladimir Oltean
2020-05-07
1
-0
/
+8
*
phy: atheros: Clarify the configuration of the CLK_25M output pin
Vladimir Oltean
2020-05-07
1
-5
/
+14
*
phy: atheros: Use common functions for RGMII internal delays
Vladimir Oltean
2020-05-07
1
-28
/
+41
*
phy: atheros: Make RGMII Tx delays actually configurable for AR8035
Vladimir Oltean
2020-05-07
1
-4
/
+0
*
Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-05-04
3
-2
/
+72
|
\
|
*
net: fec: Add possibility to enable TXC delay
Philippe Schenker
2020-05-01
2
-0
/
+12
|
*
net: phy: micrel: Add basic support for KSZ9131
Philippe Schenker
2020-05-01
1
-0
/
+58
|
*
net: phy: micrel: Use defines for PHY_IDs and MASK
Philippe Schenker
2020-05-01
1
-2
/
+2
*
|
net: pcnet: fix I/O primitives for memory access
Daniel Schwierzeck
2020-05-04
1
-11
/
+23
*
|
net: smc911x: Add DM support
Marek Vasut
2020-05-01
2
-0
/
+117
*
|
net: smc911x: Split non-DM specific bits from common code
Marek Vasut
2020-05-01
1
-14
/
+43
*
|
net: smc911x: Clean up the status handling in smc911x_recv()
Marek Vasut
2020-05-01
1
-14
/
+16
*
|
net: smc911x: Pass around driver private data
Marek Vasut
2020-05-01
1
-108
/
+124
*
|
net: smc911x: Convert IO accessors to {read,write}{w,l}()
Marek Vasut
2020-05-01
1
-6
/
+7
*
|
net: smc911x: Drop weak alias from 32bit accessors
Marek Vasut
2020-05-01
1
-10
/
+4
*
|
net: smc911x: Inline all functions from header file
Marek Vasut
2020-05-01
2
-158
/
+156
*
|
net: smc911x: Pull MII registration into separate function
Marek Vasut
2020-05-01
1
-24
/
+40
*
|
net: smc911x: Fix potential memleak() in init fail path
Marek Vasut
2020-05-01
1
-2
/
+10
*
|
net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()
Marek Vasut
2020-05-01
1
-11
/
+16
*
|
net: smc911x: Rename smc911x_rx() to smc911x_recv()
Marek Vasut
2020-05-01
1
-2
/
+2
*
|
net: smc911x: Replace malloc()+memset() with calloc()
Marek Vasut
2020-05-01
1
-5
/
+3
*
|
net: smc911x: Remove pkt_data_{push,pull}
Marek Vasut
2020-05-01
1
-7
/
+2
*
|
net: rtl8139: Fill in SPDX tag
Marek Vasut
2020-05-01
1
-3
/
+1
*
|
net: rtl8139: Move functions around
Marek Vasut
2020-05-01
1
-92
/
+87
*
|
net: rtl8139: Finish cleanup
Marek Vasut
2020-05-01
1
-86
/
+87
[next]