summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeLines
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-0/+1
* net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang2016-02-26-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-02-24-1/+131
|\
| * driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platformsQianyu Gong2016-02-24-5/+6
| * fm: fdt: Move fman ucode fixup to driver codeQianyu Gong2016-02-24-0/+129
| * qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong2016-02-24-1/+1
* | net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek2016-02-22-1/+9
|/
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-02-20-5/+5
|\
| * drivers: at91: clean up peripheral clock codeWenyou Yang2016-02-18-5/+5
* | net: phy: marvell: Fix problem with phy_reset() clearing BMCRStefan Roese2016-02-18-2/+1
* | net: phy: marvell: Call phy_reset() where possibleStefan Roese2016-02-18-21/+2
|/
* drivers: net: keystone_net: convert driver to adopt device driver modelMugunthan V N2016-02-08-40/+433
* drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETHMugunthan V N2016-02-08-2/+4
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-08-7/+9
|\
| * net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava2016-02-06-1/+3
| * net: fix wrong initialization in davinci-emac driverVishwas Srivastava2016-02-06-2/+2
| * Use correct spelling of "U-Boot"Bin Meng2016-02-06-4/+4
* | net: e1000: Convert to use DM PCI APIBin Meng2016-02-05-1/+78
* | net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng2016-02-05-3/+1
* | net: pch_gbe: Convert to use DM PCI APIBin Meng2016-02-05-16/+13
|/
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-02-02-2/+19
|\
| * net: macb: Not all the GEM are gigabit capableGregory CLEMENT2016-01-27-2/+19
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-02-02-1/+2
|\ \
| * | driver: net: fsl-mc: Update print to reflect correct stringPrabhakar Kushwaha2016-02-01-1/+1
| * | driver: net: fsl-mc: Memset dprc_cfg before configuringPrabhakar Kushwaha2016-02-01-0/+1
* | | drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal2016-02-01-0/+899
* | | drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal2016-02-01-0/+10
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-28-213/+832
|\ \
| * | net: phy: implements probe for Cortina phyShaohui Xie2016-01-28-0/+7
| * | net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-28-0/+3
| * | net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen2016-01-28-1/+1
| * | net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-28-2/+3
| * | net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-28-1/+1
| * | net: phy: micrel: Disable B_CAST on configAlexandre Messier2016-01-28-2/+21
| * | net/designware: add support of max-speed device tree propertyAlexey Brodkin2016-01-28-1/+14
| * | net/designware: do explicit port selection for 1Gb modeAlexey Brodkin2016-01-28-0/+2
| * | drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2016-01-28-0/+24
| * | net: phy: genphy: Allow overwriting featuresSascha Hauer2016-01-28-5/+5
| * | net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2016-01-28-18/+29
| * | net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng2016-01-28-1/+12
| * | net: tsec: Add driver model ethernet supportBin Meng2016-01-28-0/+186
| * | net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng2016-01-28-12/+11
| * | net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng2016-01-28-105/+103
| * | net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng2016-01-28-37/+32
| * | net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng2016-01-28-28/+26
| * | net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2016-01-28-29/+36
| * | drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu2016-01-28-1/+330
| * | drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu2016-01-28-0/+23
| * | net: phy: do not read configuration register on resetStefan Agner2016-01-28-9/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-01-27-8/+268
|\ \ \