| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not reinitialise the interface if it is already running, this prevents the | thompsa | 2012-05-09 | 1 | -0/+3 |
* | The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for null | thompsa | 2012-05-08 | 1 | -7/+7 |
* | Respect phy-handle property in Ethernet nodes of the device tree. | raj | 2012-03-04 | 3 | -22/+16 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -5/+2 |
* | Don't use the MAC address in the device tree if it's all zeroes | marcel | 2011-01-28 | 1 | -19/+10 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 1 | -14/+5 |
* | Convert Freescale PowerPC platforms to FDT convention. | raj | 2010-07-11 | 3 | -56/+61 |
* | tsec: Use IFQ_DRV macros for managing interface packet queue. | raj | 2009-11-20 | 1 | -3/+3 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed with | raj | 2009-06-13 | 2 | -4/+7 |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -6/+14 |
* | tsec(4) cosmetics. | raj | 2009-02-17 | 1 | -2/+1 |
* | tsec(4): Always try to resume the receiver. | raj | 2009-02-17 | 1 | -3/+10 |
* | tsec(4): do not clear interrupt events register before use. | raj | 2009-02-17 | 1 | -2/+2 |
* | Handle mbuf exhaustion scenario in tsec(4). | raj | 2009-02-17 | 1 | -1/+6 |
* | tsec(4) style improvements and clean-up. | raj | 2009-02-17 | 3 | -73/+80 |
* | Additional features for the tsec(4) Ethernet driver. | raj | 2009-02-17 | 4 | -133/+774 |
* | tsec: Refactor driver's structure. | raj | 2008-08-26 | 3 | -557/+632 |
* | tsec: Improve and clean up callouts. | raj | 2008-08-26 | 2 | -19/+15 |
* | Convert TSEC watchdog to the new scheme. | raj | 2008-03-12 | 2 | -18/+29 |
* | Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on what | raj | 2008-03-12 | 1 | -10/+14 |
* | Support for Freescale integrated Three-Speed Ethernet Controller (TSEC). | raj | 2008-03-03 | 3 | -0/+2287 |