aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-0/+1
2016-02-26net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang1-0/+3
2016-02-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini3-1/+131
2016-02-24driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platformsQianyu Gong1-5/+6
2016-02-24fm: fdt: Move fman ucode fixup to driver codeQianyu Gong2-0/+129
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong1-1/+1
2016-02-22net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek1-1/+9
2016-02-20Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-5/+5
2016-02-18drivers: at91: clean up peripheral clock codeWenyou Yang1-5/+5
2016-02-18net: phy: marvell: Fix problem with phy_reset() clearing BMCRStefan Roese1-2/+1
2016-02-18net: phy: marvell: Call phy_reset() where possibleStefan Roese1-21/+2
2016-02-08drivers: net: keystone_net: convert driver to adopt device driver modelMugunthan V N1-40/+433
2016-02-08drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETHMugunthan V N1-2/+4
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini5-7/+9
2016-02-06net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava1-1/+3
2016-02-06net: fix wrong initialization in davinci-emac driverVishwas Srivastava1-2/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng4-4/+4
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng2-1/+78
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng1-3/+1
2016-02-05net: pch_gbe: Convert to use DM PCI APIBin Meng2-16/+13
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-2/+19
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+2
2016-02-01drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal5-0/+899
2016-02-01drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal1-0/+10
2016-02-01driver: net: fsl-mc: Update print to reflect correct stringPrabhakar Kushwaha1-1/+1
2016-02-01driver: net: fsl-mc: Memset dprc_cfg before configuringPrabhakar Kushwaha1-0/+1
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini8-213/+832
2016-01-28net: phy: implements probe for Cortina phyShaohui Xie1-0/+7
2016-01-28net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie1-0/+3
2016-01-28net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen1-1/+1
2016-01-28net: phy: Use 'autoneg' flag from phydevAlexandre Messier1-2/+3
2016-01-28net: phy: Set ANRESTART in setup_forcedAlexandre Messier1-1/+1
2016-01-28net: phy: micrel: Disable B_CAST on configAlexandre Messier1-2/+21
2016-01-28net/designware: add support of max-speed device tree propertyAlexey Brodkin2-1/+14
2016-01-28net/designware: do explicit port selection for 1Gb modeAlexey Brodkin1-0/+2
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin1-0/+24
2016-01-28net: phy: genphy: Allow overwriting featuresSascha Hauer1-5/+5
2016-01-28net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-18/+29
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng1-1/+12
2016-01-28net: tsec: Add driver model ethernet supportBin Meng1-0/+186
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng1-12/+11
2016-01-28net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng1-105/+103
2016-01-28net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng1-37/+32
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng1-28/+26
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2-29/+36
2016-01-28drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu1-1/+330
2016-01-28drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu1-0/+23
2016-01-28net: phy: do not read configuration register on resetStefan Agner1-9/+2
2016-01-27Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini5-8/+268
2016-01-27driver: net: fsl-mc: Remove portal id hard-codingPrabhakar Kushwaha1-1/+1