summaryrefslogtreecommitdiffstats
path: root/sys/dev/tsec
Commit message (Expand)AuthorAgeFilesLines
* MFC r270945:ian2014-10-261-1/+1
* MFC r261410ian2014-05-151-0/+3
* MFC r257991, r257992, 257993, 258504andreast2013-12-114-20/+63
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Do not reinitialise the interface if it is already running, this prevents thethompsa2012-05-091-0/+3
* The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for nullthompsa2012-05-081-7/+7
* Respect phy-handle property in Ethernet nodes of the device tree.raj2012-03-043-22/+16
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+2
* Don't use the MAC address in the device tree if it's all zeroesmarcel2011-01-281-19/+10
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-14/+5
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-113-56/+61
* tsec: Use IFQ_DRV macros for managing interface packet queue.raj2009-11-201-3/+3
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withraj2009-06-132-4/+7
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-6/+14
* tsec(4) cosmetics.raj2009-02-171-2/+1
* tsec(4): Always try to resume the receiver.raj2009-02-171-3/+10
* tsec(4): do not clear interrupt events register before use.raj2009-02-171-2/+2
* Handle mbuf exhaustion scenario in tsec(4).raj2009-02-171-1/+6
* tsec(4) style improvements and clean-up.raj2009-02-173-73/+80
* Additional features for the tsec(4) Ethernet driver.raj2009-02-174-133/+774
* tsec: Refactor driver's structure.raj2008-08-263-557/+632
* tsec: Improve and clean up callouts.raj2008-08-262-19/+15
* Convert TSEC watchdog to the new scheme.raj2008-03-122-18/+29
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatraj2008-03-121-10/+14
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).raj2008-03-033-0/+2287
OpenPOWER on IntegriCloud