summaryrefslogtreecommitdiff
path: root/sys/dev/rl
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-12-20rl: Fix typoWarner Losh
2023-11-23re(4): Add support for 8168FP HW revBrad Smith
2023-10-06if_re: add Realtek Killer Ethernet E2600 IDsSk Razee
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h 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-10-05re(4): Add a 8168-compatible device IDMark Johnston
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-09-21Add support for the TP-Link TG-3468 v2.Kevin Lo
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
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
2015-11-09- Although it doesn't make a whole lot of sense to enable RX and TXMarius Strobl
2015-09-13Add preliminary support for RTL8168H, tested by Sreenath Battalahalli.Marius Strobl
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-19Move rl(4) to dev/rl.Gleb Smirnoff