aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xl
Commit message (Expand)AuthorAgeFilesLines
* Implement basic WOL support. Note, not all xl(4) controllersPyun YongHyeon2010-08-232-10/+80
* Move xl_reset() to xl_init_locked(). This will make driverPyun YongHyeon2010-08-231-6/+3
* Remove unnecessary controller reinitialization by checkingPyun YongHyeon2010-08-231-5/+11
* Clean up SIOCSIFCAP handler and allow RX checksum offloading couldPyun YongHyeon2010-08-231-31/+38
* cardbus -> CardBusWarner Losh2010-01-031-2/+2
* Make xl(4) build with Tx checksum offload.Pyun YongHyeon2009-07-091-4/+4
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-4/+4
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-9/+16
* remove dead code with reference to IFQ_HANDOFFKip Macy2009-04-271-26/+0
* To make it easy whether xl(4) missed Tx completion interrupt checkPyun YongHyeon2009-04-211-3/+19
* Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted.Pyun YongHyeon2009-04-211-2/+6
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Move the xl driver form sys/pci to sys/dev/xl for consistency.Warner Losh2008-08-102-0/+4109