summaryrefslogtreecommitdiff
path: root/sys/dev/sk
AgeCommit message (Expand)Author
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-01msk/sk: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-02-22sk(4): Fix a typo in a source code commentGordon Bergling
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-01sk(4): Fix a typo in a source code commentGordon Bergling
2023-02-08sk: ansifyMateusz Guzik
2023-02-06Mechanically convert sk(4) to IfAPIJustin Hibbits
2022-05-06sk: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-12-14sk: plug set-but-not-used varsMateusz Guzik
2021-08-28Fix a common typo in man pages and src commentsGordon Bergling
2020-12-11hme(4): Remove as previous announcedBrooks Davis
2020-09-01sk: 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-07-27Use https over http for FreeBSD pagesEitan Adler
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-29Update several more URLsEitan Adler
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-22ifnet lock was changed to use sx(9) long time ago.Pyun YongHyeon
2014-10-13Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().Robert Watson
2014-09-19Mechanically 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
2014-05-16Remove some unused variables.Christian Brueffer
2013-12-28Remove superfluous old-style rcsid[] from if_sk.c. There is already anDimitry Andric
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-05-30- Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method seesMarius Strobl
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-03-11Allocate the DMA memory shared between the host and the controller asMarius Strobl
2010-11-06Fix a long standing bug in programming station address for YukonPyun YongHyeon
2010-11-06If we got an invalid station address, generate random address. ThisPyun YongHyeon
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-07-09Some revision of Yukon controller generates corrupted frame when TXPyun YongHyeon
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-01Separate multicast filtering of SysKonnect GENESIS and MarvellPyun YongHyeon
2008-02-14Prefer NULL over integer 0 for pointer type.Pyun YongHyeon
2008-02-14Nuke local jumbo allocator and switch to use of UMA backed pagePyun YongHyeon
2008-02-01Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-05-27Universally adopt most conventional spelling of acquire.Robert Watson
2007-05-10Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.Stephen McKay