summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2015-10-30Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini11-110/+283
2015-10-29net: pch_gbe: Add driver remove supportBin Meng1-0/+12
2015-10-29net: designware: Add driver remove supportBin Meng1-0/+12
2015-10-29net: phy: Test previous phydev->dev against new mac devBin Meng1-1/+1
2015-10-29net: phy: Change to print all phys that are not foundBin Meng1-1/+8
2015-10-29net: phy: Don't create phy device when there is no phyBin Meng1-1/+2
2015-10-29net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet1-0/+29
2015-10-29net: rtl8169: Build warning fixes for 64-bitStephen Warren1-4/+6
2015-10-29net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux1-0/+11
2015-10-29armv8/ls1043a: Add Fman supportShaohui Xie3-2/+128
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu1-2/+0
2015-10-29net/fm: Add QSGMII PCS initShaohui Xie1-5/+13
2015-10-29net: Move some header files to include/Shaohui Xie5-6/+6
2015-10-29net: fm: bug fix when CONFIG_PHYLIB not definedShaohui Xie1-1/+7
2015-10-29net/fm: Make the return value logic consistent with conventionHou Zhiqiang1-24/+36
2015-10-29net/fm: Add support for 64-bit platformsHou Zhiqiang3-33/+60
2015-10-29net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang2-38/+43
2015-10-29driver: net: ldpaa_eth: Set MAC address during interface openPrabhakar Kushwaha1-12/+3
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou3-1047/+382
2015-10-22driver: net: keystone_net: removing unused codeMugunthan V N1-10/+0
2015-10-22driver: net: keystone_net: add support for rgmii phyVitaly Andrianov1-1/+43
2015-10-22driver: net: keystone_net: fix phy mode configurationMugunthan V N1-2/+2
2015-10-22drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N1-1/+244
2015-10-22drivers: net: cpsw: prepare driver for device model migrationMugunthan V N1-44/+89
2015-09-29net: fix netconsole when CONFIG_DM_ETH is setBernhard Nortmann1-3/+11
2015-09-29net: phy: on phy device create do not initialize link to 1Mugunthan V N1-1/+1
2015-09-21drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-IdentifierCodrin Ciubotariu1-1/+1
2015-09-21drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu1-0/+86
2015-09-21drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu1-0/+95
2015-09-21drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu1-0/+478
2015-09-21drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu1-0/+472
2015-09-21drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu1-0/+141
2015-09-21drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu1-0/+256
2015-09-21drivers/net/vsc9953: Use the generic Ethernet Switch parserCodrin Ciubotariu1-184/+165
2015-09-21drivers/net/vsc9953: Add default configuration for VSC9953 L2 SwitchCodrin Ciubotariu1-0/+253
2015-09-21drivers/net/vsc9953: Fix bug when enabling a portCodrin Ciubotariu1-2/+2
2015-09-21drivers/net/vsc9953: Cleanup patchCodrin Ciubotariu1-71/+73
2015-09-21drivers/net/vsc9953: Remove 'CONFIG_' from macros' nameCodrin Ciubotariu1-19/+19
2015-09-16net: designware: Add support to PCI designware devicesBin Meng1-0/+42
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass3-0/+3
2015-09-11arm: Remove xaeniax boardSimon Glass2-72/+1
2015-09-09net: designware: Fix build warningsBin Meng1-4/+4
2015-09-09net: pch_gbe: Add Kconfig optionBin Meng1-0/+13
2015-09-09net: pch_gbe: Convert to driver modelBin Meng2-62/+73
2015-09-04net: altera_tse: Zap unused variableMarek Vasut1-2/+0
2015-09-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-7/+20
2015-09-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-5/+9
2015-09-02net: fec: do not access reserved register for i.MX6ULPeng Fan1-5/+9
2015-09-01ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil1-6/+0