summaryrefslogtreecommitdiff
path: root/sys/dev/rl/if_rl.c
AgeCommit message (Expand)Author
2025-11-26sys: RealTek -> Realtekykla
2025-03-27dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin
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-02-06Mechanically convert if_rl(4) to IfAPIJustin Hibbits
2022-05-06re/rl: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2020-09-01rl: clean up empty lines in .c and .h filesMateusz Guzik
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-09-26Remove bogus spaces.Warner Losh
2018-09-26Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-18Fix a bug introduced in r295736Pyun YongHyeon
2016-02-18Remove duplicated check.Pyun YongHyeon
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-19Move rl(4) to dev/rl.Gleb Smirnoff