summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove xaeniax boardSimon Glass2015-09-112-72/+1
* net: designware: Fix build warningsBin Meng2015-09-091-4/+4
* net: pch_gbe: Add Kconfig optionBin Meng2015-09-091-0/+13
* net: pch_gbe: Convert to driver modelBin Meng2015-09-092-62/+73
* net: altera_tse: Zap unused variableMarek Vasut2015-09-041-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2015-09-021-7/+20
|\
| * net/fman: Support both new and legacy FMan CompatiblesIgal Liberman2015-09-011-7/+20
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-09-021-5/+9
|\ \
| * | net: fec: do not access reserved register for i.MX6ULPeng Fan2015-09-021-5/+9
| |/
* | ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil2015-09-011-6/+0
* | net: phy/vitesse: Add support for VSC8584 phyPrabhakar Kushwaha2015-09-011-0/+11
|/
* net: e1000: Fix build warnings for 32-bitBin Meng2015-08-261-4/+5
* net: e1000: Add Kconfig optionsSimon Glass2015-08-212-7/+32
* net: e1000: Convert to driver modelSimon Glass2015-08-212-0/+142
* net: e1000: Prepare for driver model conversionSimon Glass2015-08-212-200/+245
* net: e1000: Move #include of common.h to the C filesSimon Glass2015-08-213-1/+2
* net: e1000: Support 64-bit physical addressMingkai Hu2015-08-211-4/+4
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-182-2/+2
* arm: mvebu: Enable NAND controller on MVEBU SoC'sStefan Roese2015-08-171-1/+0
* net: lpc32xx: eth buffers base configSylvain Lemieux2015-08-131-3/+5
* net: e1000: Increase autoneg timeout to 8 secondsStefan Roese2015-08-122-2/+2
* net: phy: broadcom: Add BCM Cygnus PHYJiandong Zheng2015-08-111-0/+29
* net: phy: delay only if reset handler is registeredJörg Krause2015-08-111-3/+5
* net: phy: fix data type of phy_idJörg Krause2015-08-111-1/+1
* qoriq eth.c bugfix: handle received corrupted frames correctlyDaniel Inderbitzin2015-08-111-2/+3
* net: lpc32xx: add RMII phy mode supportVladimir Zapolskiy2015-08-111-3/+17
* net: lpc32xx: improve MAC configuration on reset and initializationVladimir Zapolskiy2015-08-111-18/+15
* net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR idVladimir Zapolskiy2015-08-111-1/+1
* net: lpc32xx: correct command register reset valueVladimir Zapolskiy2015-08-111-1/+1
* net: davinci_emac: don't teardown inactive rx channelJeroen Hofstee2015-08-111-1/+2
* net: Add support for Marvell 88E1510 PHYClemens Gruber2015-08-111-0/+30
* net: Improve 88E151x PHY initializationClemens Gruber2015-08-111-14/+23
* net: macb: add gmac multi-queue supportWu, Josh2015-08-112-0/+42
* net/phy: set led for rtl8211f phyShengzhou Liu2015-08-111-0/+8
* e1000: remove unnecessary clearing of SWSM.SWSM_SMBITim Harvey2015-08-111-4/+0
* Revert "e1000: fix sw fw sync on igb i210/i211"Tim Harvey2015-08-112-5/+2
* e1000: releasing semaphore once no longer neededTim Harvey2015-08-111-0/+22
* net: designware: Rename the driver var name to eth_designwareMarek Vasut2015-08-081-1/+1
* net: designware: Add SoCFPGA GMAC DT compatible stringMarek Vasut2015-08-081-0/+1
* drivers/fsl-mc: flib changes for mc 8.0.0Prabhakar Kushwaha2015-08-038-129/+261
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-08-021-15/+5
|\
| * net: fec_mxc: remove useless struct nbufAlbert ARIBAUD \(3ADEV\)2015-07-101-15/+5
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-07-281-7/+19
|\ \
| * | net: gem: Extend timeout valueMichal Simek2015-07-281-1/+1
| * | zynq: gem: Setting up WRAP bit for one TX bdMichal Simek2015-07-281-1/+2
| * | zynq: gem: Increase the Rx buffer descriptors to 32Siva Durga Prasad Paladugu2015-07-281-1/+1
| * | zynqmp: gem: Flush the rx buffers while transmittingSiva Durga Prasad Paladugu2015-07-281-3/+7
| * | zynqmp: gem: Set data bus width to 64bit for arm64Siva Durga Prasad Paladugu2015-07-281-1/+8
* | | keystone2: net: add mcast function to keyston2 Ethernet driverVitaly Andrianov2015-07-271-0/+10
|/ /
* | dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-214-4/+4
OpenPOWER on IntegriCloud