aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/stge
Commit message (Expand)AuthorAgeFilesLines
* MFC: r226173, r227848Marius Strobl2012-01-291-2/+1
* MFC: r226995, r227042Marius Strobl2011-11-062-206/+50
* MFC: r219545Marius Strobl2011-03-251-4/+4
* MFC: r214608, r215297(partial), r215713Marius Strobl2010-11-261-3/+3
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-071-4/+9
* MFC r212972,21300:Pyun YongHyeon2010-10-081-3/+14
* MFC 198988:John Baldwin2010-06-231-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-7/+13
* Use m_collapse(9) to collapse mbuf chains instead of relying onPyun YongHyeon2008-01-181-1/+1
* Implement WOL capability.Pyun YongHyeon2008-01-142-11/+54
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* If we've got watchdog timeouts try to get more packets going afterPyun YongHyeon2007-05-011-0/+2
* Honor link up/down state in stge_start().Pyun YongHyeon2007-05-012-24/+20
* Use our own timer for watchdog instead of if_watchdog/if_timerPyun YongHyeon2007-05-012-11/+17
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-6/+6
* Fix invalid reference of mbuf chains.Pyun YongHyeon2006-08-121-13/+13
* Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit EthernetPyun YongHyeon2006-07-252-0/+3395