aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rl
Commit message (Expand)AuthorAgeFilesLines
* rl: Fix typoWarner Losh2023-12-211-1/+1
* re(4): Add support for 8168FP HW revBrad Smith2023-11-231-0/+1
* if_re: add Realtek Killer Ethernet E2600 IDsSk Razee2023-10-061-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mechanically convert if_rl(4) to IfAPIJustin Hibbits2023-02-062-104/+103
* re/rl: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+2
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* re(4): Add a 8168-compatible device IDMark Johnston2020-10-051-0/+1
* rl: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-14/+16
* Remove bogus spaces.Warner Losh2018-09-261-1/+1
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-4/+4
* Add support for the TP-Link TG-3468 v2.Kevin Lo2016-09-211-0/+5
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Fix a bug introduced in r295736Pyun YongHyeon2016-02-181-1/+2
* Remove duplicated check.Pyun YongHyeon2016-02-181-11/+8
* - Although it doesn't make a whole lot of sense to enable RX and TXMarius Strobl2015-11-091-2/+1
* Add preliminary support for RTL8168H, tested by Sreenath Battalahalli.Marius Strobl2015-09-131-0/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* Move rl(4) to dev/rl.Gleb Smirnoff2014-09-192-0/+3286