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
/
fdt
/
if_dwge.c
Age
Commit message (
Expand
)
Author
2024-02-08
Upstream Linux finally settled on the compatible for the JH7100 Ethernet
Mark Kettenis
2023-11-20
Handle rx error.
Mark Kettenis
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-08-15
Replace a bunch of (1 << 31) with (1U << 31)
Miod Vallat
2023-07-06
Register a mapping of dwge interfaces to ofw nodes/phandles.
Jonathan Matthew
2023-07-05
Handle fixed-link configuration in the device tree.
Jonathan Matthew
2023-06-25
Provide kstats based on the byte and packet counters available in some
Jonathan Matthew
2023-02-26
Defragment mbufs in the tx path to work around a (not fully understood)
Mark Kettenis
2023-01-14
Add support for "enhanced descriptor" mode found on some variants of the
Mark Kettenis
2021-12-20
Rework the tx path to use the consumer and producer positions to work out
Jonathan Matthew
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2021-10-22
Mask LPI interrupts. This fixes an interrupt storm on dwge(4) variants
Mark Kettenis
2021-07-28
The clocks for the Rockchip Ethernet controller need to be enabled much
Patrick Wildt
2021-05-07
Print Synopsys version number, use OF_getpropbool(9) where appropriate
Mark Kettenis
2020-12-17
Match on "amlogic,meson-g12a-dwmac" which is used by newer Linux mainline
Mark Kettenis
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-09-13
Add support for the RK3308 MAC.
Jonathan Matthew
2020-09-13
Correct the property name used to look up the delays for the phy reset
Jonathan Matthew
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2019-10-07
Restart the send queue (rather than just clearing OACTIVE) when we've
Jonathan Matthew
2019-09-29
Replace dwge(4) with a new driver based on dwxe(4). There are many
Mark Kettenis