summaryrefslogtreecommitdiff
path: root/sys/dev/vte
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-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert if_vte(4) to IfAPIJustin Hibbits
2022-05-06vte: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-25Restore original MDC speed control register value after MAC reset, if itKevin Lo
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-02-18Fix variable assignment.Pyun YongHyeon
2014-09-24- Provide vte_get_counter() to return counters that are not collected,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
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-11-23Remove unused variable mii.Kevin Lo
2011-11-22s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-03-23Remove unused DMA map/tag in softc.Pyun YongHyeon
2011-03-19Correct broadcast frame handling. Setting bit6 of MCR0 registerPyun YongHyeon
2010-12-31Remove debugging leftovers.Pyun YongHyeon
2010-12-31Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.Pyun YongHyeon