aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/stge
Commit message (Expand)AuthorAgeFilesLines
* stge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+6
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-20/+15
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+1
* Fix variable assignment.Pyun YongHyeon2016-02-181-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-9/+9
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-8/+6
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-2/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-012-206/+50
* Prefer KOBJMETHOD_END.Marius Strobl2011-10-091-2/+1
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-4/+4
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-3/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-4/+9
* Fix build breakage introduced in r212972.Pyun YongHyeon2010-09-221-2/+0
* Remove unnecessary controller reinitialization.Pyun YongHyeon2010-09-211-3/+16
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-012-14/+0
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-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