index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_rge.c
Age
Commit message (
Expand
)
Author
2022-04-21
Repair hw vlan tagging. Previously swapped byte RGE_TDEXTSTS_VTAG, this
Kevin Lo
2022-03-12
Constify struct cfattach, not struct cfdriver
Jonathan Matthew
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2021-11-23
Fix mbuf leaks after reception error in rge_rxeof().
Kevin Lo
2021-08-16
Remove redundant SIOCSIFMTU ioctl handler already handlded by ether_ioctl().
Kevin Lo
2021-07-12
fix "evaluation order violation" flagged by coverity
Daniel Dickman
2021-03-30
Move tx/rx descriptors into their own structs.
Kevin Lo
2021-02-11
Add missing break in switch statement of rge_activate().
Stefan Sperling
2020-12-24
ramdisks do not contain WOL
Theo de Raadt
2020-12-24
Add Wake on LAN support to rge(4).
Kevin Lo
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-10-31
Update the RTL8125B microcode and use ifiq_input and its return value to
Kevin Lo
2020-10-12
Set the maximum frame size to RGE_JUMBO_FRAMELEN.
Kevin Lo
2020-08-07
- Do better work in ifmedia_upd
Kevin Lo
2020-07-22
Add support for newer RTL8125 chipset (RTL8125B).
Kevin Lo
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-03-27
Use correct bit mask to promptly exit rge_set_phy_power() and
Kenneth R Westerback
2020-01-02
Fix bus_dmamap_sync(9) calls. While here fix a typo in a comment.
Kevin Lo
2019-11-18
Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet
Kevin Lo