
The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:
Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to faa765d40760d84bff0de26a5a5f605621dbff39:
net: e1000: Increase autoneg timeout to 8 seconds (2015-08-12 14:15:29 -0500)
---------------------------------------------------------------- Clemens Gruber (2): net: Improve 88E151x PHY initialization net: Add support for Marvell 88E1510 PHY
Daniel Inderbitzin (1): qoriq eth.c bugfix: handle received corrupted frames correctly
Jeroen Hofstee (1): net: davinci_emac: don't teardown inactive rx channel
Jiandong Zheng (1): net: phy: broadcom: Add BCM Cygnus PHY
Jörg Krause (2): net: phy: fix data type of phy_id net: phy: delay only if reset handler is registered
Max Krummenacher (1): tftp.c: fix CONFIG_TFTP_TSIZE for small files
Shengzhou Liu (1): net/phy: set led for rtl8211f phy
Stefan Roese (1): net: e1000: Increase autoneg timeout to 8 seconds
Tim Harvey (3): e1000: releasing semaphore once no longer needed Revert "e1000: fix sw fw sync on igb i210/i211" e1000: remove unnecessary clearing of SWSM.SWSM_SMBI
Vladimir Zapolskiy (4): net: lpc32xx: correct command register reset value net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id net: lpc32xx: improve MAC configuration on reset and initialization net: lpc32xx: add RMII phy mode support
Wu, Josh (1): net: macb: add gmac multi-queue support
arch/arm/cpu/arm926ejs/lpc32xx/devices.c | 7 +++- drivers/net/davinci_emac.c | 3 +- drivers/net/e1000.c | 34 +++++++++++----- drivers/net/e1000.h | 3 +- drivers/net/fm/eth.c | 5 ++- drivers/net/lpc32xx_eth.c | 55 +++++++++++++++----------- drivers/net/macb.c | 33 ++++++++++++++++ drivers/net/macb.h | 9 +++++ drivers/net/phy/broadcom.c | 29 ++++++++++++++ drivers/net/phy/marvell.c | 67 +++++++++++++++++++++++++------- drivers/net/phy/phy.c | 10 +++-- drivers/net/phy/realtek.c | 8 ++++ net/tftp.c | 2 + 13 files changed, 210 insertions(+), 55 deletions(-)