aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tsec/if_tsec.c
Commit message (Expand)AuthorAgeFilesLines
* tsec: Use IFQ_DRV macros for managing interface packet queue.Rafal Jaworowski2009-11-201-3/+3
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-131-2/+5
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-6/+14
* tsec(4) cosmetics.Rafal Jaworowski2009-02-171-2/+1
* tsec(4): Always try to resume the receiver.Rafal Jaworowski2009-02-171-3/+10
* tsec(4): do not clear interrupt events register before use.Rafal Jaworowski2009-02-171-2/+2
* Handle mbuf exhaustion scenario in tsec(4).Rafal Jaworowski2009-02-171-1/+6
* tsec(4) style improvements and clean-up.Rafal Jaworowski2009-02-171-61/+68
* Additional features for the tsec(4) Ethernet driver.Rafal Jaworowski2009-02-171-115/+644
* tsec: Refactor driver's structure.Rafal Jaworowski2008-08-261-546/+265
* tsec: Improve and clean up callouts.Rafal Jaworowski2008-08-261-15/+12
* Convert TSEC watchdog to the new scheme.Rafal Jaworowski2008-03-121-18/+25
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatRafal Jaworowski2008-03-121-10/+14
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).Rafal Jaworowski2008-03-031-0/+1648