| Commit message (Expand) | Author | Age | Lines |
* | am33xx: Add required includes to some omap/am33xx code | Tom Rini | 2013-03-24 | -0/+1 |
* | Merge u-boot/master into u-boot-ti/master | Tom Rini | 2013-03-11 | -3/+1 |
|\ |
|
| * | net: Use new numeric setenv functions | Simon Glass | 2013-02-28 | -3/+1 |
* | | am335x: cpsw: optimize cpsw_send to increase network performance | Mugunthan V N | 2013-03-11 | -2/+18 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-02-12 | -125/+169 |
|\ |
|
| * | net: fec_mxc: get phydev before fec_probe | Troy Kisky | 2013-01-28 | -43/+76 |
| * | net: fec_mxc: only call phy_connect in fec_probe | Troy Kisky | 2013-01-28 | -21/+12 |
| * | net: fec_mxc: use fec_set_dev_name to set name | Troy Kisky | 2013-01-28 | -8/+8 |
| * | phy: add phy_find_by_mask/phy_connect_dev | Troy Kisky | 2013-01-28 | -50/+78 |
| * | net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi | Troy Kisky | 2013-01-28 | -16/+8 |
| * | net: fec_mxc: change fec_mii_setspeed parameter | Troy Kisky | 2013-01-28 | -5/+5 |
| * | net: fec_mxc: delete CONFIG_FEC_MXC_MULTI | Troy Kisky | 2013-01-28 | -1/+1 |
* | | ppc: Move mpc512x clocks to arch_global_data | Simon Glass | 2013-02-04 | -1/+1 |
* | | ppc: Move mpc5xxx clocks to arch_global_data | Simon Glass | 2013-02-04 | -3/+6 |
* | | powerpc/mpc85xx:Add support of B4420 SoC | Poonam Aggrwal | 2013-01-30 | -0/+1 |
* | | powerpc/mpc85xx: Few updates for B4860 cpu changes | Poonam Aggrwal | 2013-01-30 | -0/+79 |
|/ |
|
* | mv88e61xx: refactor PHY and SWITCH level-code | Albert ARIBAUD | 2013-01-09 | -192/+342 |
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-08 | -1/+4 |
|\ |
|
| * | am335x: cpsw: make phy address configurable | Yegor Yefremov | 2012-12-10 | -1/+4 |
* | | net: sh_eth: add support for SH7752 | Yoshihiro Shimoda | 2012-12-15 | -4/+4 |
* | | phy: Add support for Marvell 88E1118R | Michal Simek | 2012-12-15 | -0/+11 |
* | | e1000e : Correct Rx Threshold granularity | Ruchika Gupta | 2012-12-15 | -0/+11 |
* | | powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board | Timur Tabi | 2012-11-27 | -0/+114 |
|/ |
|
* | drivers/net/: sparse fixes | Kim Phillips | 2012-11-04 | -19/+21 |
* | net/: sparse fixes | Kim Phillips | 2012-11-04 | -1/+1 |
* | include/linux/byteorder: import latest endian definitions from linux | Kim Phillips | 2012-11-04 | -4/+0 |
* | arm: Remove support for NETARM | Marek Vasut | 2012-10-26 | -395/+0 |
* | powerpc/fm: fix TBI PHY address settings | shaohui xie | 2012-10-22 | -2/+2 |
* | fm/mEMAC: add mEMAC frame work | Roy Zang | 2012-10-22 | -2/+323 |
* | powerpc/mpc85xx: Add B4860 and variant SoCs | York Sun | 2012-10-22 | -0/+1 |
* | powerpc/mpc85xx: Add T4240 SoC | York Sun | 2012-10-22 | -0/+147 |
* | m68k: net: Fix unused variable in mcfmii.c | Marek Vasut | 2012-10-19 | -3/+1 |
* | ppc4xx: Remove AP1000 board support | Stefan Roese | 2012-10-15 | -41/+1 |
* | da850/omap-l138: davinci_emac: Suppress auto negotiation if needed | Bastian Ruppert | 2012-10-01 | -1/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2012-09-27 | -59/+70445 |
|\ |
|
| * | FEC: Replace magic contants | Marek Vasut | 2012-09-27 | -3/+6 |
| * | FEC: Rework the TX wait mechanism | Marek Vasut | 2012-09-27 | -9/+11 |
| * | FEC: Remove endless loop in the FEC driver | Marek Vasut | 2012-09-27 | -1/+13 |
| * | FEC: Properly align address over the buffers for cache ops | Marek Vasut | 2012-09-27 | -6/+8 |
| * | FEC: Do not pass unaligned buffer to network stack | Marek Vasut | 2012-09-27 | -1/+2 |
| * | net: Add Vitesse VSC8662 PHY support | Priyanka Jain | 2012-09-27 | -4/+14 |
| * | net/phy: support the mv88e6352 switch | Valentin Longchamp | 2012-09-27 | -0/+319 |
| * | net: Add driver for Zynq Gem IP | Michal Simek | 2012-09-26 | -0/+441 |
| * | net: Filter incoming netconsole packets by IP | Joe Hershberger | 2012-09-24 | -2/+6 |
| * | net: Allow netconsole settings to change after nc_start | Joe Hershberger | 2012-09-24 | -31/+65 |
| * | net: Improve the speed of netconsole | Joe Hershberger | 2012-09-24 | -4/+18 |
| * | net: Make the netconsole buffer size configurable | Joe Hershberger | 2012-09-24 | -2/+6 |
| * | net: sh_eth: Add support R8A7740 of rmobile (arm core) | Nobuhiro Iwamatsu | 2012-09-24 | -3/+13 |
| * | dm: net: Fixup the armada100 FEC driver | Marek Vasut | 2012-09-24 | -2/+3 |
| * | net: emaclite: Support OF initialization | Michal Simek | 2012-09-24 | -0/+30 |