aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rge
Commit message (Expand)AuthorAgeFilesLines
* rge: add the Intel Killer E5000 PCI IDKyle Evans2026-05-112-0/+2
* rge: add disable_aspm tunable for PCIe power managementChristos Longros2026-04-173-16/+18
* rge: add Wake-on-LAN support for magic packetChristos Longros2026-04-103-63/+48
* rge: make rx_process_limit a sysctl tunableChristos Longros2026-03-253-1/+9
* rge: handle interface flags changesBrad Smith2026-03-252-13/+10
* rge: use C style comments instead of C++Christos Longros2026-03-152-6/+2
* rge: log silicon revision during attachChristos Longros2026-02-221-7/+7
* rge: correctly free busdma memory / zero things out only if allocatedJohn2026-02-221-15/+18
* rge: fix callout setup/teardown; handle invalid ethernet addressJohn2026-02-221-5/+14
* if_rge: sync with up to date OpenBSD codeBrad Smith2026-02-045-24/+776
* if_rge: sync with up to date OpenBSD codeBrad Smith2026-01-075-7349/+3779
* if_rge: Add PNP info for moduleOlivier Cochard2025-12-161-0/+2
* if_rge: initial import of if_rge driver from OpenBSD.Adrian Chadd2025-12-1512-0/+19229