summaryrefslogtreecommitdiff
path: root/sys/dev/stge
AgeCommit message (Expand)Author
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-02-07Mechanically convert stge(4) to IfAPIJustin Hibbits
2022-05-06stge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-03-31stge: fix null pointer dereferenceTong Zhang
2020-09-01stge: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-18Fix variable assignment.Pyun YongHyeon
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-22s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl
2011-11-01- Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl
2011-10-09Prefer KOBJMETHOD_END.Marius Strobl
2011-03-11Allocate the DMA memory shared between the host and the controller asMarius Strobl
2010-11-14o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-09-22Fix build breakage introduced in r212972.Pyun YongHyeon
2010-09-21Remove unnecessary controller reinitialization.Pyun YongHyeon
2010-03-01The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-11-06Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2008-01-18Use m_collapse(9) to collapse mbuf chains instead of relying onPyun YongHyeon
2008-01-14Implement WOL capability.Pyun YongHyeon
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-05-01If we've got watchdog timeouts try to get more packets going afterPyun YongHyeon
2007-05-01Honor link up/down state in stge_start().Pyun YongHyeon
2007-05-01Use our own timer for watchdog instead of if_watchdog/if_timerPyun YongHyeon
2007-03-04Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-21Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl
2006-09-17Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann
2006-08-12Fix invalid reference of mbuf chains.Pyun YongHyeon
2006-07-25Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit EthernetPyun YongHyeon