aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-01net: phy/vitesse: Add support for VSC8584 phyPrabhakar Kushwaha1-0/+11
2015-09-01net/fman: Support both new and legacy FMan CompatiblesIgal Liberman1-7/+20
2015-08-26net: e1000: Fix build warnings for 32-bitBin Meng1-4/+5
2015-08-21net: e1000: Add Kconfig optionsSimon Glass2-7/+32
2015-08-21net: e1000: Convert to driver modelSimon Glass2-0/+142
2015-08-21net: e1000: Prepare for driver model conversionSimon Glass2-200/+245
2015-08-21net: e1000: Move #include of common.h to the C filesSimon Glass3-1/+2
2015-08-21net: e1000: Support 64-bit physical addressMingkai Hu1-4/+4
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2-2/+2
2015-08-17arm: mvebu: Enable NAND controller on MVEBU SoC'sStefan Roese1-1/+0
2015-08-13net: lpc32xx: eth buffers base configSylvain Lemieux1-3/+5
2015-08-12net: e1000: Increase autoneg timeout to 8 secondsStefan Roese2-2/+2
2015-08-11net: phy: broadcom: Add BCM Cygnus PHYJiandong Zheng1-0/+29
2015-08-11net: phy: delay only if reset handler is registeredJörg Krause1-3/+5
2015-08-11net: phy: fix data type of phy_idJörg Krause1-1/+1
2015-08-11qoriq eth.c bugfix: handle received corrupted frames correctlyDaniel Inderbitzin1-2/+3
2015-08-11net: lpc32xx: add RMII phy mode supportVladimir Zapolskiy1-3/+17
2015-08-11net: lpc32xx: improve MAC configuration on reset and initializationVladimir Zapolskiy1-18/+15
2015-08-11net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR idVladimir Zapolskiy1-1/+1
2015-08-11net: lpc32xx: correct command register reset valueVladimir Zapolskiy1-1/+1
2015-08-11net: davinci_emac: don't teardown inactive rx channelJeroen Hofstee1-1/+2
2015-08-11net: Add support for Marvell 88E1510 PHYClemens Gruber1-0/+30
2015-08-11net: Improve 88E151x PHY initializationClemens Gruber1-14/+23
2015-08-11net: macb: add gmac multi-queue supportWu, Josh2-0/+42
2015-08-11net/phy: set led for rtl8211f phyShengzhou Liu1-0/+8
2015-08-11e1000: remove unnecessary clearing of SWSM.SWSM_SMBITim Harvey1-4/+0
2015-08-11Revert "e1000: fix sw fw sync on igb i210/i211"Tim Harvey2-5/+2
2015-08-11e1000: releasing semaphore once no longer neededTim Harvey1-0/+22
2015-08-08net: designware: Rename the driver var name to eth_designwareMarek Vasut1-1/+1
2015-08-08net: designware: Add SoCFPGA GMAC DT compatible stringMarek Vasut1-0/+1
2015-08-03drivers/fsl-mc: flib changes for mc 8.0.0Prabhakar Kushwaha8-129/+261
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-15/+5
2015-07-28Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini1-7/+19
2015-07-28net: gem: Extend timeout valueMichal Simek1-1/+1
2015-07-28zynq: gem: Setting up WRAP bit for one TX bdMichal Simek1-1/+2
2015-07-28zynq: gem: Increase the Rx buffer descriptors to 32Siva Durga Prasad Paladugu1-1/+1
2015-07-28zynqmp: gem: Flush the rx buffers while transmittingSiva Durga Prasad Paladugu1-3/+7
2015-07-28zynqmp: gem: Set data bus width to 64bit for arm64Siva Durga Prasad Paladugu1-1/+8
2015-07-27keystone2: net: add mcast function to keyston2 Ethernet driverVitaly Andrianov1-0/+10
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass4-4/+4
2015-07-21dm: eth: Add driver-model support to the rtl8169 driverSimon Glass1-49/+187
2015-07-20driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rxPrabhakar Kushwaha1-1/+8
2015-07-20driver/ldpaa_eth: Avoid TX conf framesPrabhakar Kushwaha2-111/+4
2015-07-20driver/ldpaa_eth: Add timeout handling DQRR entry readPrabhakar Kushwaha1-14/+22
2015-07-20driver/ldpaa_eth: Retry enqueue if portal was busyPrabhakar Kushwaha1-2/+30
2015-07-20drivers/fsl-mc: dynamically create ICID pool in DPCStuart Yoder1-0/+36