summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell2013-06-24-0/+27
* net: Correct check for link-local target IP conflictJoe Hershberger2013-06-24-4/+13
* PHY: micrel.c: add support for KSZ9031David Andrey2013-06-24-27/+52
* net/tftp: sparse fixesKim Phillips2013-06-24-6/+6
* net: make IPaddr type big endianKim Phillips2013-06-24-1/+1
* net: Fix build regression in macb.cJoe Hershberger2013-06-24-1/+1
* net/macb: Add arch specific routine to get mdio controlShiraz Hashim2013-06-24-0/+8
* net/designware: Do not select MIIPORT for RGMII interfaceVipin Kumar2013-06-24-1/+3
* net: nfs: add dynamic wait periodMatthias Brugger2013-06-24-21/+53
* NET: mvgbe: add support for DoveSebastian Hesselbarth2013-06-24-0/+9
* NET: mvgbe: add phylib supportSebastian Hesselbarth2013-06-24-4/+65
* NET: phy: add 88E1310 PHY initializationSebastian Hesselbarth2013-06-24-0/+48
* pxe: add ipappend supportRob Herring2013-06-24-3/+44
* net: Fix build regression in cmd_pxe.cJoe Hershberger2013-06-24-0/+2
* pxe: add support for per arch and SoC default pathsRob Herring2013-06-24-6/+20
* pxe: add support for ontimeout tokenRob Herring2013-06-24-5/+6
* pxe: simplify menu display and selectionRob Herring2013-06-24-18/+16
* pxe: always display a menu when presentRob Herring2013-06-24-1/+2
* pxe: try bootz if bootm fails to find a valid imageRob Herring2013-06-24-1/+10
* bootz: un-staticize do_bootzRob Herring2013-06-24-1/+3
* pxe: fix handling of different localboot valuesRob Herring2013-06-24-18/+19
* pxe: make string parameters constRob Herring2013-06-24-12/+12
* pxe: Use ethact setting for pxeRob Herring2013-06-24-25/+9
* net: add ICPlus PHY driverYegor Yefremov2013-06-24-0/+98
* phy: export genphy_parse_link()Yegor Yefremov2013-06-24-1/+2
* net: Add sunxi (Allwinner) wemac driverHenrik Nordström2013-06-24-0/+535
* checkpatch: add ignore for network block comment style checkingBo Shen2013-06-24-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-22-783/+1899
|\
| * arm: optimize relocate_code routineAlbert ARIBAUD2013-06-21-20/+12
| * arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD2013-06-21-23/+74
| * arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD2013-06-21-14/+44
| * arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD2013-06-21-3/+3
| * remove all references to .dynsymAlbert ARIBAUD2013-06-21-82/+9
| * arm: ensure u-boot only uses relative relocationsAlbert ARIBAUD2013-06-21-0/+12
| * net2big_v2: initialize LEDs at startupSimon Guinot2013-06-20-7/+96
| * LaCie/common: add support for the CPLD GPIO busSimon Guinot2013-06-20-0/+74
| * net2big_v2: initialize I2C fan at startupSimon Guinot2013-06-20-2/+66
| * Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-19-176/+164
| |\
| | * arm: omap4: panda: Fix checkpatch on panda fileDan Murphy2013-06-18-13/+13
| | * arm: omap4: panda: Add reading of the board revisionDan Murphy2013-06-18-5/+75
| | * arm: dra7xx: Update the EXTRA_ENV_SETTINGSDan Murphy2013-06-18-1/+8
| | * arm: omap5_uevm: Correct the console sys prompt for 5432Dan Murphy2013-06-18-1/+1
| | * arm: omap: Add check for fdtfile in the findfdt macroDan Murphy2013-06-18-5/+12
| | * arm, am33xx: move uart soft reset code to common placeHeiko Schocher2013-06-18-85/+27
| | * arm, am335x: make mpu pll config configurableHeiko Schocher2013-06-18-2/+8
| | * arm, am33xx: move rtc32k_enable() to common placeHeiko Schocher2013-06-18-64/+20
| * | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-19-471/+1360
| |\ \ | | |/ | |/|
| | * MMC: DWMMC: Fix FIFO_DEPTH calculationRajeshwari Shinde2013-06-17-8/+6
| | * power: exynos-tmu: use the mux_addr bit fields in tmu_control registerNaveen Krishna Chatradhi2013-06-13-1/+10
| | * power: exynos-tmu: fix warnings and clean up codeNaveen Krishna Chatradhi2013-06-13-80/+90