aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sk
Commit message (Expand)AuthorAgeFilesLines
* msk/sk: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-12-011-2/+8
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-5/+0
* sk(4): Fix a typo in a source code commentGordon Bergling2024-02-252-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* sk(4): Fix a typo in a source code commentGordon Bergling2023-08-011-1/+1
* sk: ansifyMateusz Guzik2023-02-081-161/+64
* Mechanically convert sk(4) to IfAPIJustin Hibbits2023-02-062-110/+109
* sk: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-6/+2
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* sk: plug set-but-not-used varsMateusz Guzik2021-12-141-2/+0
* Fix a common typo in man pages and src commentsGordon Bergling2021-08-281-1/+1
* hme(4): Remove as previous announcedBrooks Davis2020-12-111-3/+1
* sk: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-4/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-59/+62
* Use https over http for FreeBSD pagesEitan Adler2018-07-271-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+3
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-0/+6
* Update several more URLsEitan Adler2017-10-291-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* ifnet lock was changed to use sx(9) long time ago.Pyun YongHyeon2016-02-221-2/+2
* Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().Robert Watson2014-10-131-4/+0
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* 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-12/+9
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0
* Remove superfluous old-style rcsid[] from if_sk.c. There is already anDimitry Andric2013-12-281-5/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method seesMarius Strobl2013-05-302-7/+17
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-10/+2
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-6/+7
* Fix a long standing bug in programming station address for YukonPyun YongHyeon2010-11-061-12/+13
* If we got an invalid station address, generate random address. ThisPyun YongHyeon2010-11-061-0/+19
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-11/+11
* Some revision of Yukon controller generates corrupted frame when TXPyun YongHyeon2010-07-091-8/+21
* 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-4/+4
* Separate multicast filtering of SysKonnect GENESIS and MarvellPyun YongHyeon2009-05-011-116/+81
* Prefer NULL over integer 0 for pointer type.Pyun YongHyeon2008-02-141-11/+11
* Nuke local jumbo allocator and switch to use of UMA backed pagePyun YongHyeon2008-02-142-295/+142
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+1
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-3/+3
* Universally adopt most conventional spelling of acquire.Robert Watson2007-05-271-1/+1
* Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.Stephen McKay2007-05-101-8/+6
* Use our own timer for watchdog instead of if_watchdog/if_timerPyun YongHyeon2007-04-022-8/+24
* 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/+2