summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-29net: eth: Check return value in various placesBin Meng1-18/+25
2015-10-29dm: test: Add a new test case against dm eth codes for NULL pointer accessBin Meng1-0/+64
2015-10-29net: eth: Clear MAC address in eth_pre_remove()Bin Meng1-0/+5
2015-10-29dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng1-7/+0
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: mdio: Add mdio_free() and mdio_unregister() APIBin Meng2-0/+21
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: Increase the size of the net_boot_file_name bufferJacob Stiffler2-2/+2
2015-10-29net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux1-0/+11
2015-10-29smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns1-16/+0
2015-10-29net: parse DHCP options from overloaded file/sname fieldsStefan Brüns1-10/+32
2015-10-29net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns1-26/+18
2015-10-29arm: ls1021a: Add sata support on qds and twr boardtang yuantian7-0/+117
2015-10-29arm: ls102xa: Set fdt_high and initrd_high to the value of 0xffffffffAlison Wang1-4/+4
2015-10-29armv8/ls1043a: Enable secondary coresHou Zhiqiang3-0/+18
2015-10-29armv8/ls1043ardb: Add sd boot supportGong Qianyu8-1/+77
2015-10-29armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardbYangbo Lu5-8/+40
2015-10-29armv8/ls1043a: Add Fman supportShaohui Xie13-5/+295
2015-10-29armv8/ls1043ardb: Add nand boot supportGong Qianyu10-0/+123
2015-10-29armv8/ls1043ardb: Add LS1043ARDB board supportMingkai Hu15-0/+1106
2015-10-29armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu14-0/+1224
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu45-526/+713
2015-10-29net/fm: fix MDIO controller base on FMAN2Shaohui Xie1-0/+17
2015-10-29net/fm: Add QSGMII PCS initShaohui Xie1-5/+13
2015-10-29net: Move some header files to include/Shaohui Xie23-21/+21
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-29armv7/ls1021a: move ns_access to common fileMingkai Hu8-213/+141
2015-10-29common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu43-41/+25
2015-10-29arm: ls102xa: enable snooping for CAAM transactionshoria.geanta@freescale.com2-0/+4
2015-10-29armv8: ls2085a: Add support of random MAC addressPrabhakar Kushwaha5-0/+5
2015-10-29driver: net: ldpaa_eth: Set MAC address during interface openPrabhakar Kushwaha1-12/+3
2015-10-29armv8: ls2085ardb: enable CONFIG_PHY_AQUANTIAShaohui Xie1-0/+1
2015-10-29crypto/fsl: SEC driver cleanup for 64 bit and endiannessAneesh Bansal5-24/+109
2015-10-29Data types defined for 64 bit physical addressAneesh Bansal2-5/+9
2015-10-29Pointers in ESBC header made 32 bitAneesh Bansal2-17/+17
2015-10-29ls102xa: fdt: Disable IFC in SD boot for QSPIAlison Wang1-1/+1
2015-10-28Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini40-366/+1101
2015-10-28net: change the env name to use constJosh Wu2-4/+4
2015-10-28net/eth: fix a bug in on_ethaddr()Gong Qianyu1-0/+1
2015-10-28smsc95xx: Fetch whole burst with 1 URB, avoid framing errorsStefan Brüns1-3/+4
2015-10-28net: cancel timeout handler after DHCPACKStefan Brüns1-0/+1
2015-10-28net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan Brüns3-4/+7