summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-188-28/+35
* common: Drop image.h from common headerSimon Glass2020-05-187-0/+7
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-1832-0/+40
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-152-2/+2
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-152-2/+2
* net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne2020-05-121-1/+4
* Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-05-111-0/+4
|\
| * net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii modeMurali Karicheri2020-05-091-0/+4
* | eQos: Implement the read_rom_hwaddr callbackYe Li2020-05-101-0/+11
* | fec: Move imx_get_mac_from_fuse declare to imx fileYe Li2020-05-101-2/+0
* | net: eqos: implement callbaks to get interface and set txclk rateFugang Duan2020-05-101-3/+52
* | net: dwc_eth_qos: add dwc eqos for imx supportFugang Duan2020-05-101-14/+171
* | net: phy: realtek: add rx delay support for RTL8211FFugang Duan2020-05-101-0/+11
* | net: Update eQos driver and FEC driver to use eth phy interfacesYe Li2020-05-102-16/+45
* | net: Add eth phy generic driver for shared MDIOYe Li2020-05-103-0/+129
* | net: fec: add fuse checkPeng Fan2020-05-101-0/+14
|/
* phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle2020-05-071-27/+3
* phy: atheros: ar8035: remove static clock configMichael Walle2020-05-071-13/+0
* phy: atheros: add device tree bindings and configMichael Walle2020-05-071-2/+222
* phy: atheros: move delay config to common functionMichael Walle2020-05-071-16/+22
* phy: atheros: introduce debug read and write functionsMichael Walle2020-05-071-16/+41
* phy: atheros: use defines for PHY IDsMichael Walle2020-05-071-3/+7
* phy: atheros: fix AR8021 PHY ID maskMichael Walle2020-05-071-1/+1
* phy: atheros: Clarify the intention of ar8021_configVladimir Oltean2020-05-071-4/+4
* phy: atheros: Explicitly disable RGMII delaysVladimir Oltean2020-05-071-0/+8
* phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean2020-05-071-5/+14
* phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean2020-05-071-28/+41
* phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean2020-05-071-4/+0
* Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-05-043-2/+72
|\
| * net: fec: Add possibility to enable TXC delayPhilippe Schenker2020-05-012-0/+12
| * net: phy: micrel: Add basic support for KSZ9131Philippe Schenker2020-05-011-0/+58
| * net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker2020-05-011-2/+2
* | net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck2020-05-041-11/+23
* | net: smc911x: Add DM supportMarek Vasut2020-05-012-0/+117
* | net: smc911x: Split non-DM specific bits from common codeMarek Vasut2020-05-011-14/+43
* | net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut2020-05-011-14/+16
* | net: smc911x: Pass around driver private dataMarek Vasut2020-05-011-108/+124
* | net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut2020-05-011-6/+7
* | net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut2020-05-011-10/+4
* | net: smc911x: Inline all functions from header fileMarek Vasut2020-05-012-158/+156
* | net: smc911x: Pull MII registration into separate functionMarek Vasut2020-05-011-24/+40
* | net: smc911x: Fix potential memleak() in init fail pathMarek Vasut2020-05-011-2/+10
* | net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut2020-05-011-11/+16
* | net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut2020-05-011-2/+2
* | net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut2020-05-011-5/+3
* | net: smc911x: Remove pkt_data_{push,pull}Marek Vasut2020-05-011-7/+2
* | net: rtl8139: Fill in SPDX tagMarek Vasut2020-05-011-3/+1
* | net: rtl8139: Move functions aroundMarek Vasut2020-05-011-92/+87
* | net: rtl8139: Finish cleanupMarek Vasut2020-05-011-86/+87