aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vte
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-10/+12
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-46/+54
* 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-273-0/+6
* Fix variable assignment.Pyun YongHyeon2016-02-181-1/+1
* - Provide vte_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-241-11/+29
* 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
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-5/+5
* Remove unused variable mii.Kevin Lo2011-11-231-2/+0
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-4/+2
* Remove unused DMA map/tag in softc.Pyun YongHyeon2011-03-231-6/+0
* Correct broadcast frame handling. Setting bit6 of MCR0 registerPyun YongHyeon2011-03-192-3/+4
* Remove debugging leftovers.Pyun YongHyeon2010-12-311-5/+0
* Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.Pyun YongHyeon2010-12-313-0/+2571