| Commit message (Expand) | Author | Age | Lines |
* | net/fm: revert commit 732dfe090d50af53bb682d0c8971784f8de1f90f | Shengzhou Liu | 2014-01-21 | -52/+1 |
* | powerpc/t2080qds: some update for t2080qds | Shengzhou Liu | 2014-01-21 | -4/+6 |
* | net: phy: atheros: Fix the masks for AR8031/8035 | Fabio Estevam | 2014-01-14 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-01-10 | -78/+99 |
|\ |
|
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-01-06 | -78/+99 |
| |\ |
|
| | * | Net: FEC: Fix huge memory leak | Marek Vasut | 2013-11-21 | -78/+99 |
* | | | net: sh-eth: add support for SH7753 | Yoshihiro Shimoda | 2013-12-18 | -2/+6 |
* | | | net/fman: add ft_fixup_xgec to support 3rd and 4th 10GEC | Shengzhou Liu | 2013-12-11 | -1/+52 |
|/ / |
|
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-12-10 | -332/+744 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2013-12-02 | -6/+119 |
| |\ \ |
|
| | * | | powerpc/mpc85xx: Add T2080/T2081 SoC support | Shengzhou Liu | 2013-11-25 | -0/+93 |
| | * | | net/fman: Add support for 10GEC3 and 10GEC4 | Shengzhou Liu | 2013-11-25 | -6/+26 |
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2013-11-25 | -193/+473 |
| |\ \ \ |
|
| | * | | | net: rtl8169: Add support for RTL8168d/8111d | Thierry Reding | 2013-11-22 | -1/+17 |
| | * | | | net: rtl8169: Improve cache maintenance | Thierry Reding | 2013-11-22 | -8/+53 |
| | * | | | net: zynq_gem: Add d-cache support | Srikanth Thokala | 2013-11-22 | -29/+53 |
| | * | | | phy: Use general phy code for smsc lan8720a | David Dueck | 2013-11-22 | -1/+2 |
| | * | | | phy: Use supported field during autonegotiation | David Dueck | 2013-11-22 | -2/+3 |
| | * | | | net: dm9000: random mac address support | Andrew Ruder | 2013-11-22 | -0/+9 |
| | * | | | drivers/net/e1000: Introduce CONFIG_E1000_NO_NVM | Rojhalat Ibrahim | 2013-11-22 | -5/+38 |
| | * | | | net: phy: atheros: Fix masks for AR8035 and AR8021 | Fabio Estevam | 2013-11-22 | -1/+1 |
| | * | | | net/phy: Fix the phy id mask of AR8031 | Chunhe Lan | 2013-11-22 | -1/+1 |
| | * | | | net: tsec: Fix mac addr setup portability, cleanup | Claudiu Manoil | 2013-11-22 | -10/+8 |
| | * | | | net: tsec: Use portable regs type (uint->u32) | Claudiu Manoil | 2013-11-22 | -1/+1 |
| | * | | | net: tsec: Use portable types and accessors for BDs | Claudiu Manoil | 2013-11-22 | -42/+46 |
| | * | | | net: tsec: Fix CamelCase issues around BD code | Claudiu Manoil | 2013-11-22 | -30/+30 |
| | * | | | net: fsl_mdio: Fix warnings for __iomem pointers | Claudiu Manoil | 2013-11-22 | -7/+10 |
| | * | | | net: tsec: Cleanup tsec regs init and fix __iomem warns | Claudiu Manoil | 2013-11-22 | -13/+13 |
| | * | | | net: tsec: Fix priv pointer in tsec_mcast_addr() | Claudiu Manoil | 2013-11-22 | -7/+1 |
| | * | | | net: tsec: Fix and cleanup tsec_mcast_addr() | Claudiu Manoil | 2013-11-22 | -16/+15 |
| | * | | | net: Fix mcast function pointer prototype | Claudiu Manoil | 2013-11-22 | -3/+3 |
| | * | | | net: designware: Fix alignment of buffer descriptors | Alexey Brodkin | 2013-11-22 | -4/+3 |
| | * | | | net: designware: Respect "bus mode" register contents on SW reset | Alexey Brodkin | 2013-11-22 | -1/+1 |
| | * | | | net: sh-eth: Add support R8A7791 | Nobuhiro Iwamatsu | 2013-11-22 | -4/+5 |
| | * | | | net, phy: fix AR8031 phy_mask | Heiko Schocher | 2013-11-22 | -1/+1 |
| | * | | | net: rtl8169: Add support for RTL8168evl/8111evl | Thierry Reding | 2013-11-22 | -0/+1 |
| | * | | | net: rtl8169: Fix format string | Thierry Reding | 2013-11-22 | -5/+5 |
| | * | | | net: add function to read/write extended registers in Micrel Phy | Stefano Babic | 2013-11-22 | -0/+32 |
| | * | | | net: fix mask for phy Micrel KSZ9031 | Stefano Babic | 2013-11-22 | -1/+1 |
| | * | | | net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is de... | Bhupesh Sharma | 2013-11-22 | -3/+3 |
| | * | | | net: phy/vitesse: Add support for VSC8514 phy module | Arpit Goel | 2013-11-22 | -1/+68 |
| | * | | | net: sh-eth: Add support R8A7790 | Nobuhiro Iwamatsu | 2013-11-22 | -1/+11 |
| | * | | | net: sh-eth: Add invalidate cache control for rmobile (ARM SoC) | Nobuhiro Iwamatsu | 2013-11-22 | -5/+26 |
| | * | | | net: sh-eth: Add control for padding size of packet descriptor | Nobuhiro Iwamatsu | 2013-11-22 | -10/+30 |
| | * | | | net: sh-eth: Change cache API of SH | Nobuhiro Iwamatsu | 2013-11-22 | -1/+2 |
| | * | | | NET: mvgbe: avoid unused variable warning when used without phylib support | Sascha Silbe | 2013-11-22 | -2/+3 |
| | * | | | phylib: update atheros ar803x phy | Shengzhou Liu | 2013-11-22 | -2/+2 |
| | |/ / |
|
| * | | | drivers: delete unnecessary HOSTCFLAGS | Masahiro Yamada | 2013-11-25 | -1/+0 |
| |/ / |
|
| * | | drivers/net/npe: descend only when CONFIG_IXP4XX_NPE=y | Masahiro Yamada | 2013-11-17 | -1/+1 |
| * | | drivers/net/fm: descend only when CONFIG_FMAN_ENET=y | Masahiro Yamada | 2013-11-17 | -2/+0 |