Age | Commit message (Expand) | Author |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-01-28 | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini |
2016-01-28 | net: tsec: Use priv->tbiaddr to initialize TBI PHY address | Bin Meng |
2016-01-28 | net: tsec: Add driver model ethernet support | Bin Meng |
2016-01-28 | net: tsec: Use tsec_private pointer as the parameter for internal routines | Bin Meng |
2016-01-28 | net: tsec: Adjust orders to avoid forward declaration of tsec_send() | Bin Meng |
2016-01-28 | net: tsec: Move rxbd and txbd to struct tsec_private | Bin Meng |
2016-01-28 | net: tsec: Move rx_idx and tx_idx to struct tsec_private | Bin Meng |
2016-01-28 | net: tsec: fsl_mdio: Fix several cosmetic issues | Bin Meng |
2016-01-14 | Fix GCC format-security errors and convert sprintfs. | Ben Whitten |
2015-09-01 | ls102xa: etsec: Use proper settings for BE BDs | Claudiu Manoil |
2015-04-18 | net: cosmetic: Fix var naming net <-> eth drivers | Joe Hershberger |
2015-01-30 | net: tsec: Fix NULL access in case init_phy() fails | Claudiu Manoil |
2014-09-08 | ls102xa: etsec: Add etsec support for LS102xA | Alison Wang |
2013-11-22 | net: tsec: Fix mac addr setup portability, cleanup | Claudiu Manoil |
2013-11-22 | net: tsec: Use portable regs type (uint->u32) | Claudiu Manoil |
2013-11-22 | net: tsec: Use portable types and accessors for BDs | Claudiu Manoil |
2013-11-22 | net: tsec: Fix CamelCase issues around BD code | Claudiu Manoil |
2013-11-22 | net: tsec: Cleanup tsec regs init and fix __iomem warns | Claudiu Manoil |
2013-11-22 | net: tsec: Fix priv pointer in tsec_mcast_addr() | Claudiu Manoil |
2013-11-22 | net: tsec: Fix and cleanup tsec_mcast_addr() | Claudiu Manoil |
2013-11-22 | net: Fix mcast function pointer prototype | Claudiu Manoil |
2012-07-11 | net: abort network initialization if the PHY driver fails | Timur Tabi |
2012-05-22 | ppc: Fix warning in TSEC Ethernet driver | Joe Hershberger |
2011-11-08 | powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129 | chenhui zhao |
2011-05-19 | Minor coding style cleanup. | Wolfgang Denk |
2011-04-20 | tsec: Convert tsec to use PHY Lib | Andy Fleming |
2011-04-20 | tsec: arrange the code to avoid useless function declaration | Mingkai Hu |
2011-04-20 | tsec: use IO accessors for IO accesses | Mingkai Hu |
2011-04-04 | tsec: add AR8021 PHY support | Li Yang |
2011-01-09 | miiphy: convert to linux/mii.h | Mike Frysinger |
2010-12-13 | tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII | Kumar Gala |
2010-08-09 | miiphy: constify device name | Mike Frysinger |
2010-07-12 | tsec: fix the return value for tsec_eth_init() | Timur Tabi |
2010-07-12 | tsec: add micrel ksz804 phy | Heiko Schocher |
2010-06-29 | tsec: Fix eTSEC2 link problem on P2020RDB | Felix Radensky |
2010-05-03 | tsec: Wait for both RX and TX to stop | Andy Fleming |
2010-01-31 | tsec: Add TSEC_FIBER flag | Peter Tyser |
2010-01-31 | tsec: Add support for using the BCM5482 PHY in fiber mode | Peter Tyser |
2010-01-31 | tsec: General cleanup | Peter Tyser |
2010-01-31 | tsec: Make functions/data static when possible | Peter Tyser |
2010-01-31 | tsec: Clean up Broadcom PHY status parsing | Peter Tyser |
2010-01-31 | tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode | Peter Tyser |
2010-01-05 | NET: Move MDIO regs out of TSEC Space | Sandeep Gopalpet |
2009-10-03 | tsec: Remove PHY command relocation fixups | Peter Tyser |
2009-08-25 | net: tsec - handle user interrupt while waiting for PHY auto negotiation to c... | Kim Phillips |
2009-08-21 | tsec: Wait for auto-negotiation to complete without link | Peter Tyser |
2009-07-29 | Update Freescale copyrights to remove "All Rights Reserved" | Kumar Gala |
2009-07-22 | P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII) | Poonam Aggrwal |
2009-07-22 | net: tsec - fix dereferencing type-punned pointer will break strict-aliasing ... | Kim Phillips |