aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-28tpm: tpm_tis_lpc: fix typoChristophe Ricard1-1/+1
2016-01-28tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2-2/+2
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini32-879/+1933
2016-01-28net: Add bootfile in DHCP RequestAlexandre Messier1-0/+1
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-13/+0
2016-01-28net: phy: implements probe for Cortina phyShaohui Xie1-0/+7
2016-01-28net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2-0/+5
2016-01-28net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen1-1/+1
2016-01-28net: phy: micrel: add documentation for Micrel KSZ90x1 bindingDinh Nguyen1-0/+165
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: Rename eth.c to eth_lecacy.cSimon Glass2-1/+1
2016-01-28net: Move driver-model code into its own fileSimon Glass3-543/+553
2016-01-28net: Move remaining common functions to eth_common.cSimon Glass3-104/+113
2016-01-28net: Move environment functions to the common fileSimon Glass3-43/+59
2016-01-28net: Move common init into a new eth_common.c fileSimon Glass4-28/+53
2016-01-28net: Don't call board/cpu_eth_init() with driver modelSimon Glass1-2/+2
2016-01-28tegra: Report errors from PCI initSimon Glass1-1/+5
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-28include/net.h: add max_speed member in struct eth_pdataAlexey Brodkin1-0/+2
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2-0/+25
2016-01-28net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli1-7/+15
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-28arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()Bin Meng1-10/+6
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng3-1/+34
2016-01-28net: tsec: Add driver model ethernet supportBin Meng2-0/+196
2016-01-28doc: dt-bindings: Describe Freescale TSEC ethernet controllerBin Meng1-0/+43
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng2-12/+12
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 Meng2-37/+36
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng2-28/+28
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng4-61/+62
2016-01-28arm: ls1021atwr: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2016-01-28powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2016-01-28powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2016-01-28powerpc: mpc8572ds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2016-01-28powerpc: c29xpcie: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2016-01-28powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2016-01-28net: bootp: Ignore packets whose yiaddr is 0Peng Fan1-0/+3
2016-01-28drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu5-1/+430
2016-01-28common: cmd_ethsw: Spelling fixesCodrin Ciubotariu1-2/+2
2016-01-28doc: t1040-l2switch: Update READMECodrin Ciubotariu1-7/+20
2016-01-28drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu2-0/+27
2016-01-28drivers: net: vsc9953: Fix number of reserved registersCodrin Ciubotariu1-1/+1
2016-01-28net: phy: do not read configuration register on resetStefan Agner1-9/+2
2016-01-28ARM: tegra: rm Jetson TK1 PMIC GPIO programmingStephen Warren1-13/+0
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini27-38/+569