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_mvneta.c
Age
Commit message (
Expand
)
Author
2024-03-21
Never bindings use the phy-handle property instead of the phy property.
Patrick Wildt
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-04-13
remove duplicate includes
Jonathan Gray
2023-04-03
register mvneta so the interface can be found by node/phandle later.
David Gwynne
2023-02-27
Pass MII flags depending on the phy mode specified in the device tree.
Jonathan Matthew
2022-07-19
Fix up tx ring slot calculations so we store the mbuf and dma map with
Jonathan Matthew
2022-06-05
enable interrupt coalescing.
David Gwynne
2022-06-01
shrink dmesg output by printing the ethernet address on the attach line.
David Gwynne
2022-06-01
mark the mvneta interrupt handler as mpsafe.
David Gwynne
2022-06-01
rework the rx ring processing.
David Gwynne
2022-06-01
mark mvneta_start mpsafe.
David Gwynne
2022-06-01
dont have to say Ethernet address in dmesg, address is fine
David Gwynne
2022-06-01
trim some white space
David Gwynne
2022-06-01
rework tx start and completion.
David Gwynne
2022-05-30
make a first pass at providing kstats from the hardware counters.
David Gwynne
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-06
Use 1000baseKX and 2500baseKX media types for fixed link connections an
Mark Kettenis
2020-11-29
Add support for 1000base-x and 2500base-x connections.
Mark Kettenis
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-25
Register mvmdio(4) in the MII "framework". On the Armada 7K and 8K
Patrick Wildt
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2020-05-22
Always defer attaching the mvneta(4) interfaces. Otherwise this
Patrick Wildt
2020-05-20
Open up a 4GB memory bus window for mvneta(4) on the Marvell
Patrick Wildt
2019-09-07
Retrieve SFP information using the SFP framework.
Patrick Wildt
2019-04-30
Attach mvneta(4) on the Armada 3720 SoC.
Patrick Wildt
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2018-07-09
Basic support for SFP modules in mvneta(4). SFP modules are basically
Patrick Wildt
2018-02-09
timeout_add -> timeout_add_sec
Jonathan Matthew
2017-10-05
Update mvneta(4) to the way OpenBSD handles multicast and promiscuous
Patrick Wildt
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-08-25
Add mvneta(4), a driver for the Ethernet controller on the Armada
Patrick Wildt